Skip to content

Commit

Permalink
Adapt to GDB API changes in Renode
Browse files Browse the repository at this point in the history
Commit dc30e76 in Renode changed API of managing GDB
to support multi-core platforms. From this point
all oprations are executed at machine's level instead of CPU.
  • Loading branch information
mateusz-holenko committed Aug 12, 2019
1 parent a57aa47 commit 8a3a55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-renode-scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def generate_resc(repl_file, host_tap_interface=None, bios_binary=None, firmware
using sysbus
mach create "litex-{}"
machine LoadPlatformDescription @{}
cpu StartGdbServer 10001
machine StartGdbServer 10001
showAnalyzer sysbus.uart
showAnalyzer sysbus.uart Antmicro.Renode.Analyzers.LoggingUartAnalyzer
""".format(cpu_type, repl_file)
Expand Down

0 comments on commit 8a3a55b

Please sign in to comment.