mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 14:14:23 +00:00
PR exp/11780:
* libunwind-frame.c (libunwind_frame_prev_register): Don't set value as optimized-out.
This commit is contained in:
parent
731df70d1a
commit
5387647ff8
@ -1,3 +1,9 @@
|
||||
2010-07-02 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR exp/11780:
|
||||
* libunwind-frame.c (libunwind_frame_prev_register): Don't set
|
||||
value as optimized-out.
|
||||
|
||||
2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||
|
||||
|
@ -348,7 +348,6 @@ libunwind_frame_prev_register (struct frame_info *this_frame,
|
||||
return frame_unwind_got_constant (this_frame, regnum, 0);
|
||||
val = frame_unwind_got_constant (this_frame, regnum, intval);
|
||||
}
|
||||
set_value_optimized_out (val, 1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user