[Lldb-commits] [lldb] [LLDB][Minidump] Have Minidumps save off and properly read TLS data (PR #109477)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 2 01:36:18 PDT 2024


================
@@ -108,21 +108,6 @@ void DynamicLoaderPOSIXDYLD::DidAttach() {
   // if we dont have a load address we cant re-base
   bool rebase_exec = load_offset != LLDB_INVALID_ADDRESS;
 
-  // if we have a valid executable
----------------
labath wrote:

Yeah, let's go with that. Can you create a separate PR for this bit?

https://github.com/llvm/llvm-project/pull/109477


More information about the lldb-commits mailing list