=?utf-8?q?Jos=C3=A9?= L. Junior <[email protected]>,
=?utf-8?q?Jos=C3=A9?= L. Junior <[email protected]>,
=?utf-8?q?Jos=C3=A9?= L. Junior <[email protected]>,
=?utf-8?q?Jos=C3=A9?= L. Junior <[email protected]>,
=?utf-8?q?Jos=C3=A9?= L. Junior <[email protected]>,
=?utf-8?q?Jos=C3=A9?= L. Junior <[email protected]>,
=?utf-8?q?Jos=C3=A9?= L. Junior <[email protected]>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/67019/[email protected]>


================
@@ -160,6 +166,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
+  virtual const char *GetUserEntryPointName() const { return nullptr; }
----------------
medismailben wrote:

```suggestion
  virtual llvm::StringRef GetUserEntryPointName() const { return {}; }
```

https://github.com/llvm/llvm-project/pull/67019
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to