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]

Re: [PATCH] -stack-info-frames


> From: Nick Roberts <nickrob@snap.net.nz>
> Date: Sat, 18 Jun 2005 20:53:32 +1200
> Cc: gdb-patches@sources.redhat.com
> 
>  > > Not sure what we could add to the docs.  This is what's there:
>  > >   If invoked without arguments, this command prints a backtrace for the
>  > > whole stack.  If given two integer arguments, it shows the frames whose
>  > > levels are between the two arguments (inclusive).  If the two arguments
>  > > are equal, it shows the single frame at the corresponding level.
>  > 
>  > Is the actual/new behavior any different, and if so, how?
> 
> The only behaviour that I've changed is that -stack-selected-frame must
> have an argument.  This now accurately reflects existing documentation.

But the above snippet is taken from the documentation of
"-stack-list-frames", not from "-stack-selected-frame".  How is that
relevant?


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