llvm-project/lldb/source
Enrico Granata 9aa7e8e9ff Dynamic values have been around (and stable and reliable) for long enough that we can turn them on by default
Change the default of prefer-dynamic-value to eDynamicDontRunTarget (i.e. enable dynamic values, but do not run code to do so)

Of course, disable this for the test suite, since testing no-dynamic-values is actually valuable

Fixes rdar://17363061

llvm-svn: 225486
2015-01-09 00:47:24 +00:00
..
API Provide CreateValueFromData,Expression at the SBTarget level as well as the SBValue level; and also make all the implenentations agree on using the matching ValueObject::Create instead of doing code copypastas 2014-12-17 21:18:43 +00:00
Breakpoint Fix initialization order to match that of the source. 2014-12-17 22:25:37 +00:00
Commands Don't emit the "WARNING: no locations" message when breakpoints are set in 2014-12-19 19:45:31 +00:00
Core This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the right thing to assert() 2015-01-08 19:11:43 +00:00
DataFormatters Fix trivial signed/unsigned comparison warnings 2014-12-29 13:03:19 +00:00
Expression Added support to the expression parser for finding 2014-12-10 19:23:29 +00:00
Host Fix needed for the new terminal test I previously checked in. It was crashing due to a NULL dereference. 2015-01-06 23:33:34 +00:00
Interpreter Audit uses of ConstString::AsCString() to make sure they weren't assuming 2014-12-19 19:20:44 +00:00
Plugins [LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType for MIPS 2015-01-08 09:46:29 +00:00
Symbol Fix trivial signed/unsigned comparison warnings 2014-12-29 13:03:19 +00:00
Target Dynamic values have been around (and stable and reliable) for long enough that we can turn them on by default 2015-01-09 00:47:24 +00:00
Utility Adds UriParser::Parse and unit tests 2015-01-06 23:38:24 +00:00
CMakeLists.txt [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIX 2014-12-29 12:42:33 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00