diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-12-03 23:11:01 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-12-03 23:11:01 +0000 |
commit | 4fbcf8b8804cc2735fa5584bdce5dc921937e892 (patch) | |
tree | b6ce0142673275d6b50ed90c1d2f87ef6322bc05 /gas/.gdbinit | |
parent | 07de8e96b371ed08061203a7014bb08a4e92f375 (diff) | |
download | gdb-4fbcf8b8804cc2735fa5584bdce5dc921937e892.zip gdb-4fbcf8b8804cc2735fa5584bdce5dc921937e892.tar.gz gdb-4fbcf8b8804cc2735fa5584bdce5dc921937e892.tar.bz2 |
add breakpoint in as_perror
Diffstat (limited to 'gas/.gdbinit')
-rw-r--r-- | gas/.gdbinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/.gdbinit b/gas/.gdbinit index a20388c..cec20b6 100644 --- a/gas/.gdbinit +++ b/gas/.gdbinit @@ -1,3 +1,4 @@ break as_warn break as_bad break as_fatal +break as_perror |