[Lldb-commits] [PATCH] D70907: Change Target::FindBreakpointsByName to use a vector

Joseph Tremoulet via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 3 08:04:52 PST 2019


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

- Change signature to return Expected<vector<BreakpointSP>>


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.231914.patch
Type: text/x-patch
Size: 5279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191203/0d814367/attachment-0001.bin>


More information about the lldb-commits mailing list