Skip to content

Commit cbc81b5

Browse files
committed
Merge pull request #23 from StalkR/armopcode
do not "set arm show-opcode-bytes" when not necessary
2 parents e7c7a2e + 7efdacd commit cbc81b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gdbinit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3170,8 +3170,6 @@ define hook-stop
31703170
if $ARM == 1
31713171
if $ARMOPCODES == 1
31723172
set arm show-opcode-bytes 1
3173-
else
3174-
set arm show-opcode-bytes 0
31753173
end
31763174
else
31773175
if $X86FLAVOR == 0
@@ -3678,8 +3676,6 @@ end
36783676
define arm
36793677
if $ARMOPCODES == 1
36803678
set arm show-opcode-bytes 1
3681-
else
3682-
set arm show-opcode-bytes 1
36833679
end
36843680
set $ARM = 1
36853681
end

0 commit comments

Comments
 (0)