Unverified Commit 09e32ab7 authored by Alex Langford's avatar Alex Langford Committed by GitHub
Browse files

[lldb] Deprecate SBBreakpoint::AddName in favor of AddNameWithErrorHandling (#71228)



AddName gives no feedback other than if it succeeded whereas
AddNameWithErrorHandling gives you back an SBError object. I would like
to mark AddName as deprecated and direct folks to use
AddNameWithErorrHandling instead.

---------

Co-authored-by: default avatarMed Ismail Bennani <ismail@bennani.ma>
parent 7ab64b32
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment