Bug 5169

Summary: (fhpd) frame N command
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246    

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.