forked from radareorg/radare2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert one-line CMDS=<<EOF to single-line CMDS= (radareorg#16150)
- Loading branch information
Showing
440 changed files
with
1,321 additions
and
3,963 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,9 +68,7 @@ FILE=../bins/firmware/arduino_avr.bin | |
EXPECT=<<EOF | ||
1 | ||
EOF | ||
CMDS=<<EOF | ||
pd 1 @ 0x00000170~?IO | ||
EOF | ||
CMDS=pd 1 @ 0x00000170~?IO | ||
RUN | ||
|
||
NAME=avr br - forward branch | ||
|
@@ -374,9 +372,7 @@ EXPECT=<<EOF | |
0x00000276 # 2: ldi r22, 0x6d | ||
EOF | ||
ARGS=-a avr | ||
CMDS=<<EOF | ||
/ad ldi~0x6d | ||
EOF | ||
CMDS=/ad ldi~0x6d | ||
RUN | ||
|
||
NAME=search asm commands with filter | ||
|
@@ -386,9 +382,7 @@ EXPECT=<<EOF | |
0x000019a4 # 2: ldi r18, 0x18 | ||
EOF | ||
ARGS=-a avr | ||
CMDS=<<EOF | ||
/ad ldi ~ 0x18 | ||
EOF | ||
CMDS=/ad ldi ~ 0x18 | ||
RUN | ||
|
||
NAME=search asm commands with filter and align = 2 | ||
|
@@ -595,7 +589,5 @@ EXPECT=<<EOF | |
0x0000002e 0x00000032 00:0000 4 j 0x00000032 | ||
0x00000032 0x00000040 00:0000 14 | ||
EOF | ||
CMDS=<<EOF | ||
[email protected];[email protected] | ||
EOF | ||
[email protected];[email protected] | ||
RUN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.