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

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 29 08:47:04 PDT 2023


=?utf-8?q?Jos=C3=A9?= L. Junior <jljuniorpb at gmail.com>,
=?utf-8?q?Jos=C3=A9?= L. Junior <jljuniorpb at gmail.com>,
=?utf-8?q?Jos=C3=A9?= L. Junior <jljuniorpb at gmail.com>,
=?utf-8?q?Jos=C3=A9?= L. Junior <jljuniorpb at gmail.com>,
=?utf-8?q?Jos=C3=A9?= L. Junior <jljuniorpb at gmail.com>,
=?utf-8?q?Jos=C3=A9?= L. Junior <jljuniorpb at gmail.com>,
=?utf-8?q?Jos=C3=A9?= L. Junior <jljuniorpb at gmail.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/67019/lldb at github.com>


================
@@ -103,6 +103,8 @@ class CPlusPlusLanguage : public Language {
     return lldb::eLanguageTypeC_plus_plus;
   }
 
+  const char *GetUserEntryPointName() const override { return "main"; }
----------------
medismailben wrote:

same comment as earlier regarding the return type.

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


More information about the lldb-commits mailing list