forked from OSchip/llvm-project
[lldb/API] Add missing LLDB_RECORD_RESULT
This commit is contained in:
parent
a59dc55c2a
commit
d9d992bb88
|
@ -673,7 +673,7 @@ SBError SBBreakpoint::AddNameWithErrorHandling(const char *new_name) {
|
|||
status.SetErrorString("invalid breakpoint");
|
||||
}
|
||||
|
||||
return status;
|
||||
return LLDB_RECORD_RESULT(status);
|
||||
}
|
||||
|
||||
void SBBreakpoint::RemoveName(const char *name_to_remove) {
|
||||
|
|
Loading…
Reference in New Issue