llvm-project/lldb/source/Plugins/Process/Linux
Pavel Labath c12dfcf1f5 Don't check the validity of newly contructed data buffers
A bunch of places were checking that DataBufferHeap::GetBytes returns a
non-null pointer right after constructing it. The only time when
GetBytes returns a null pointer is if it is empty (and I'm not sure that
even this is a good idea), but that is clearly not the case here, as the
buffer was constructed with a non-zero size just a couple of lines back.

llvm-svn: 364754
2019-07-01 13:18:19 +00:00
..
CMakeLists.txt Normalize some lldb #include statements. 2018-05-22 22:53:50 +00:00
NativeProcessLinux.cpp Revert "Implement xfer:libraries-svr4:read packet" 2019-07-01 12:41:20 +00:00
NativeProcessLinux.h Implement GetSharedLibraryInfoAddress 2019-06-14 21:15:08 +00:00
NativeRegisterContextLinux.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux_arm.cpp Don't check the validity of newly contructed data buffers 2019-07-01 13:18:19 +00:00
NativeRegisterContextLinux_arm.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
NativeRegisterContextLinux_arm64.cpp Don't check the validity of newly contructed data buffers 2019-07-01 13:18:19 +00:00
NativeRegisterContextLinux_arm64.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
NativeRegisterContextLinux_mips64.cpp Don't check the validity of newly contructed data buffers 2019-07-01 13:18:19 +00:00
NativeRegisterContextLinux_mips64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux_ppc64le.cpp Don't check the validity of newly contructed data buffers 2019-07-01 13:18:19 +00:00
NativeRegisterContextLinux_ppc64le.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
NativeRegisterContextLinux_s390x.cpp Don't check the validity of newly contructed data buffers 2019-07-01 13:18:19 +00:00
NativeRegisterContextLinux_s390x.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux_x86_64.cpp [lldb] [Process] Introduce common helpers to split/recombine YMM data 2019-06-21 13:19:34 +00:00
NativeRegisterContextLinux_x86_64.h [Linux/x86] Fix writing of non-gpr registers on newer processors 2019-04-01 08:11:46 +00:00
NativeThreadLinux.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeThreadLinux.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ProcessorTrace.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
ProcessorTrace.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Procfs.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SingleStepCheck.cpp [Process] Fix linux arm64 single step compilation failure 2019-04-16 21:21:28 +00:00
SingleStepCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00