Browse Source
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.gdb-12-branch
12 changed files with 11 additions and 70 deletions
@ -1,6 +1,8 @@ |
|||
break sim_io_error |
|||
break sim_core_signal |
|||
@cgen_breaks@ |
|||
# 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 () |
|||
Loading…
Reference in new issue