llvm-project/lldb/source
Sean Callanan b269b6eabb Documented ClangExpression and made parts of it
more sane (i.e., removed dead arguments, made
sensible defaults, etc.)

llvm-svn: 110990
2010-08-13 00:28:39 +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 Documented ClangExpression and made parts of it 2010-08-13 00:28:39 +00:00
Core Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
Expression Documented ClangExpression and made parts of it 2010-08-13 00:28:39 +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 Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames 2010-08-12 02:14:28 +00:00
Symbol Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
Target Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames 2010-08-12 02:14:28 +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