================
@@ -473,7 +473,8 @@ GetThreadContext_x86_64(RegisterContext *reg_ctx) {
       lldb_private::minidump::MinidumpContext_x86_64_Flags::x86_64_Flag |
       lldb_private::minidump::MinidumpContext_x86_64_Flags::Control |
       lldb_private::minidump::MinidumpContext_x86_64_Flags::Segments |
-      lldb_private::minidump::MinidumpContext_x86_64_Flags::Integer);
+      lldb_private::minidump::MinidumpContext_x86_64_Flags::Integer |
+      lldb_private::minidump::MinidumpContext_x86_64_Flags::LLDBSpecific);
----------------
jeffreytan81 wrote:

I do not think fs_base/gs_base is lldb specific. They are virtual registers but 
they are returned as part of ptrace call on Linux. For example, gdb and other 
debugger tools are showing them. I think we should include them as part of 
`MinidumpContext_x86_64_Flags::x86_64_Flag` flag.

https://github.com/llvm/llvm-project/pull/106767
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to