hanchenye-llvm-project/lldb/source
Greg Clayton 73b953bc1f Detect when ValueObject values change each time they are evaluated.
llvm-svn: 112331
2010-08-28 00:08:07 +00:00
..
API o Exposed SBFileSpec to the Python APIs in lldb.py. 2010-08-27 22:35:26 +00:00
Breakpoint Added support for inlined stack frames being represented as real stack frames 2010-08-24 00:45:41 +00:00
Commands This is a major refactoring of the expression parser. 2010-08-27 01:01:44 +00:00
Core Detect when ValueObject values change each time they are evaluated. 2010-08-28 00:08:07 +00:00
Expression Added a ClangUtilityFunction class that allows the 2010-08-27 23:31:21 +00:00
Host Fixed a crasher where during shutdown, loggings attempted to access the 2010-08-23 17:13:12 +00:00
Interpreter This is a major refactoring of the expression parser. 2010-08-27 01:01:44 +00:00
Plugins Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. 2010-08-26 21:32:51 +00:00
Symbol Got a lot of the kinks worked out in the inline support after debugging more 2010-08-24 21:05:24 +00:00
Target Made it so we update the current frames from the previous frames by doing STL 2010-08-27 21:47:54 +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