[Lldb-commits] [lldb] [lldb/Target] Add GetStartSymbol method to DynamicLoader plugins (PR #99673)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 19 10:46:47 PDT 2024


================
@@ -329,6 +330,11 @@ class DynamicLoader : public PluginInterface {
   /// safe to call certain APIs or SPIs.
   virtual bool IsFullyInitialized() { return true; }
 
+  /// Return the `start` function \b symbol in the dynamic loader module.
----------------
jasonmolenda wrote:

The meaning of this is clear in a Darwin environment, but I wonder if we should explain it a little more, like "This is the symbol the process will begin executing with `process launch --stop-at-entry`".  I don't feel strongly about this.

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


More information about the lldb-commits mailing list