[Lldb-commits] [PATCH] D51453: Refactor BreakpointResolver::SetSCMatchesByLine()

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 29 12:40:02 PDT 2018


aprantl created this revision.
aprantl added a reviewer: jingham.
Herald added a subscriber: mgrang.

Refactor BreakpointResolver::SetSCMatchesByLine() to make it easier to
read/understand/maintain.

As a side-effect, this should also improve the performance by avoiding
lots ofcostly vector element removals and switching from a std::map to
a SmallDenseSet.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51453

Files:
  include/lldb/Breakpoint/BreakpointResolver.h
  source/Breakpoint/BreakpointResolver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51453.163161.patch
Type: text/x-patch
Size: 10619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180829/4306eb22/attachment.bin>


More information about the lldb-commits mailing list