hanchenye-llvm-project/lldb/source
Marianne Mailhot-Sarrasin 3fe7158174 [LLDB] Added support for PHI nodes to IR interpreter
This allows expressions such as 'i == 1 || i == 2` to be executed using the IR interpreter, instead of relying on JIT code injection (which may not be available on some platforms).

Patch by cameron314

Differential Revision: http://reviews.llvm.org/D19124

llvm-svn: 269340
2016-05-12 20:00:53 +00:00
..
API Take the API lock in SBThread::IsValid & SBFrame::IsValid. 2016-05-07 00:54:56 +00:00
Breakpoint Keep original source path and mapped path in LineEntry 2016-05-11 22:46:53 +00:00
Commands [LLDB] Added support for PHI nodes to IR interpreter 2016-05-12 20:00:53 +00:00
Core [LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABI 2016-05-11 13:08:29 +00:00
DataFormatters Add support for synthetic child providers to optionally return a customized typename for display 2016-05-02 00:41:24 +00:00
Expression [LLDB] Added support for PHI nodes to IR interpreter 2016-05-12 20:00:53 +00:00
Host Generalize child process monitoring functions 2016-05-11 16:59:04 +00:00
Initialization Move DynamicLoader plugins to SystemInitializerFull 2016-03-29 15:00:26 +00:00
Interpreter Fix an issue where the apropos command would not print fully qualified command names for nested command objects 2016-05-02 21:28:40 +00:00
Plugins Fix a race in ProcessGDBRemote::MonitorDebugServerProcess 2016-05-12 11:10:01 +00:00
Symbol Keep original source path and mapped path in LineEntry 2016-05-11 22:46:53 +00:00
Target Keep original source path and mapped path in LineEntry 2016-05-11 22:46:53 +00:00
Utility Remove some lldbassert's from the packet checking code. 2016-05-07 00:52:18 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00