diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-12-15 13:18:59 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-12-15 13:18:59 +0100 |
| commit | 7c0180c3b9cf1e71e7b778166d81b3d4aa6c1f6d (patch) | |
| tree | 15491b60dae92a53c51f8a2220cfee2b85a7b554 /docs | |
| parent | 211fee2e4e4ce1f7132660469df613df5a74ac88 (diff) | |
| download | box64-7c0180c3b9cf1e71e7b778166d81b3d4aa6c1f6d.tar.gz box64-7c0180c3b9cf1e71e7b778166d81b3d4aa6c1f6d.zip | |
Added lldb option to JITGDB
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 21efad7e..ebbc7f81 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -333,6 +333,7 @@ Define x86_64 bash to launch script * 2 : Launch `gdbserver` when a segfault, bus error or illegal instruction signal is trapped, attached to the offending process, and go in an endless loop, waiting. Use `gdb /PATH/TO/box64` and then `target remote 127.0.0.1:1234` to connect to the gdbserver (or use actual IP if not on the machine). After that, the procedure is the same as with ` BOX64_JITGDB=1`. This mode can be usefullwhen programs redirect all console output to a file (like Unity3D Games) + * 3 : Launch `lldb` when a segfault, bus error or illegal instruction signal is trapped, attached to the offending process and go in an endless loop, waiting. #### BOX64_NORCFILES If the env var exist, no rc files (like /etc/box64.box64rc and ~/.box64rc) will be loaded |