llvm-project/lldb/source
Jim Ingham e2e0b451d5 Add -c (count - i.e. number of frames to show) and -s (start frame.)
llvm-svn: 112243
2010-08-26 23:36:03 +00:00
..
API 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
Breakpoint Added support for inlined stack frames being represented as real stack frames 2010-08-24 00:45:41 +00:00
Commands Add -c (count - i.e. number of frames to show) and -s (start frame.) 2010-08-26 23:36:03 +00:00
Core 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
Expression Got a lot of the kinks worked out in the inline support after debugging more 2010-08-24 21:05:24 +00:00
Host Fixed a crasher where during shutdown, loggings attempted to access the 2010-08-23 17:13:12 +00:00
Interpreter Changed the StackID to store its start PC address as a load address instead of 2010-08-26 22:05:43 +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 Changed the StackID to store its start PC address as a load address instead of 2010-08-26 22:05:43 +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