Go to file
Enrico Granata 560558eb7c Introduce the notion of "runtime support values"
A runtime support value is a ValueObject whose only purpose is to support some language runtime's operation, but it does not directly provide any user-visible benefit
As such, unless the user is working on the runtime support, it is mostly safe for them not to see such a value when debugging

It is a language runtime's job to check whether a ValueObject is a support value, and that - in conjunction with a target setting - is used by frame variable and target variable
SBFrame::GetVariables gets a new overload with yet another flag to dictate whether to return those support values to the caller - that which defaults to the setting's value

rdar://problem/15539930

llvm-svn: 228791
2015-02-11 02:35:39 +00:00
clang PR21857: weaken an incorrect assertion. 2015-02-11 01:48:47 +00:00
clang-tools-extra Fixed module-map-checker to recurse umbrella dirs when collecting headers. 2015-02-10 14:58:07 +00:00
compiler-rt [UBSan] Add report deduplication for -fsanitize=function. 2015-02-11 00:05:31 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Update double_include.sh.cpp for new headers. 2015-02-11 01:31:02 +00:00
libcxxabi Fix libcxxabi's library and object root for tests. 2015-02-11 01:07:48 +00:00
lld GNU: Rename parseZOption because it actually parses only -z max-page-size. 2015-02-10 21:40:51 +00:00
lldb Introduce the notion of "runtime support values" 2015-02-11 02:35:39 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm Temporary workaround to fix MSVC 2012 build problems 2015-02-11 02:16:34 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly isl is now distributed with polly 2015-02-09 13:52:21 +00:00