diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-21 17:39:51 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-21 17:39:51 +0100 |
| commit | 32fefa436f944c4e03f672037bb5fc09d1f9ae9c (patch) | |
| tree | cc2f05b94d8a78b323833762c3b278f676ee1a3f | |
| parent | 5b4ce1d1e267356347a62c4a38f9148156fe7ae3 (diff) | |
ADD: Add debugger script.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
| -rwxr-xr-x | run_debugger.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run_debugger.sh b/run_debugger.sh new file mode 100755 index 00000000..30254da3 --- /dev/null +++ b/run_debugger.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +gdb -q -x boot/gdbinit |
