llvm-project/lldb/source/Target
Greg Clayton ffc1d6672d Fixed an assertion that happened when debugging DWARF in .o files with debug
map on macosx.

llvm-svn: 113737
2010-09-13 04:34:30 +00:00
..
ABI.cpp
ExecutionContext.cpp 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
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ObjCObjectPrinter.cpp Move the "Object Description" into the ValueObject, and the add an API to 2010-09-10 23:12:17 +00:00
PathMappingList.cpp Minor warning/error fixes. 2010-06-09 09:32:42 +00:00
Process.cpp Add comments to InstanceSettings constructors explaining why they have 2010-09-09 18:26:37 +00:00
RegisterContext.cpp The first part of an lldb native stack unwinder. 2010-09-10 07:49:16 +00:00
StackFrame.cpp Fixed an assertion that happened when debugging DWARF in .o files with debug 2010-09-13 04:34:30 +00:00
StackFrameList.cpp Added more API to lldb::SBBlock to allow getting the block 2010-09-07 04:20:48 +00:00
StackID.cpp Added a new bool parameter to many of the DumpStopContext() methods that 2010-09-02 21:44:10 +00:00
StopInfo.cpp Make breakpoint commands work again. Added a PerformAction to the stop info - actions are run when the 2010-08-10 00:59:59 +00:00
Target.cpp Added support for inlined stack frames being represented as real stack frames 2010-08-24 00:45:41 +00:00
TargetList.cpp If the file the user specifies can't be found in the current directory, 2010-09-10 04:48:55 +00:00
Thread.cpp Add comments to InstanceSettings constructors explaining why they have 2010-09-09 18:26:37 +00:00
ThreadList.cpp Cleaned up step logging a bit. 2010-09-03 22:45:01 +00:00
ThreadPlan.cpp Cleaned up step logging a bit. 2010-09-03 22:45:01 +00:00
ThreadPlanBase.cpp Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. 2010-08-04 01:40:35 +00:00
ThreadPlanCallFunction.cpp Added support for rewriting objc_msgSend so we can 2010-07-31 01:32:05 +00:00
ThreadPlanRunToAddress.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanShouldStopHere.cpp
ThreadPlanStepInRange.cpp Add a user settings controller to Thread. Then added a step-avoid-regexp setting 2010-09-08 03:14:33 +00:00
ThreadPlanStepInstruction.cpp Got a lot of the kinks worked out in the inline support after debugging more 2010-08-24 21:05:24 +00:00
ThreadPlanStepOut.cpp Got a lot of the kinks worked out in the inline support after debugging more 2010-08-24 21:05:24 +00:00
ThreadPlanStepOverBreakpoint.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanStepOverRange.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanStepRange.cpp Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. 2010-09-03 17:10:42 +00:00
ThreadPlanStepThrough.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanStepUntil.cpp Got a lot of the kinks worked out in the inline support after debugging more 2010-08-24 21:05:24 +00:00
ThreadSpec.cpp Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather 2010-06-18 01:00:58 +00:00
UnixSignals.cpp