[Lldb-commits] [PATCH] D25158: Convert some Breakpoint to StringRef
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Sat Oct 1 08:14:50 PDT 2016
zturner created this revision.
zturner added a reviewer: jingham.
zturner added a subscriber: lldb-commits.
This is an incremental step towards getting some other code converted. In any case, I believe this makes the breakpoint code significantly easier to understand and also removes many string copies in the range id code.
https://reviews.llvm.org/D25158
Files:
include/lldb/Breakpoint/BreakpointID.h
include/lldb/Breakpoint/BreakpointIDList.h
source/Breakpoint/BreakpointID.cpp
source/Breakpoint/BreakpointIDList.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25158.73197.patch
Type: text/x-patch
Size: 21376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161001/ee1ea038/attachment-0001.bin>
More information about the lldb-commits
mailing list