diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-12-29 21:19:41 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-12-29 21:19:41 +0000 |
commit | 1c0f9b3eccb38f385f658f886a349f6031fa478c (patch) | |
tree | 8b4e85aa78c40581f4ee26bcdf37b953d2a31ae0 /gas | |
parent | 393e55bac4eb94d68b08c6847eae9e40905d2e3e (diff) | |
download | gdb-1c0f9b3eccb38f385f658f886a349f6031fa478c.zip gdb-1c0f9b3eccb38f385f658f886a349f6031fa478c.tar.gz gdb-1c0f9b3eccb38f385f658f886a349f6031fa478c.tar.bz2 |
put a breakpoint in as_bad_where too
Diffstat (limited to 'gas')
-rw-r--r-- | gas/.gdbinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/.gdbinit b/gas/.gdbinit index eef686d..f4f9906 100644 --- a/gas/.gdbinit +++ b/gas/.gdbinit @@ -1,5 +1,6 @@ break as_warn break as_bad +break as_bad_where break as_fatal break as_perror break abort |