diff options
author | Determinant <[email protected]> | 2017-09-21 15:50:48 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2017-09-21 15:50:48 -0400 |
commit | f6340e4d1f6bd9356830e0c73f0bd813912ea2cc (patch) | |
tree | ab6b1d658f1a03be0156e5354f8ee84ba4ec22bb /.gdbinit |
init
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 0000000..7c72d4f --- /dev/null +++ b/.gdbinit @@ -0,0 +1,6 @@ +target remote :3333 + +monitor arm semihosting enable + +load +step |