diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-31 08:34:09 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-31 08:34:09 +0100 |
| commit | 303a9709af40acee7607f84d502faa3b33393c24 (patch) | |
| tree | b9c6c5d7cfafc3218f6e6e7c25423fc715b1e7fc /run_debugger.sh | |
| parent | e806b892a6d3f8bdb43244e6e44563913587c52a (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-x | run_debugger.sh | 2 |
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" |
