mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
6 lines
160 B
Text
6 lines
160 B
Text
|
#!/bin/sh
|
||
|
exec gdb -q -nh -i=mi $1 \
|
||
|
-ex "set confirm off" \
|
||
|
-ex "add-symbol-file $1.dbg 0x401000" \
|
||
|
-ex "run"
|