hanchenye-llvm-project/lldb/source
Enrico Granata c3b0a5b099 In some cases, type lookup has to deal with situations where it cannot reconstruct a compile unit or a function, but it still has a valid symbol - and it can use that in order to figure out the preferential language for lookups
This is not the right thing for all clients (notably the expression parser), so put it in type lookup specific code

Fixes rdar://problem/22422313

llvm-svn: 269095
2016-05-10 18:16:33 +00:00
..
API Take the API lock in SBThread::IsValid & SBFrame::IsValid. 2016-05-07 00:54:56 +00:00
Breakpoint Add the ability to limit "source regexp" breakpoints to a particular function 2016-04-28 01:40:57 +00:00
Commands In some cases, type lookup has to deal with situations where it cannot reconstruct a compile unit or a function, but it still has a valid symbol - and it can use that in order to figure out the preferential language for lookups 2016-05-10 18:16:33 +00:00
Core Fix logging in Listener.cpp 2016-05-10 13:46:25 +00:00
DataFormatters Add support for synthetic child providers to optionally return a customized typename for display 2016-05-02 00:41:24 +00:00
Expression XFail TestLambdas.py on Windows after fixing some of the problems 2016-05-04 23:32:35 +00:00
Host Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read" 2016-05-03 14:07:41 +00:00
Initialization Move DynamicLoader plugins to SystemInitializerFull 2016-03-29 15:00:26 +00:00
Interpreter Fix an issue where the apropos command would not print fully qualified command names for nested command objects 2016-05-02 21:28:40 +00:00
Plugins Fix assertion in SymbolFilePDB 2016-05-09 11:07:43 +00:00
Symbol Add support for displaying Java array types on Andorid 2016-05-05 11:18:21 +00:00
Target Fix the way the ShouldStopHere checker handles the general case of "stepping through line 0 code". 2016-05-06 23:44:10 +00:00
Utility Remove some lldbassert's from the packet checking code. 2016-05-07 00:52:18 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00