Skip to content

Commit 7c269cf

Browse files
[lldb][sbapi] Namespace CommandReturnObjectCallbackResult in SBDefines (llvm#126606)
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
1 parent 7ba3c55 commit 7c269cf

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, lldb::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 lldb::SBError (*SBPlatformLocateModuleCallback)(

0 commit comments

Comments
 (0)