forked from OSchip/llvm-project
b9cc0c7593
Summary: Most NPL private functions took (shared) pointers to threads as arguments. This meant that the callee could not be sure if the pointer was valid and so most functions were peppered with null-checks. Now, I move the check closer to the source, and pass around the threads as references (which are then assumed to be valid). Reviewers: tberghammer Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12237 llvm-svn: 245831 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Makefile | ||
NativeProcessLinux.cpp | ||
NativeProcessLinux.h | ||
NativeRegisterContextLinux.cpp | ||
NativeRegisterContextLinux.h | ||
NativeRegisterContextLinux_arm.cpp | ||
NativeRegisterContextLinux_arm.h | ||
NativeRegisterContextLinux_arm64.cpp | ||
NativeRegisterContextLinux_arm64.h | ||
NativeRegisterContextLinux_mips64.cpp | ||
NativeRegisterContextLinux_mips64.h | ||
NativeRegisterContextLinux_x86_64.cpp | ||
NativeRegisterContextLinux_x86_64.h | ||
NativeThreadLinux.cpp | ||
NativeThreadLinux.h | ||
ProcFileReader.cpp | ||
ProcFileReader.h | ||
Procfs.h |