aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target
AgeCommit message (Expand)AuthorFilesLines
2010-09-16Fix issues with CreateInstanceName, a virtual function, being calledCaroline Tice2-2/+16
2010-09-16Step past prologues when we step into functions.Jim Ingham2-3/+46
2010-09-15Adding a bit more logging.Jim Ingham1-0/+6
2010-09-14Clear the section list when a our current process is destroyed.Greg Clayton2-0/+136
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton8-123/+22
2010-09-14Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.Jim Ingham2-35/+124
2010-09-14Fixed an issue that was always causing an extra empty argument to be sentGreg Clayton1-4/+2
2010-09-14Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton1-1/+5
2010-09-13Fixed an assertion that happened when debugging DWARF in .o files with debugGreg Clayton1-2/+7
2010-09-10Move the "Object Description" into the ValueObject, and the add an API toJim Ingham1-4/+10
2010-09-10The first part of an lldb native stack unwinder.Jason Molenda1-0/+22
2010-09-10If the file the user specifies can't be found in the current directory,Caroline Tice1-0/+4
2010-09-09Add comments to InstanceSettings constructors explaining why they have Caroline Tice2-7/+13
2010-09-09Move the ProcessPlugins enum definition from lldb-enumerations.h to Caroline Tice1-3/+3
2010-09-08Make sure creating a pending instance doesn't also trigger creating a live in...Caroline Tice2-12/+17
2010-09-08Add a user settings controller to Thread. Then added a step-avoid-regexp set...Jim Ingham2-2/+227
2010-09-07Move common code from GetSettingsController in Process & Debugger into static...Jim Ingham1-15/+5
2010-09-07Fix various minor bugs in the Settings stuff.Caroline Tice1-2/+2
2010-09-07Added more API to lldb::SBBlock to allow getting the blockGreg Clayton2-43/+60
2010-09-04This is a very large commit that completely re-does the way lldbCaroline Tice1-0/+343
2010-09-03Cleaned up step logging a bit.Greg Clayton3-25/+33
2010-09-03Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton6-41/+260
2010-09-02Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton4-54/+64
2010-09-02StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton1-10/+66
2010-08-31Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton1-0/+2
2010-08-30Clarified the intent of the SymbolContextScope class in the headerGreg Clayton3-120/+221
2010-08-27Made it so we update the current frames from the previous frames by doing STLGreg Clayton2-22/+18
2010-08-27Simplified the StackFrameList class down to a single frames list againGreg Clayton3-199/+250
2010-08-26Changed the StackID to store its start PC address as a load address instead of Greg Clayton1-23/+25
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham5-46/+46
2010-08-26Add StackFrame::IsInlined.Jim Ingham1-0/+10
2010-08-26Cleaned up the inline stack frame code one more time to prepare for inlinedGreg Clayton4-207/+159
2010-08-25Cleaned up the inline backtrace code even more by moving all stack backtracingGreg Clayton2-202/+269
2010-08-24Fixed another issue with the inline stack frames where if the first frameGreg Clayton2-3/+10
2010-08-24Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton5-71/+64
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton4-77/+338
2010-08-21Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton1-1/+1
2010-08-19Fixed a long delay in shutdown times by invalidating m_private_state_thread r...Greg Clayton1-0/+1
2010-08-17Don't try to get the architecture up front when doing attach -w.Jim Ingham1-5/+8
2010-08-12Now that we are using the Unwinder (or Jason's new unwinder when that comes a...Jim Ingham1-1/+54
2010-08-11Added support for persistent variables to theSean Callanan1-1/+8
2010-08-10Make breakpoint commands work again. Added a PerformAction to the stop info ...Jim Ingham2-21/+48
2010-08-09Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham4-29/+154
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton8-743/+511
2010-07-31Added support for rewriting objc_msgSend so we canSean Callanan1-0/+19
2010-07-23Added needed breakpoint functionality to the public API that includes:Greg Clayton1-13/+6
2010-07-23Get rid of using EXC_SOFT_SIGNAL define in host agnostic code.Greg Clayton1-1/+2
2010-07-23Centralized the Mach exception stop info code by adding it as a firstGreg Clayton1-1/+250
2010-07-23Warnings cleanup patch from Jean-Daniel Dupas.Greg Clayton1-1/+1
2010-07-22This patch changes the point at which Process::m_private_state_thread isGreg Clayton1-1/+1