Move "break abort" to end, in case gdb complains.
This commit is contained in:
parent
9de0bdfba9
commit
4bdaf48eab
1 changed files with 28 additions and 0 deletions
28
gas/gdbinit.in
Normal file
28
gas/gdbinit.in
Normal file
|
@ -0,0 +1,28 @@
|
|||
dir @srcdir@
|
||||
dir .
|
||||
|
||||
break as_warn
|
||||
break as_bad
|
||||
break as_bad_where
|
||||
break as_fatal
|
||||
break as_perror
|
||||
|
||||
define pe
|
||||
call print_expr ($)
|
||||
end
|
||||
|
||||
document pe
|
||||
Print $ as an expressionS, expanding parameters.
|
||||
end
|
||||
|
||||
define ps
|
||||
call print_symbol_value ($)
|
||||
end
|
||||
|
||||
document ps
|
||||
Print $ as a symbolS, including expression value.
|
||||
end
|
||||
|
||||
# Put this last, in case it fails.
|
||||
|
||||
break abort
|
Loading…
Add table
Reference in a new issue