From 957a2997b3bda24f36187b87cf2be731c227a2fa Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Sun, 24 Mar 2024 12:18:13 +0800 Subject: [PATCH] debug: i386 register profile lacks `gs_base` (#4382) --- librz/debug/p/native/linux/linux_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librz/debug/p/native/linux/linux_debug.c b/librz/debug/p/native/linux/linux_debug.c index afd6c57187..721e323f7c 100644 --- a/librz/debug/p/native/linux/linux_debug.c +++ b/librz/debug/p/native/linux/linux_debug.c @@ -964,7 +964,7 @@ RzList /**/ *linux_thread_list(RzDebug *dbg, int pid, RzList /*reg, "fs", RZ_REG_TYPE_ANY); RZ_DEBUG_REG_T regs; // Fetch gs_base from a ptrace call