Bug 5168 - up/down documentation wrong
Summary: up/down documentation wrong
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2007-10-12 17:29 UTC by Andrew Cagney
Modified: 2007-10-12 17:29 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-10-12 17:29:02 UTC
(fhpd) help up
up [num-levels]
The up (down) command modifies the current frame location(s) by adding
(subtracting) num-levels. Call stack movements are all relative, so up
effectively "moves up" (or back) in the call stack, to a frame that
has existed longer, while down "moves down" in the call stack,
following the progress of program execution.

I'm pretty sure that is backwards; Up goes to the top of stack; down goes to the
bottom.