diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-20 11:43:33 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-20 11:43:33 +0100 |
| commit | c9ff8b63a1159f23598569879670250520628bb1 (patch) | |
| tree | 3913acc8b93afa9ab86e13b32ae4f0baacd8badf /dev/Boot/gdbinit | |
| parent | 519d98b0c0dada2ab2800987f896d5076ea1e0fd (diff) | |
ADD: GDB support.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/gdbinit')
| -rw-r--r-- | dev/Boot/gdbinit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/Boot/gdbinit b/dev/Boot/gdbinit new file mode 100644 index 00000000..34f779a3 --- /dev/null +++ b/dev/Boot/gdbinit @@ -0,0 +1,3 @@ +set disassemble-next-line on +b Main +target remote : 3331 |
