forked from Imagelibrary/binutils-gdb
import gdb-1999-10-11 snapshot
This commit is contained in:
@@ -799,3 +799,9 @@ PARAMS ((CORE_ADDR, int))
|
||||
/* Here's how to step off a permanent breakpoint. */
|
||||
#define SKIP_PERMANENT_BREAKPOINT (hppa_skip_permanent_breakpoint)
|
||||
extern void hppa_skip_permanent_breakpoint (void);
|
||||
|
||||
/* On HP-UX, certain system routines (millicode) have names beginning
|
||||
with $ or $$, e.g. $$dyncall, which handles inter-space procedure
|
||||
calls on PA-RISC. Tell the expression parser to check for those
|
||||
when parsing tokens that begin with "$". */
|
||||
#define SYMBOLS_CAN_START_WITH_DOLLAR (1)
|
||||
|
||||
Reference in New Issue
Block a user