llvm-project/lldb/source
Sean Callanan d4a7c123f3 Made the "--no-inlines" option on
"target modules lookup" also work with the
"--function" option, so you can search for
functions that aren't inlined.  This is the
same query that the expression parser makes, so
it's good for diagnosing situations where the
expression parser doesn't find a function you
think should be there.

llvm-svn: 150289
2012-02-11 01:22:21 +00:00
..
API Extended function lookup to allow the user to 2012-02-10 22:52:19 +00:00
Breakpoint Extended function lookup to allow the user to 2012-02-10 22:52:19 +00:00
Commands Made the "--no-inlines" option on 2012-02-11 01:22:21 +00:00
Core Extended function lookup to allow the user to 2012-02-10 22:52:19 +00:00
Expression Extended function lookup to allow the user to 2012-02-10 22:52:19 +00:00
Host lldb should warn when dSYM does not match the binary. 2012-02-01 01:49:50 +00:00
Interpreter After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command 2012-02-08 22:37:48 +00:00
Plugins Extended function lookup to allow the user to 2012-02-10 22:52:19 +00:00
Symbol Extended function lookup to allow the user to 2012-02-10 22:52:19 +00:00
Target First pass at mach-o core file support is in. It currently works for x86_64 2012-02-09 06:16:32 +00:00
Utility Added a ModuleList::Destroy() method which will reclaim the std::vector 2012-01-27 18:45:39 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Switching back to using std::tr1::shared_ptr. We originally switched away 2012-01-29 20:56:30 +00:00
lldb.cpp First pass at mach-o core file support is in. It currently works for x86_64 2012-02-09 06:16:32 +00:00