diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-20 11:48:22 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-20 11:48:22 +0100 |
| commit | bee34b67fdc357cc8d504d4864bd9faf94b6b374 (patch) | |
| tree | 15270747cc275109403907ad139318a8eebfe10b /dev/Boot/gdbinit | |
| parent | c9ff8b63a1159f23598569879670250520628bb1 (diff) | |
ADD: Patch gdbinit.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/gdbinit')
| -rw-r--r-- | dev/Boot/gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/gdbinit b/dev/Boot/gdbinit index 34f779a3..9522f6e8 100644 --- a/dev/Boot/gdbinit +++ b/dev/Boot/gdbinit @@ -1,3 +1,3 @@ set disassemble-next-line on b Main -target remote : 3331 +target remote localhost:1234 |
