This is the mail archive of the gdb-prs@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]

remote/1415: Remote layers force a selected frame


>Number:         1415
>Category:       remote
>Synopsis:       Remote layers force a selected frame
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 09 14:38:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     drow@gcc.gnu.org
>Release:        CVS 2003-10-09
>Organization:
>Environment:

>Description:
Just removed from remote-mips:

> >>   /* FIXME: cagney/2002-11-29: Force the update of selected frame.
> >>      This shouldn't be necessary, only many many places still refer to
> >>      selected_frame directly (instead of using get_selected_frame().  */
> >>   get_selected_frame (); /* Hack!!!  */

Andrew says:
> Can you also bug-report the need to audit GDB for this?  I'm pretty sure
> that the code is this code was cloned into several remote-*.c files :-/

The call to get_selected_frame should no longer be necessary
and it causes an error, because the target hasn't been
pushed yet.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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