mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-03 15:07:59 +00:00
* hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind'
command. Now we use unwind info by default if we can find it.
This commit is contained in:
parent
e661686291
commit
4432b9f9ff
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user