You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#! /bin/sh |
|
|
|
gdb-multiarch -nx -batch \ |
|
-ex "target remote localhost:2331" \ |
|
-ex "monitor reset 0" \ |
|
-ex "load" \ |
|
-ex "compare-sections" \ |
|
-ex "monitor reset 0" \ |
|
-ex "monitor sleep 1000" \ |
|
-ex "monitor go" \ |
|
-ex "kill" \ |
|
${1}
|
|
|