projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e89d48d
)
Add comment about breakpoint vector usage.
author
Jeff Law
<law@redhat.com>
Mon, 27 Dec 1993 04:52:47 +0000
(
04:52
+0000)
committer
Jeff Law
<law@redhat.com>
Mon, 27 Dec 1993 04:52:47 +0000
(
04:52
+0000)
gdb/config/m68k/tm-hp300bsd.h
patch
|
blob
|
history
diff --git
a/gdb/config/m68k/tm-hp300bsd.h
b/gdb/config/m68k/tm-hp300bsd.h
index 37bb874dca4bb728993970e57828ebbc5ca65adf..edcdf616e38138b8dd7875a25d6851ed56444f92 100644
(file)
--- a/
gdb/config/m68k/tm-hp300bsd.h
+++ b/
gdb/config/m68k/tm-hp300bsd.h
@@
-27,7
+27,10
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define BELIEVE_PCC_PROMOTION 1
/* Define BPT_VECTOR if it is different than the default.
- This is the vector number used by traps to indicate a breakpoint. */
+ This is the vector number used by traps to indicate a breakpoint.
+
+ For hp300bsd the normal breakpoint vector is 0x2 (for debugging via
+ ptrace); for remote kernel debugging the breakpoint vector is 0xf. */
#define BPT_VECTOR 0x2
#define REMOTE_BPT_VECTOR 0xf