This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Move CommandOverrideCallbackWithResult to lldb_private namespace
ClosedPublic

Authored by bulbazord on Jul 12 2023, 3:23 PM.

Details

Summary

This has an lldb_private type in its parameter, it should be in
lldb-private-types.h

Diff Detail

Event Timeline

bulbazord created this revision.Jul 12 2023, 3:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2023, 3:23 PM
bulbazord requested review of this revision.Jul 12 2023, 3:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2023, 3:23 PM
This revision is now accepted and ready to land.Jul 12 2023, 4:57 PM
mib accepted this revision.Jul 12 2023, 5:07 PM

LGTM