llvm-project/lldb/source
Jim Ingham 5466e751f0 Added "source list -n" so you can list by symbol name. Moved "--count" from "-n" to "-c". Added a -s option so you can restrict the source listing to a particular shared library.
llvm-svn: 111608
2010-08-20 01:17:07 +00:00
..
API Added functionality to our API for SBType. This will allow users to eventually find and peruse static type information from modules. 2010-08-05 01:56:31 +00:00
Breakpoint Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. 2010-08-04 01:40:35 +00:00
Commands Added "source list -n" so you can list by symbol name. Moved "--count" from "-n" to "-c". Added a -s option so you can restrict the source listing to a particular shared library. 2010-08-20 01:17:07 +00:00
Core Changed "Error Value::GetValueAsData (...)" to set the data extractor byte 2010-08-18 18:28:52 +00:00
Expression First step of refactoring variable handling in the 2010-08-20 01:02:30 +00:00
Host Fix clang warnings. 2010-08-10 13:22:03 +00:00
Interpreter There is no need to restore (sys.stdin, sys.stdout) of the python script 2010-08-10 21:26:55 +00:00
Plugins Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit->GetLineTable() will parse the line table if it hasn't been read in. 2010-08-20 01:13:58 +00:00
Symbol Add an accessor to get the Declaration for a type. 2010-08-20 01:15:38 +00:00
Target Fixed a long delay in shutdown times by invalidating m_private_state_thread right before the private state thread (which calls "void *Process::RunPrivateStateThread ()") exits. 2010-08-19 21:50:06 +00:00
Utility Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
lldb.cpp Add a new Process plugin for Linux. 2010-07-24 02:19:04 +00:00