Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 284 Bytes

TESTING.md

File metadata and controls

17 lines (11 loc) · 284 Bytes

Testin

Smoke testing for proxy implementation.

From terminal #1 run:

while true; do gdbserver localhost:3002 /bin/cat; done

Run gdbserver on terminal #2

On terminal #3 run client program:

gdb -ex 'target remote localhost:4002' -ex 'c' --args /bin/cat