================
@@ -6528,6 +6528,75 @@ static void AddRegion(const MemoryRegionInfo &region, 
bool try_dirty_pages,
                 CreateCoreFileMemoryRange(region));
 }
 
+static void AddSegmentRegisterSections(Process &process, ThreadSP &thread_sp,
----------------
labath wrote:

This name is very x86 specific (other architectures don't have "segment 
registers"). If this is to be generic code, then I guess what you're really 
trying to do is to save memory regions which are pointed to by the "tp" 
register.

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

Reply via email to