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:
e661686
)
* hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind'
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Thu, 29 Jul 1993 18:41:26 +0000
(18:41 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Thu, 29 Jul 1993 18:41:26 +0000
(18:41 +0000)
command. Now we use unwind info by default if we can find it.
gdb/hppa-tdep.c
patch
|
blob
|
history
diff --git
a/gdb/hppa-tdep.c
b/gdb/hppa-tdep.c
index 4bad651e68aae0ff8d2c6232c75888b35143bc3b..4def91a20ee30924cbac5779c48fdf4e94b29121 100644
(file)
--- a/
gdb/hppa-tdep.c
+++ b/
gdb/hppa-tdep.c
@@
-541,12
+541,11
@@
frame_chain_valid (chain, thisframe)
FRAME thisframe;
{
struct minimal_symbol *msym;
+ struct unwind_table_entry *u;
if (!chain)
return 0;
- struct unwind_table_entry *u;
-
u = find_unwind_entry (thisframe->pc);
msym = lookup_minimal_symbol_by_pc (FRAME_SAVED_PC (thisframe));