llvm-project/lldb/source
Greg Clayton 43fe217b11 <rdar://problem/13506727>
Symbol table function names should support lookups like symbols with debug info. 

To fix this I:
- Gutted the way FindFunctions is used, there used to be way too much smarts only in the DWARF plug-in
- Made it more efficient by chopping the name up once and using simpler queries so that SymbolFile and Symtab plug-ins don't need to do as much
- Filter the results at a higher level
- Make the lldb_private::Symtab able to chop up C++ mangled names and make as much sense out of them as possible and also be able to search by basename, fullname, method name, and selector name.

llvm-svn: 178608
2013-04-03 02:00:15 +00:00
..
API Avoid hang in attach-by-name test case 2013-04-01 19:47:00 +00:00
Breakpoint <rdar://problem/13506727> 2013-04-03 02:00:15 +00:00
Commands 1 breakpoint is a breakpoint not a breakpoints. 2013-03-29 21:01:03 +00:00
Core <rdar://problem/13506727> 2013-04-03 02:00:15 +00:00
DataFormatters <rdar://problem/13563403> 2013-04-03 01:25:29 +00:00
Expression <rdar://problem/13506727> 2013-04-03 02:00:15 +00:00
Host <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
Interpreter <rdar://problem/13506727> 2013-04-03 02:00:15 +00:00
Plugins <rdar://problem/13506727> 2013-04-03 02:00:15 +00:00
Symbol <rdar://problem/13506727> 2013-04-03 02:00:15 +00:00
Target <rdar://problem/13506727> 2013-04-03 02:00:15 +00:00
Utility Various fixes for armv7 floating point/vector register support. 2013-03-13 00:14:30 +00:00
CMakeLists.txt When built with cmake, only call the string functions when the previous commands (utils/GetSourceVersion & utils/GetRepositoryPath successed). Otherwise, they fail when not launched from a repository 2013-03-16 17:01:13 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
lldb.cpp Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00