| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added the ability for a process to inherit the current host environment. This | Greg Clayton | 2010-12-04 | 1 | -1/+1 |
| * | Fixed an issue where the UserSettingsControllers were being created out of | Greg Clayton | 2010-11-19 | 1 | -4/+5 |
| * | Cleaned up code that wasn't using the Initialize and Terminate paradigm by | Greg Clayton | 2010-11-18 | 1 | -25/+28 |
| * | The thread plan destructors may call Thread virtual methods. That means they... | Jim Ingham | 2010-11-18 | 1 | -2/+13 |
| * | Excised a version of the low-level function calling | Sean Callanan | 2010-11-12 | 1 | -12/+0 |
| * | Add ThreadPlanTracer class to allow instruction step tracing of execution. | Jim Ingham | 2010-11-11 | 1 | -48/+118 |
| * | Remove an obsolete reference to immediate plans. | Jim Ingham | 2010-11-10 | 1 | -1/+1 |
| * | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -8/+8 |
| * | Added the equivalent of gdb's "unwind-on-signal" to the expression command, a... | Jim Ingham | 2010-11-05 | 1 | -6/+41 |
| * | First pass at adding logging capabilities for the API functions. At the moment | Caroline Tice | 2010-10-26 | 1 | -0/+36 |
| * | Don't cache the public stop reason, since it can change as plan completion ge... | Jim Ingham | 2010-10-20 | 1 | -61/+11 |
| * | Added a new test case to test signals with. | Greg Clayton | 2010-10-10 | 1 | -0/+7 |
| * | There are now to new "settings set" variables that live in each debugger | Greg Clayton | 2010-10-04 | 1 | -40/+20 |
| * | Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val... | Jim Ingham | 2010-09-28 | 1 | -0/+10 |
| * | Create more useful instance names for target, process and thread instances. | Caroline Tice | 2010-09-27 | 1 | -0/+16 |
| * | Add GetSP to the StackFrame. | Jim Ingham | 2010-09-23 | 1 | -0/+5 |
| * | Make GetInstanceSettingsValue methods take an Error * rather than an Error &, | Caroline Tice | 2010-09-20 | 1 | -3/+8 |
| * | Add UserSettings to Target class, making Target settings | Caroline Tice | 2010-09-20 | 1 | -4/+5 |
| * | Added code that will allow completely customizable prompts for use in | Greg Clayton | 2010-09-19 | 1 | -20/+1 |
| * | Fix issues with CreateInstanceName, a virtual function, being called | Caroline Tice | 2010-09-16 | 1 | -1/+8 |
| * | Add comments to InstanceSettings constructors explaining why they have | Caroline Tice | 2010-09-09 | 1 | -4/+6 |
| * | Make sure creating a pending instance doesn't also trigger creating a live in... | Caroline Tice | 2010-09-08 | 1 | -6/+8 |
| * | Add a user settings controller to Thread. Then added a step-avoid-regexp set... | Jim Ingham | 2010-09-08 | 1 | -0/+219 |
| * | Cleaned up step logging a bit. | Greg Clayton | 2010-09-03 | 1 | -9/+10 |
| * | Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. | Greg Clayton | 2010-09-03 | 1 | -5/+21 |
| * | Added a new bool parameter to many of the DumpStopContext() methods that | Greg Clayton | 2010-09-02 | 1 | -2/+2 |
| * | Simplified the StackFrameList class down to a single frames list again | Greg Clayton | 2010-08-27 | 1 | -1/+2 |
| * | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -6/+6 |
| * | Cleaned up the inline stack frame code one more time to prepare for inlined | Greg Clayton | 2010-08-26 | 1 | -6/+5 |
| * | Cleaned up the inline backtrace code even more by moving all stack backtracing | Greg Clayton | 2010-08-25 | 1 | -174/+24 |
| * | Fixed another issue with the inline stack frames where if the first frame | Greg Clayton | 2010-08-24 | 1 | -3/+5 |
| * | Got a lot of the kinks worked out in the inline support after debugging more | Greg Clayton | 2010-08-24 | 1 | -5/+7 |
| * | Added support for inlined stack frames being represented as real stack frames | Greg Clayton | 2010-08-24 | 1 | -18/+144 |
| * | Now that we are using the Unwinder (or Jason's new unwinder when that comes a... | Jim Ingham | 2010-08-12 | 1 | -1/+54 |
| * | Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. | Greg Clayton | 2010-08-04 | 1 | -563/+25 |
| * | Get rid of using EXC_SOFT_SIGNAL define in host agnostic code. | Greg Clayton | 2010-07-23 | 1 | -1/+2 |
| * | Centralized the Mach exception stop info code by adding it as a first | Greg Clayton | 2010-07-23 | 1 | -1/+250 |
| * | Warnings cleanup patch from Jean-Daniel Dupas. | Greg Clayton | 2010-07-23 | 1 | -1/+1 |
| * | Fix constructor initialization order. Patch by Bill Lynch. | Benjamin Kramer | 2010-07-16 | 1 | -2/+2 |
| * | Two changes in this checkin. Added a ThreadPlanKind so that I can do some re... | Jim Ingham | 2010-06-19 | 1 | -26/+14 |
| * | Change the Breakpoint & BreakpointLocation GetDescription methods so they cal... | Jim Ingham | 2010-06-18 | 1 | -13/+1 |
| * | Add a "thread specification" class that specifies thread specific breakpoints... | Jim Ingham | 2010-06-16 | 1 | -4/+38 |
| * | I have eliminated RTTI from LLDB! | Greg Clayton | 2010-06-12 | 1 | -5/+26 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+1121 |