Mark gdbserver as BROKEN for now (#549)

This commit is contained in:
Riccardo Schirone 2021-02-09 11:32:21 -01:00 committed by GitHub
parent 8945da4a86
commit 96ea7e5126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
NAME=gdbserver continue NAME=gdbserver continue
FILE=bins/elf/analysis/pie FILE=bins/elf/analysis/pie
BROKEN=1
CMDS=<<EOF CMDS=<<EOF
!scripts/gdbserver.py --port 12346 --binary bins/elf/analysis/pie !scripts/gdbserver.py --port 12346 --binary bins/elf/analysis/pie
oodf gdb://127.0.0.1:12346 oodf gdb://127.0.0.1:12346

View file

@ -1,5 +1,6 @@
NAME=function rebase NAME=function rebase
FILE=bins/elf/analysis/pie FILE=bins/elf/analysis/pie
BROKEN=1
CMDS=<<EOF CMDS=<<EOF
!scripts/gdbserver.py --port 12341 --binary bins/elf/analysis/pie !scripts/gdbserver.py --port 12341 --binary bins/elf/analysis/pie
oodf gdb://127.0.0.1:12341 oodf gdb://127.0.0.1:12341
@ -15,6 +16,7 @@ RUN
NAME=bp rebase NAME=bp rebase
FILE=bins/elf/analysis/pie FILE=bins/elf/analysis/pie
BROKEN=1
CMDS=<<EOF CMDS=<<EOF
!scripts/gdbserver.py --port 12342 --binary bins/elf/analysis/pie !scripts/gdbserver.py --port 12342 --binary bins/elf/analysis/pie
oodf gdb://127.0.0.1:12342 oodf gdb://127.0.0.1:12342
@ -32,6 +34,7 @@ RUN
NAME=ref rebase NAME=ref rebase
FILE=bins/elf/hello_world FILE=bins/elf/hello_world
BROKEN=1
CMDS=<<EOF CMDS=<<EOF
!scripts/gdbserver.py --port 12343 --binary bins/elf/hello_world !scripts/gdbserver.py --port 12343 --binary bins/elf/hello_world
oodf gdb://127.0.0.1:12343 oodf gdb://127.0.0.1:12343
@ -48,6 +51,7 @@ RUN
NAME=flag rebase NAME=flag rebase
FILE=bins/elf/analysis/pie FILE=bins/elf/analysis/pie
BROKEN=1
CMDS=<<EOF CMDS=<<EOF
!scripts/gdbserver.py --port 12345 --binary bins/elf/analysis/pie !scripts/gdbserver.py --port 12345 --binary bins/elf/analysis/pie
oodf gdb://127.0.0.1:12345 oodf gdb://127.0.0.1:12345
@ -65,6 +69,7 @@ RUN
NAME=var rebase NAME=var rebase
FILE=bins/elf/hello_world FILE=bins/elf/hello_world
BROKEN=1
CMDS=<<EOF CMDS=<<EOF
aa aa
!scripts/gdbserver.py --port 12344 --binary bins/elf/hello_world !scripts/gdbserver.py --port 12344 --binary bins/elf/hello_world