================ @@ -6528,6 +6528,75 @@ static void AddRegion(const MemoryRegionInfo ®ion, bool try_dirty_pages, CreateCoreFileMemoryRange(region)); } +static void AddSegmentRegisterSections(Process &process, ThreadSP &thread_sp, ---------------- labath wrote:
Slightly less of a concern, but it still isn't right as this is still used for architectures without segment registers. It's also completely avoidable -- you could just call this "AddThreadLocalMemoryRegions" or something like that.. 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