llvm-project/lldb/source
Aidan Dodds 1b6785a1df Add ability to override JIT expr compiler options.
Runtimes should be able to pass custom compilation options to the JIT for their stack frame. This patch adds a custom expression options member class to LanguageOptions, and modifies the clang expression evaluator to check the current runtime for those options. If those options are available on the runtime, they are passed to the clang compiler.

Committed for Luke Drummond.
Differential Revision: http://reviews.llvm.org/D15527

llvm-svn: 259644
2016-02-03 12:33:05 +00:00
..
API Log error message in SBTarget::Launch 2016-02-02 15:16:20 +00:00
Breakpoint Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Commands Fix a bug where type <formatter> list would ignore the -w argument 2016-01-29 01:12:13 +00:00
Core Remove Timer::Initialize routine 2016-02-01 13:29:41 +00:00
DataFormatters Fix TestDataFormatterScript for Linux. 2016-01-29 03:48:08 +00:00
Expression Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Host Fix an off-by-one in SocketTest::DecodeHostAndPort 2016-02-03 11:12:23 +00:00
Initialization Remove Timer::Initialize routine 2016-02-01 13:29:41 +00:00
Interpreter Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Plugins Add ability to override JIT expr compiler options. 2016-02-03 12:33:05 +00:00
Symbol [RenderScript] Use LLVM DWARF language enum 2016-02-03 09:17:03 +00:00
Target Fix a thinko in StackFrame::GetInScopeVariableList. 2016-02-02 23:49:41 +00:00
Utility Remove autoconf support from source directories. 2016-01-28 22:05:24 +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