Bug 4880 - disassemble <startAddress> <endAddress> only display the last 20 instructions
Summary: disassemble <startAddress> <endAddress> only display the last 20 instructions
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Nurdin Premji
URL:
Keywords:
Depends on:
Blocks: 4685
  Show dependency treegraph
 
Reported: 2007-08-02 08:46 UTC by Zhao Shujing
Modified: 2007-08-02 17:03 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 Zhao Shujing 2007-08-02 08:46:05 UTC
If endAddress-startAddress > 20 instructions, it would only display the last
instructions.
Comment 1 Nurdin Premji 2007-08-02 17:03:03 UTC
2007-08-02  Nurdin Premji  <npremji@redhat.com>
frysk-core/frysk/hpd/CL
	* DisassembleCommand.java (handle): Change to not truncate range of 
	addresses. Fixes bug 4880.
	* TestDisassemblerCommand.java (testDisassembleRange): Added, tests 4880.