11 lines
236 B
Text
11 lines
236 B
Text
Connecting r2 with gdb
|
|
======================
|
|
|
|
Running gdbserver
|
|
-----------------
|
|
$ gdbserver :2345 /bin/ls
|
|
(gdb) target remote localhost:2345
|
|
|
|
Connecting from r2
|
|
------------------
|
|
$Write failed: Host is down5
|