[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 9 14:25:14 PDT 2023


================
@@ -160,6 +160,10 @@ class Language : public PluginInterface {
 
   virtual lldb::LanguageType GetLanguageType() const = 0;
 
+  // Implement this function to return the user-defined entry point name
+  // for the language
----------------
JDevlieghere wrote:

Missing period

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


More information about the lldb-commits mailing list