| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -6/+7 |
* | Update declarations for all functions/methods that accept printf-style | Jason Molenda | 2011-09-20 | 1 | -1/+1 |
* | Adopt the intrusive pointers in: | Greg Clayton | 2011-09-17 | 1 | -1/+3 |
* | Move the SourceManager from the Debugger to the Target. That way it can stor... | Jim Ingham | 2011-09-08 | 1 | -46/+0 |
* | Added a new plug-in type: lldb_private::OperatingSystem. The operating system | Greg Clayton | 2011-08-22 | 1 | -0/+29 |
* | Add missing check for non-NULL frame_sp. | Jim Ingham | 2011-08-16 | 1 | -3/+6 |
* | We were leaking a stack frame in StackFrameList in Thread.cpp which could | Greg Clayton | 2011-08-12 | 1 | -11/+8 |
* | Fixed some issues with parsing C++ methods where our detection | Greg Clayton | 2011-08-12 | 1 | -7/+7 |
* | Don't create a new stop info if we've already calculated one and it is still ... | Jim Ingham | 2011-08-09 | 1 | -1/+10 |
* | Indent the frames in the "thread.GetStatus" frame listing. Also put the same... | Jim Ingham | 2011-07-26 | 1 | -0/+2 |
* | Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba... | Peter Collingbourne | 2011-06-03 | 1 | -0/+27 |
* | Fixed a crasher that was happened when a log shared pointer wasn't valid. | Greg Clayton | 2011-05-19 | 1 | -1/+1 |
* | Centralized a lot of the status information for processes, | Greg Clayton | 2011-04-18 | 1 | -0/+58 |
* | Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to... | Jim Ingham | 2011-03-31 | 1 | -0/+5 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -1/+1 |
* | The UserSettings controllers must be initialized & terminated in the | Caroline Tice | 2011-03-10 | 1 | -2/+10 |
* | Rework the RunThreadPlan event handling to use Event Hijacking not stopping t... | Jim Ingham | 2011-02-08 | 1 | -24/+40 |
* | Endian patch from Kirk Beitz that allows better cross platform building. | Greg Clayton | 2011-02-01 | 1 | -1/+0 |
* | Enabled extra warnings and fixed a bunch of small issues. | Greg Clayton | 2011-01-25 | 1 | -1/+1 |
* | Check for a NULL saved stop info shared pointer. | Jim Ingham | 2011-01-25 | 1 | -1/+2 |
* | More useful STEP logging. | Jim Ingham | 2011-01-24 | 1 | -1/+19 |
* | Added support for stepping out of a frame. If you have 10 stack frames, and you | Greg Clayton | 2011-01-21 | 1 | -8/+28 |
* | Back up both the register AND the stop state when calling functions. | Jim Ingham | 2011-01-20 | 1 | -1/+38 |
* | Added the following functions to SBThread to allow threads to be suspended wh... | Greg Clayton | 2011-01-12 | 1 | -24/+0 |
* | Fixed issues with RegisterContext classes and the subclasses. There was | Greg Clayton | 2011-01-06 | 1 | -0/+7 |
* | 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 |