llvm-project/lldb/source
Enrico Granata ed3228aa5f Allow individual ValueObjects to pick their preferred display language
Most of the time, we can use context information just fine to choose a language (i.e. the language of the frame that the root object was defined in, if any); but in some cases, synthetic children may be fabricated as root frame-less entities, and then we wouldn't know any better

This patch allows (internal) synthetic child providers to set a display language on the children they generate, should they so choose

llvm-svn: 226634
2015-01-21 01:47:13 +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 Don't mention a "--core-file" argument to target create. It is 2015-01-20 03:06:17 +00:00
Core Allow individual ValueObjects to pick their preferred display language 2015-01-21 01:47:13 +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 build after clang r226128. 2015-01-15 17:51:05 +00:00
Host Remove unused function: 2015-01-20 21:05:21 +00:00
Interpreter Don't remove backslashes from arguments unless the following char is recognized. 2015-01-20 17:53:36 +00:00
Plugins Adding compact unwind as a source of unwind information 2015-01-21 01:26:28 +00:00
Symbol Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
Target Fix a race condition where you could set the selected thread & target in the 2015-01-19 23:51:51 +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