llvm-project/lldb/source/Plugins/ObjectFile
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
..
Breakpad Breakpad: Add support for the arm64e "architecture" 2019-06-10 16:21:26 +00:00
ELF Recognise debug_types.dwo as a debug info section 2019-06-12 11:42:42 +00:00
JIT Remove null checks of results of new expressions 2019-07-01 11:09:15 +00:00
Mach-O Get the expression parser to handle missing weak symbols. 2019-06-28 21:40:05 +00:00
PECOFF [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
CMakeLists.txt Re-commit "Introduce ObjectFileBreakpad" 2018-12-10 17:16:38 +00:00