[Lldb-commits] [lldb] [lldb] Deprecate SBBreakpoint::AddName in favor of AddNameWithErrorHandling (PR #71228)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 3 13:35:09 PDT 2023


================
@@ -112,6 +112,7 @@ class LLDB_API SBBreakpoint {
 
   SBError SetScriptCallbackBody(const char *script_body_text);
 
+  LLDB_DEPRECATED("Use AddNameWithErrorHandling instead")
----------------
medismailben wrote:

```suggestion
  LLDB_DEPRECATED_FIXME("Doesn't provide error handling", "AddNameWithErrorHandling")
```


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


More information about the lldb-commits mailing list