Bug 4809 - dissassemble function option (default) only display 10 instructions before and after current instruction
Summary: dissassemble function option (default) only display 10 instructions before an...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Nurdin Premji
URL:
Keywords:
Depends on:
Blocks: 4685
  Show dependency treegraph
 
Reported: 2007-07-18 18:12 UTC by Nurdin Premji
Modified: 2007-07-19 19:54 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 Nurdin Premji 2007-07-18 18:12:55 UTC
 
Comment 1 Nurdin Premji 2007-07-19 19:54:46 UTC
frysk-core/frysk/cli/hpd/CL
        * HardList.java: Drastically simplified, extend AbstractCollection.
	* DisassembleCommand.java: Cleaned indenting.

	* HardList.java: Added.
	* DisassembleCommand.java(handle): Handle hexadecimal inputs to 
	disassemble start end.
	(printInstructions): Limit number of printed lines to 20.