gdbinit.in 364 B

1234567891011121314
  1. break sim_io_error
  2. break sim_core_signal
  3. # This symbol won't exist for non-cgen ports, but shouldn't be a big deal
  4. # (other than gdb showing a warning on startup).
  5. break cgen_rtx_error
  6. define dump
  7. set sim_debug_dump ()
  8. end
  9. document dump
  10. Dump cpu and simulator registers for debugging the simulator.
  11. Requires the simulator to provide function sim_debug_dump.
  12. end