emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New function for gdb-ui.el?


From: Eli Zaretskii
Subject: Re: New function for gdb-ui.el?
Date: Wed, 26 Oct 2005 08:43:01 +0200

> From: "Richard M. Stallman" <address@hidden>
> Date: Tue, 25 Oct 2005 16:27:06 -0400
> Cc: address@hidden, address@hidden
> 
>      > To move to another file usually means moving to another frame, and
>      > that's not the job of `until'.   This command should refuse
>      > to move to another frame.
> 
>     Yes, you're right.
> 
> Actually, now I am not sure what I said is true.  Maybe `until' just
> sets a temporary breakpoint and continues.  If so, it would actually
> "work" even if you specify a line in a different function.

If you give `until' an argument, it does set a temporary breakpoint,
but when it breaks, GDB checks that it is in the same frame as where
the `until' command was given, and if it isn't, it doesn't stop the
program.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]