Skip to content

Commit 77c0016

Browse files
[lldb][sbapi] Namespace CommandReturnObjectCallbackResult in SBDefines (llvm#126606) (#9994)
A new callback was added with the type CommandReturnObjectCallbackResult, this commit namespaces that type to match the format of other callback functions that have a non-primitive return type in the lldb namespace. rdar://144553496 (cherry picked from commit 7c269cf)
1 parent caa2710 commit 77c0016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/API/SBDefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ typedef bool (*SBBreakpointHitCallback)(void *baton, SBProcess &process,
144144
typedef void (*SBDebuggerDestroyCallback)(lldb::user_id_t debugger_id,
145145
void *baton);
146146

147-
typedef CommandReturnObjectCallbackResult (*SBCommandPrintCallback)(
147+
typedef lldb::CommandReturnObjectCallbackResult (*SBCommandPrintCallback)(
148148
lldb::SBCommandReturnObject &result, void *baton);
149149

150150
typedef SBError (*SBPlatformLocateModuleCallback)(

0 commit comments

Comments
 (0)