llvm-project/lldb/source/Plugins/Process/Utility
Pavel Labath 0f73709cb7 Remove null checks of results of new expressions
operator new doesn't return a null pointer, even if one turns off
exceptions (it calls std::terminate instead). Therefore, all of this is
dead code.

llvm-svn: 364744
2019-07-01 11:09:15 +00:00
..
ARMDefines.h typedef enum -> enum 2019-05-14 08:55:50 +00:00
ARMUtils.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AuxVector.cpp Add support to read aux vector values 2019-06-11 20:16:13 +00:00
AuxVector.h Add support to read aux vector values 2019-06-11 20:16:13 +00:00
CMakeLists.txt Add support to read aux vector values 2019-06-11 20:16:13 +00:00
DynamicRegisterInfo.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
DynamicRegisterInfo.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
FreeBSDSignals.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FreeBSDSignals.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
GDBRemoteSignals.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
GDBRemoteSignals.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
HistoryThread.cpp [Process] Remove unused field from HistoryThread 2019-06-19 21:33:44 +00:00
HistoryThread.h [Process] Remove unused field from HistoryThread 2019-06-19 21:33:44 +00:00
HistoryUnwind.cpp [Process] Remove unused field from HistoryThread 2019-06-19 21:33:44 +00:00
HistoryUnwind.h [Process] Remove unused field from HistoryThread 2019-06-19 21:33:44 +00:00
InferiorCallPOSIX.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
InferiorCallPOSIX.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
InstructionUtils.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LinuxProcMaps.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LinuxProcMaps.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LinuxSignals.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LinuxSignals.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MipsLinuxSignals.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MipsLinuxSignals.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextRegisterInfo.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextRegisterInfo.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NetBSDSignals.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NetBSDSignals.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextDarwinConstants.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextDarwin_arm.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextDarwin_arm.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextDarwin_arm64.cpp Remove null checks of results of new expressions 2019-07-01 11:09:15 +00:00
RegisterContextDarwin_arm64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextDarwin_i386.cpp Remove null checks of results of new expressions 2019-07-01 11:09:15 +00:00
RegisterContextDarwin_i386.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextDarwin_x86_64.cpp Remove null checks of results of new expressions 2019-07-01 11:09:15 +00:00
RegisterContextDarwin_x86_64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextDummy.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextDummy.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextFreeBSD_i386.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextFreeBSD_i386.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextFreeBSD_mips64.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextFreeBSD_mips64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextFreeBSD_powerpc.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextFreeBSD_powerpc.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextFreeBSD_x86_64.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextFreeBSD_x86_64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextHistory.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextHistory.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextLLDB.cpp [FuncUnwinders] Use "symbol file" unwind plans for unwinding 2019-05-24 09:54:39 +00:00
RegisterContextLLDB.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextLinux_i386.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextLinux_i386.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextLinux_mips.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextLinux_mips.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextLinux_mips64.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextLinux_mips64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextLinux_s390x.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextLinux_s390x.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextLinux_x86_64.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextLinux_x86_64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMacOSXFrameBackchain.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextMacOSXFrameBackchain.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMach_arm.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMach_arm.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMach_i386.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMach_i386.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMach_x86_64.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMach_x86_64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMemory.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextMemory.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextNetBSD_x86_64.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextNetBSD_x86_64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextOpenBSD_i386.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextOpenBSD_i386.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextOpenBSD_x86_64.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextOpenBSD_x86_64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextPOSIX_arm.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextPOSIX_arm.h Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
RegisterContextPOSIX_arm64.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextPOSIX_arm64.h Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
RegisterContextPOSIX_mips64.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextPOSIX_mips64.h Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
RegisterContextPOSIX_powerpc.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextPOSIX_powerpc.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextPOSIX_ppc64le.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextPOSIX_ppc64le.h Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
RegisterContextPOSIX_s390x.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextPOSIX_s390x.h Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
RegisterContextPOSIX_x86.cpp [lldb] [Process] Introduce common helpers to split/recombine YMM data 2019-06-21 13:19:34 +00:00
RegisterContextPOSIX_x86.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextThreadMemory.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterContextThreadMemory.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContext_mips.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContext_powerpc.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContext_s390x.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContext_x86.h [lldb] [Process] Introduce common helpers to split/recombine YMM data 2019-06-21 13:19:34 +00:00
RegisterInfoInterface.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterInfoPOSIX_arm.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterInfoPOSIX_arm.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfoPOSIX_arm64.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterInfoPOSIX_arm64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfoPOSIX_ppc64le.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
RegisterInfoPOSIX_ppc64le.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfos_arm.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfos_arm64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfos_i386.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfos_mips.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfos_mips64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfos_powerpc.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfos_ppc64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfos_ppc64le.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfos_s390x.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterInfos_x86_64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StopInfoMachException.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
StopInfoMachException.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadMemory.cpp Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
ThreadMemory.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
UnwindLLDB.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
UnwindLLDB.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
UnwindMacOSXFrameBackchain.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
UnwindMacOSXFrameBackchain.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-arm-register-enums.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-arm64-register-enums.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-mips-freebsd-register-enums.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-mips-linux-register-enums.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-ppc64-register-enums.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-ppc64le-register-enums.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-s390x-register-enums.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-x86-register-enums.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00