From 22fdc90fe28171e3e7566684f60305a4f2d04dcf Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Fri, 9 May 2025 16:21:41 +0800 Subject: [GDBJIT] Added a new option to register debuginfo only after trapped into signalhandler (#2614) --- docs/gen/usage.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/gen/usage.json') diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 9db6c675..735dbce9 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -418,6 +418,11 @@ "description": "Dynarec will generate detailed GDBJIT debuginfo with internal state.", "default": false }, + { + "key": "3", + "description": "Dynarec will register detailed GDBJIT debuginfo only for dynablocks that the guest program trap into, greatly improving performance.", + "default": false + }, { "key": "0xXXXXXXX-0xYYYYYYY", "description": "Define the range where Dynarec will generate detailed GDBJIT debuginfo with internal state.", -- cgit 1.4.1