From 7c0180c3b9cf1e71e7b778166d81b3d4aa6c1f6d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 15 Dec 2023 13:18:59 +0100 Subject: Added lldb option to JITGDB --- docs/USAGE.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 -- cgit 1.4.1