[Lldb-commits] [PATCH] D98914: Make target.process.stop-on-sharedlibrary-events setting work

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 18 19:28:31 PDT 2021


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

A few nits but the change itself looks sound.



================
Comment at: lldb/source/Breakpoint/BreakpointOptions.cpp:457
+      // If a synchronous callback is called at async time, we will say we
+      // should stop, we're really expression no opinion about stopping, and
+      // the StopInfoBreakpoint::PerformAction will note whether an async
----------------
s/expression/expressing/


================
Comment at: lldb/source/Breakpoint/BreakpointOptions.cpp:459
+      // the StopInfoBreakpoint::PerformAction will note whether an async
+      // callback had already made a claim to stop or not based on the incoming
+      // values of m_should_stop & m_should_stop_is_valid.
----------------



================
Comment at: lldb/test/API/functionalities/stop-on-sharedlibrary-load/Makefile:1
+CXX_SOURCES := main.cpp
+USE_LIBDL := 1
----------------
Not that it matters, but I guess this could as well be a C test? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98914



More information about the lldb-commits mailing list