[Lldb-commits] [PATCH] D12187: [NativeProcessLinux] Reduce the number of casts
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 20 03:05:41 PDT 2015
labath created this revision.
labath added reviewers: ovyalov, tberghammer.
labath added a subscriber: lldb-commits.
NPL used to be peppered with casts of the NativeThreadProtocol objects into NativeThreadLinux. I
move these closer to the source where we obtain these objects. This way, the rest of the code can
assume we are working with the correct type of objects.
http://reviews.llvm.org/D12187
Files:
source/Plugins/Process/Linux/NativeProcessLinux.cpp
source/Plugins/Process/Linux/NativeProcessLinux.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12187.32673.patch
Type: text/x-patch
Size: 19565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150820/882b614e/attachment.bin>
More information about the lldb-commits
mailing list