diff options
author | Christian Cunningham <cc@localhost> | 2021-08-31 14:59:29 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-08-31 14:59:29 -0700 |
commit | 04fbe1fd96d47c142b56c35d94d92815d7498942 (patch) | |
tree | fc7b941f7e56edda1883951f19ea651eed026406 | |
parent | 33f202b3388f45ba36dacce562a36de6bb67037d (diff) |
Created Custom GDB Layouts
-rw-r--r-- | gdbinit | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ set arch arm -layout regs +tui new-layout rtosasm regs 1 asm 1 status 0 cmd 1 +tui new-layout rtossrc regs 1 src 1 status 0 cmd 1 +layout rtosasm +focus asm target remote localhost:1234 b _start winheight regs +3 |