Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not "set arm show-opcode-bytes" when not necessary #23

Merged
merged 1 commit into from
Mar 25, 2014
Merged

do not "set arm show-opcode-bytes" when not necessary #23

merged 1 commit into from
Mar 25, 2014

Conversation

StalkR
Copy link
Contributor

@StalkR StalkR commented Mar 25, 2014

On the ARMv7 boxes of http://ioarm.smashthestack.org/ "set arm show-opcode-bytes" is an undefined command, therefore when called in hook-stop it breaks hard and context cannot be displayed properly.

$ uname -a
Linux arm1 3.8.13.13-30068-g2296bce #12 SMP PREEMPT Mon Feb 3 15:50:09 CET 2014 armv7l armv7l armv7l GNU/Linux
$ gdb
GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
This GDB was configured as "arm-linux-gnueabihf".
(gdb) set arm show-opcode-bytes 0
Undefined set arm command: "show-opcode-bytes 0". Try "help set arm".

It would be nice if we could test if the command exists before using it but I don't know a way.
In the meantime I suggest to simply not set it when $ARMOPCODES is not 1.
As a result hook-stop doesn't break and context works.

gdbinit added a commit that referenced this pull request Mar 25, 2014
do not "set arm show-opcode-bytes" when not necessary
@gdbinit gdbinit merged commit cbc81b5 into gdbinit:master Mar 25, 2014
@StalkR StalkR deleted the armopcode branch March 25, 2014 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants