[Lldb-commits] [PATCH] D70907: Change Target::FindBreakpointsByName to return Expected<vector>

Joseph Tremoulet via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 3 09:37:31 PST 2019


JosephTremoulet updated this revision to Diff 231931.
JosephTremoulet added a comment.

- Use invalid_argument error code


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70907/new/

https://reviews.llvm.org/D70907

Files:
  lldb/include/lldb/Breakpoint/BreakpointList.h
  lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
  lldb/source/API/SBTarget.cpp
  lldb/source/Breakpoint/BreakpointList.cpp
  lldb/source/Target/Target.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70907.231931.patch
Type: text/x-patch
Size: 5427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191203/7f41c7f8/attachment.bin>


More information about the lldb-commits mailing list