[Lldb-commits] [lldb] [lldb-dap] Support throw and catch exception breakpoints for dynamica… (PR #97871)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 9 10:24:13 PDT 2024


================
@@ -18,6 +18,32 @@ class SBLanguageRuntime {
   static lldb::LanguageType GetLanguageTypeFromString(const char *string);
 
   static const char *GetNameForLanguageType(lldb::LanguageType language);
+
+  /// Returns whether the given language is any version of  C++.
----------------
bulbazord wrote:

nit: extra space between `of` and `C++` at the end.

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


More information about the lldb-commits mailing list