Mark gdbserver as BROKEN for now (#549)
This commit is contained in:
parent
8945da4a86
commit
96ea7e5126
2 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
NAME=gdbserver continue
|
||||
FILE=bins/elf/analysis/pie
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
!scripts/gdbserver.py --port 12346 --binary bins/elf/analysis/pie
|
||||
oodf gdb://127.0.0.1:12346
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
NAME=function rebase
|
||||
FILE=bins/elf/analysis/pie
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
!scripts/gdbserver.py --port 12341 --binary bins/elf/analysis/pie
|
||||
oodf gdb://127.0.0.1:12341
|
||||
|
|
@ -15,6 +16,7 @@ RUN
|
|||
|
||||
NAME=bp rebase
|
||||
FILE=bins/elf/analysis/pie
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
!scripts/gdbserver.py --port 12342 --binary bins/elf/analysis/pie
|
||||
oodf gdb://127.0.0.1:12342
|
||||
|
|
@ -32,6 +34,7 @@ RUN
|
|||
|
||||
NAME=ref rebase
|
||||
FILE=bins/elf/hello_world
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
!scripts/gdbserver.py --port 12343 --binary bins/elf/hello_world
|
||||
oodf gdb://127.0.0.1:12343
|
||||
|
|
@ -48,6 +51,7 @@ RUN
|
|||
|
||||
NAME=flag rebase
|
||||
FILE=bins/elf/analysis/pie
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
!scripts/gdbserver.py --port 12345 --binary bins/elf/analysis/pie
|
||||
oodf gdb://127.0.0.1:12345
|
||||
|
|
@ -65,6 +69,7 @@ RUN
|
|||
|
||||
NAME=var rebase
|
||||
FILE=bins/elf/hello_world
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
aa
|
||||
!scripts/gdbserver.py --port 12344 --binary bins/elf/hello_world
|
||||
|
|
|
|||
Loading…
Reference in a new issue