Files
clang-p2996/lldb/source/Commands/CommandObjectBreakpoint.cpp
Alex Langford c8ef88c446 [lldb][NFCI] Remove CommandReturnObject from BreakpointIDList (#77858)
BreakpointIDList does not need to know about CommandReturnObject.
BreakpointIDList::FindAndReplaceIDRanges is the last place that uses it
in BreakpointIDList.

Instead of passing in a CommandReturnObject, it now returns an
llvm::Error. The callsite uses the Error to populate the
CommandReturnObject as needed.
2024-01-12 13:52:59 -08:00

87 KiB