Skip to content

Commit

Permalink
Merge pull request gdbinit#23 from StalkR/armopcode
Browse files Browse the repository at this point in the history
do not "set arm show-opcode-bytes" when not necessary
  • Loading branch information
gdbinit committed Mar 25, 2014
2 parents e7c7a2e + 7efdacd commit cbc81b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -3170,8 +3170,6 @@ define hook-stop
if $ARM == 1
if $ARMOPCODES == 1
set arm show-opcode-bytes 1
else
set arm show-opcode-bytes 0
end
else
if $X86FLAVOR == 0
Expand Down Expand Up @@ -3678,8 +3676,6 @@ end
define arm
if $ARMOPCODES == 1
set arm show-opcode-bytes 1
else
set arm show-opcode-bytes 1
end
set $ARM = 1
end
Expand Down

0 comments on commit cbc81b5

Please sign in to comment.