[Lldb-commits] [PATCH] D143698: Support Debugging TLS variable with lldb

Kamlesh Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Sep 2 08:56:37 PDT 2023


kkcode0 added inline comments.


================
Comment at: lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp:186-193
-
-    if (!SetRendezvousBreakpoint()) {
-      // If we cannot establish rendezvous breakpoint right now we'll try again
-      // at entry point.
-      ProbeEntry();
-    }
-
----------------
labath wrote:
> How is this related to the rest of the patch?
LoadVDSO is redundant , it is called via ProbeEntry->EntryBreakpointHit->LoadAllCurrentModules->LoadVDSO


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143698/new/

https://reviews.llvm.org/D143698



More information about the lldb-commits mailing list