[Lldb-commits] [lldb] [LLDB][Minidump] Have Minidumps save off and properly read TLS data (PR #109477)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 8 16:48:17 PDT 2024
================
@@ -6528,6 +6528,75 @@ static void AddRegion(const MemoryRegionInfo ®ion, bool try_dirty_pages,
CreateCoreFileMemoryRange(region));
}
+static void AddSegmentRegisterSections(Process &process, ThreadSP &thread_sp,
----------------
Jlalond wrote:
In the DYLD, do you think the x86 specificity is a problem? We know the DYLD handles it with `fs/gs_base`. So do you still think this is a concern?
https://github.com/llvm/llvm-project/pull/109477
More information about the lldb-commits
mailing list