llvm-project/lldb/source
Enrico Granata 3de4971a7a Add an overload of SetValueFromCString() to ValueObjectSynthetic that is just a passthrough to the parent object
Without this overload, attempts to edit the value of a variable with synthetic children enabled would change the value inside the synthetic ValueObject, but not propagate the changes to the underlying storage, hence resulting in no write for any meaningful purpose

Comes with a test case, and fixes rdar://19586311

llvm-svn: 227120
2015-01-26 19:33:52 +00:00
..
API Add null pointer checks to some SBStream functions. 2015-01-14 18:34:35 +00:00
Breakpoint Make sure that when a breakpoint is hit but its condition is not met, 2015-01-15 01:41:04 +00:00
Commands This patch gets remote-linux platform able to run processes 2015-01-21 22:42:49 +00:00
Core Add an overload of SetValueFromCString() to ValueObjectSynthetic that is just a passthrough to the parent object 2015-01-26 19:33:52 +00:00
DataFormatters Commit fix for a static analyzer issue where a string pointer could theoretically be NULL.. 2015-01-17 02:46:20 +00:00
Expression Fix the -*-version-min option to not try and use the current OS version for iOS and the simulator since llvm/clang will assert and kill LLDB. 2015-01-22 18:25:49 +00:00
Host fixed up some logging messages (options and wait_pid were swapped) 2015-01-23 22:48:28 +00:00
Interpreter Abstract the details from regex.h a bit more by not allowing people to specify compile and execute flags for regular expressions. Also enable better regular expressions if they are available by check if the REG_ENHANCED is available and using it if it is. 2015-01-21 21:51:02 +00:00
Plugins Add link to github x86-psABI repo where the ABI doc is being 2015-01-26 10:07:39 +00:00
Symbol debug printfs that got left in. I blame greg. 2015-01-23 01:34:19 +00:00
Target Fixing TestRegisters on Linux with LLGS 2015-01-23 22:57:00 +00:00
Utility UriParser - fixed potential buffer overrun 2015-01-15 20:57:01 +00:00
CMakeLists.txt Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +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