This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[oops] Clear, not se, selected_frame_p


"info frame" gives subtlely different output dependant on the command variant:

(gdb) info frame
Stack level 0, frame at 0x7ffff770:
 ...
(gdb) info frame 0
Stack frame at 0x7ffff770:
 ...

this tipo fix restores the behavior (savedregs.exp detects this).

committed,
Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]