[Lldb-commits] [PATCH] D70907: Change Target::FindBreakpointsByName to return Expected<vector>
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 3 09:00:03 PST 2019
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lldb/source/Breakpoint/BreakpointList.cpp:136
+ "FindBreakpointsByName requires a name",
+ llvm::inconvertibleErrorCode());
----------------
I think `llvm::errc::invalid_argument` would fit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70907/new/
https://reviews.llvm.org/D70907
More information about the lldb-commits
mailing list