diff options
author | Joseph Tremoulet <jotrem@microsoft.com> | 2019-11-22 12:59:46 -0500 |
---|---|---|
committer | Joseph Tremoulet <jotrem@microsoft.com> | 2019-12-04 09:57:15 -0500 |
commit | 95b2e516bd3e4587953e44bf062054ff84f2b057 (patch) | |
tree | 8a6b3beccc334c879cac7cbda5fc98e2003baecf /clang/lib/Tooling/JSONCompilationDatabase.cpp | |
parent | 82f6ae5433cac1ba0d02e8df253da3d3b3ce68e1 (diff) | |
download | bcm5719-llvm-95b2e516bd3e4587953e44bf062054ff84f2b057.tar.gz bcm5719-llvm-95b2e516bd3e4587953e44bf062054ff84f2b057.zip |
Change Target::FindBreakpointsByName to return Expected<vector>
Summary:
Using a BreakpointList corrupts the breakpoints' IDs because
BreakpointList::Add sets the ID, so use a vector instead, and
update the signature to return the vector wrapped in an
llvm::Expected which can propagate any error from the inner
call to StringIsBreakpointName.
Note that, despite the similar name, SBTarget::FindBreakpointsByName
doesn't suffer the same problem, because it uses a SBBreakpointList,
which is more like a BreakpointIDList than a BreakpointList under the
covers.
Add a check to TestBreakpointNames that, without this fix, notices the
ID getting mutated and fails.
Reviewers: jingham, JDevlieghere
Reviewed By: JDevlieghere
Subscribers: lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D70907
Diffstat (limited to 'clang/lib/Tooling/JSONCompilationDatabase.cpp')
0 files changed, 0 insertions, 0 deletions