hanchenye-llvm-project/lldb/source/Target
Caroline Tice 9e41c15d84 Fix issues with CreateInstanceName, a virtual function, being called
in an initializer.

llvm-svn: 114107
2010-09-16 19:05:55 +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
Process.cpp Fix issues with CreateInstanceName, a virtual function, being called 2010-09-16 19:05:55 +00:00
RegisterContext.cpp The first part of an lldb native stack unwinder. 2010-09-10 07:49:16 +00:00
SectionLoadList.cpp Clear the section list when a our current process is destroyed. 2010-09-14 23:52:43 +00:00
StackFrame.cpp Moved the section load list up into the target so we can use the target 2010-09-14 23:36:40 +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 Clear the section list when a our current process is destroyed. 2010-09-14 23:52:43 +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 Fix issues with CreateInstanceName, a virtual function, being called 2010-09-16 19:05:55 +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 Moved the section load list up into the target so we can use the target 2010-09-14 23:36:40 +00:00
ThreadPlanRunToAddress.cpp Moved the section load list up into the target so we can use the target 2010-09-14 23:36:40 +00:00
ThreadPlanShouldStopHere.cpp
ThreadPlanStepInRange.cpp Step past prologues when we step into functions. 2010-09-16 00:58:09 +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 Moved the section load list up into the target so we can use the target 2010-09-14 23:36:40 +00:00
ThreadPlanStepRange.cpp Step past prologues when we step into functions. 2010-09-16 00:58:09 +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