summaryrefslogtreecommitdiffhomepage
path: root/run_debugger.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-31 08:34:09 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-31 08:34:09 +0100
commit303a9709af40acee7607f84d502faa3b33393c24 (patch)
treeb9c6c5d7cfafc3218f6e6e7c25423fc715b1e7fc /run_debugger.sh
parente806b892a6d3f8bdb43244e6e44563913587c52a (diff)
ADD: Uprgade to LLDB, while keeping the GDB files.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'run_debugger.sh')
-rwxr-xr-xrun_debugger.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_debugger.sh b/run_debugger.sh
index 30254da3..329670f5 100755
--- a/run_debugger.sh
+++ b/run_debugger.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-gdb -q -x boot/gdbinit
+lldb -o "gdb-remote 1234"