mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
2004-11-05 Andrew Cagney <cagney@gnu.org>
* stack.c (parse_frame_specification_1): Clear selected_frame_p when not using selected frame.
This commit is contained in:
parent
34e4178350
commit
98f276a088
@ -1,3 +1,8 @@
|
||||
2004-11-05 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* stack.c (parse_frame_specification_1): Clear selected_frame_p
|
||||
when not using selected frame.
|
||||
|
||||
2004-11-05 Mark Kettenis <kettenis@jive.nl>
|
||||
|
||||
* dwarf2-frame.c (decode_frame_entry_1): Correctly skip
|
||||
|
@ -778,7 +778,7 @@ parse_frame_specification_1 (const char *frame_exp, const char *message,
|
||||
|
||||
/* None of the remaining use the selected frame. */
|
||||
if (selected_frame_p != NULL)
|
||||
(*selected_frame_p) = 1;
|
||||
(*selected_frame_p) = 0;
|
||||
|
||||
/* Assume the single arg[0] is an integer, and try using that to
|
||||
select a frame relative to current. */
|
||||
|
Loading…
Reference in New Issue
Block a user