diff options
Diffstat (limited to '.gdb_history')
-rwxr-xr-x | .gdb_history | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gdb_history b/.gdb_history new file mode 100755 index 0000000..128a356 --- /dev/null +++ b/.gdb_history @@ -0,0 +1,21 @@ +set args -desktop 'foobie bletch' +r +quit +where +info thread +info threads +thr 1 +where +quit +quit +r +where +info threads +thr 2 +where +f 31 +kill +r +r +r +quit |