Bug 5169 - (fhpd) frame N command
Summary: (fhpd) frame N command
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2007-10-12 17:29 UTC by Andrew Cagney
Modified: 2007-11-12 21:30 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:53 UTC
Easy but useful
Comment 1 Andrew Cagney 2007-11-12 21:30:26 UTC
commit ed081c0d3afa9702c4d2bbce9ffa39fd02bce1f3
Author: Andrew Cagney <cagney@redhat.com>
Date:   Mon Nov 12 16:22:22 2007 -0500

    Re-implement StackCommands; merge in WhereCommand, add "frame".
    
    frysk-core/frysk/debuginfo/ChangeLog
    2007-11-12  Andrew Cagney  <cagney@redhat.com>
    
    	* DebugInfoStackFactory.java (printStackTrace): Handle -ve
    	numberOfFrames.
    
    frysk-core/frysk/hpd/ChangeLog
    2007-11-12  Andrew Cagney  <cagney@redhat.com>
    
    	* TestStackCommands.java (testFrame()): New.
    	* StackCommands.java (Up): New.
    	(Down): New.
    	(Frame): New.
    	* TopLevelCommand.java: Update.
    	* CommandOption.java (Mangitude): Copy to ...
    	* Magnitude.java: ... here.  New.
    	* ListCommand.java: Update.