hanchenye-llvm-project/lldb/source
Sean Callanan 64dfc9a3f9 Refactored ClangExpressionDeclMap to use
ClangExpressionVariables for found external variables
as well as for struct members, replacing the Tuple
and StructMember data structures.

llvm-svn: 111859
2010-08-23 23:09:38 +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 Refactored ClangExpressionDeclMap to use 2010-08-23 23:09:38 +00:00
Host Fixed a crasher where during shutdown, loggings attempted to access the 2010-08-23 17:13:12 +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 Modified the host process monitor callback function Host::StartMonitoringChildProcess 2010-08-21 02:22:51 +00:00
Symbol Modified the host process monitor callback function Host::StartMonitoringChildProcess 2010-08-21 02:22:51 +00:00
Target Modified the host process monitor callback function Host::StartMonitoringChildProcess 2010-08-21 02:22:51 +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