diff options
author | Jeff Law <law@redhat.com> | 1995-08-22 08:04:15 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-08-22 08:04:15 +0000 |
commit | 7e72b115ada54faef45a03f47e3053f96786b7b8 (patch) | |
tree | eded183ab8dbab6883d7e465d47f5364b536e893 /gdb/config/pa | |
parent | 06997b9a10be1d3b2ccc2104d2bb2898019d4fe4 (diff) | |
download | gdb-7e72b115ada54faef45a03f47e3053f96786b7b8.zip gdb-7e72b115ada54faef45a03f47e3053f96786b7b8.tar.gz gdb-7e72b115ada54faef45a03f47e3053f96786b7b8.tar.bz2 |
* tm-hppa.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete. Causes more
problems than it fixes.
* hppa-tdep.c (skip_prologue): If we exit the main loop without
finding all the register saves, retry again without looking for
the registers we could not find the first time.
Better fix for 7768.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 0e1c104..142d8b3 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -620,10 +620,3 @@ extern CORE_ADDR skip_trampoline_code PARAMS ((CORE_ADDR, char *)); #define HPREAD_ADJUST_STACK_ADDRESS(ADDR) hpread_adjust_stack_address(ADDR) extern int hpread_adjust_stack_address PARAMS ((CORE_ADDR)); - -/* When prologues are scheduled, the first line of the function may - overlap with prologue instructions. We want to avoid "skipping" - to the start of the next source line in such situations (might - skip over a conditional branch when trying to set a breakpoint at - the start of a function. */ -#define PROLOGUE_FIRSTLINE_OVERLAP |