diff options
author | Alex Langford <alangford@apple.com> | 2024-01-12 13:52:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 13:52:59 -0800 |
commit | c8ef88c446a3ff773c5be2fbf3df84b8b40c0c41 (patch) | |
tree | e5b6d36287737d52b27816259a02735786763c83 /llvm/docs/tutorial | |
parent | 4618ef8cf5d8fa406c34ce2770c304cac95310b6 (diff) | |
download | llvm-c8ef88c446a3ff773c5be2fbf3df84b8b40c0c41.zip llvm-c8ef88c446a3ff773c5be2fbf3df84b8b40c0c41.tar.gz llvm-c8ef88c446a3ff773c5be2fbf3df84b8b40c0c41.tar.bz2 |
[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.
Diffstat (limited to 'llvm/docs/tutorial')
0 files changed, 0 insertions, 0 deletions