Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -3157,8 +3157,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 @@ -3665,8 +3663,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