[Top][All Lists]
[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.
- Re: gcc and inline [was: Re: New function for gdb-ui.el?], (continued)
- Re: gcc and inline [was: Re: New function for gdb-ui.el?], Miles Bader, 2005/10/28
- Re: New function for gdb-ui.el?, Eli Zaretskii, 2005/10/26
- Re: New function for gdb-ui.el?, Richard M. Stallman, 2005/10/26
- Re: New function for gdb-ui.el?, David Hansen, 2005/10/28
- Re: New function for gdb-ui.el?, Miles Bader, 2005/10/28
- Re: New function for gdb-ui.el?, Nick Roberts, 2005/10/28
- Re: New function for gdb-ui.el?, David Hansen, 2005/10/29
- Re: New function for gdb-ui.el?, Nick Roberts, 2005/10/29
- Re: New function for gdb-ui.el?, Miles Bader, 2005/10/29
- Re: New function for gdb-ui.el?, Nick Roberts, 2005/10/30
- Re: New function for gdb-ui.el?,
Eli Zaretskii <=
- Re: New function for gdb-ui.el?, Eli Zaretskii, 2005/10/25
Re: New function for gdb-ui.el?, Kim F. Storm, 2005/10/23