Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Memory dump with label support in debugger. #137

Open
hach-que opened this issue Jun 6, 2012 · 0 comments
Open

Memory dump with label support in debugger. #137

hach-que opened this issue Jun 6, 2012 · 0 comments
Assignees

Comments

@hach-que
Copy link
Member

hach-que commented Jun 6, 2012

The debugger should accept:

> inspect memory labelHere
> disasm labelHere

The inspect memory labelHere should show the memory from the specified label until the next label, unless a second parameter is specified (which can be either a length number or a label) in which case it stops appropriately at that point.

The disasm labelHere should disassemble from the specified label until the next label, unless a second parameter is specified (which can be either a length number or a label) in which case it stops appropriately at that point.

@ghost ghost assigned hach-que Jun 6, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant