forked from Imagelibrary/binutils-gdb
Move "break abort" to end, in case gdb complains.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user