diff options
author | Christian Cunningham <cc@localhost> | 2021-08-31 08:31:10 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-08-31 08:33:05 -0700 |
commit | 20fa8584e31d55b7f2953f917adcc190adab236f (patch) | |
tree | e46eb99ea64e993ed5f5c2648853941d9db9c4a4 /gdbinit |
Initial Commit
Diffstat (limited to 'gdbinit')
-rw-r--r-- | gdbinit | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +set arch arm +layout regs +target remote localhost:1234 +b _start +winheight regs +3 +set scheduler-locking on +thread 1 |