hanchenye-llvm-project/lldb
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
..
cmake Fixes compilation/run error with BUILD_SHARED_LIBS=TRUE 2015-01-14 21:01:15 +00:00
docs [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIX 2014-12-29 12:42:33 +00:00
examples Specify ObjC++ when running heap commands in case we are stopped in a frame with another language. 2015-01-14 21:37:19 +00:00
gtest Print out the full output of gtest 2015-01-19 18:18:24 +00:00
include Allow individual ValueObjects to pick their preferred display language 2015-01-21 01:47:13 +00:00
lib Fix some bugs from D5988 2014-10-31 15:57:52 +00:00
lldb.xcodeproj Update the deployment target on MacOSX to be 10.8. The change is mainly to get the REG_ENHANCED stuff in regex.h and shouldn't affect other targets. 2015-01-20 20:45:49 +00:00
lldb.xcworkspace Fixup gtest layout, add Linux ThreadStateCoordinator.cpp. 2014-09-25 19:25:07 +00:00
resources
scripts Several improvements to the shush script 2015-01-16 23:16:22 +00:00
source Allow individual ValueObjects to pick their preferred display language 2015-01-21 01:47:13 +00:00
test Fix some platform specific paths in TestSettings.py. 2015-01-21 00:40:27 +00:00
tools Add missing case statement to quiet a compiler warning. 2015-01-20 22:41:14 +00:00
utils
www Update the website with information about LLDB on Windows. 2014-12-31 00:06:49 +00:00
.arcconfig
.clang-format
.gitignore Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00
CMakeLists.txt Fixes compilation/run error with BUILD_SHARED_LIBS=TRUE 2015-01-14 21:01:15 +00:00
INSTALL.txt Revert "git-svn test commit" 2014-11-18 22:45:59 +00:00
LICENSE.TXT
Makefile