mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
216722984f
This was left in subdirs because of the dynamic cgen usage. However, we can move this breakpoint call to runtime and let gdb detect whether the symbol exists.
15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
break sim_io_error
|
|
break sim_core_signal
|
|
# This symbol won't exist for non-cgen ports, but shouldn't be a big deal
|
|
# (other than gdb showing a warning on startup).
|
|
break cgen_rtx_error
|
|
|
|
define dump
|
|
set sim_debug_dump ()
|
|
end
|
|
|
|
document dump
|
|
Dump cpu and simulator registers for debugging the simulator.
|
|
Requires the simulator to provide function sim_debug_dump.
|
|
end
|