llvm-project/lldb/source/Target
Jim Ingham 87d0e61839 Don't do the work in DoTakedown if the thread plan isn't valid.
Also fixed up some logging.

llvm-svn: 154709
2012-04-13 23:11:52 +00:00
..
ABI.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
CPPLanguageRuntime.cpp <rdar://problem/11113279> 2012-03-26 23:03:23 +00:00
ExecutionContext.cpp Added a new Host class: ReadWriteLock 2012-04-05 16:12:35 +00:00
LanguageRuntime.cpp Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. 2012-03-06 00:37:27 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Memory.cpp <rdar://problem/11193466> 2012-04-13 20:37:20 +00:00
ObjCLanguageRuntime.cpp <rdar://problem/11113279> 2012-03-26 23:03:23 +00:00
OperatingSystem.cpp Added a new plug-in type: lldb_private::OperatingSystem. The operating system 2011-08-22 02:49:39 +00:00
PathMappingList.cpp <rdar://problem/11072382> 2012-03-19 22:22:41 +00:00
Platform.cpp <rdar://problem/11113279> 2012-03-26 23:03:23 +00:00
Process.cpp The run all threads timeout in RunThreadPlan should respect the user timeout, not be arbitrarily 10 seconds (which was too long anyway...) 2012-04-13 23:09:49 +00:00
RegisterContext.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
SectionLoadList.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
StackFrame.cpp Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern 2012-03-19 22:58:49 +00:00
StackFrameList.cpp If the unwinder fails to make us a frame 0, make one by hand from the SP & PC. 2012-03-01 02:53:40 +00:00
StackID.cpp Convert the thread plans over from using the stack count to do their logic to using StackID's. This 2012-03-01 00:50:50 +00:00
StopInfo.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
Target.cpp lldb_private::Section objects have a boolean flag that can be set that 2012-03-27 21:10:07 +00:00
TargetList.cpp Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. 2012-03-20 18:34:04 +00:00
Thread.cpp Clear the "m_actual_stop_info_sp" in the thread during Destroy. It might be a StopInfoThreadPlan, and that would hold onto members that need to be destroyed while the Full thread is still around. 2012-04-10 00:44:25 +00:00
ThreadList.cpp First pass at mach-o core file support is in. It currently works for x86_64 2012-02-09 06:16:32 +00:00
ThreadPlan.cpp Rework how master plans declare themselves. Also make "PlanIsBasePlan" not rely only on this being the bottom plan in the stack, but allow the plan to declare itself as such. 2012-04-09 22:37:39 +00:00
ThreadPlanBase.cpp Rework how master plans declare themselves. Also make "PlanIsBasePlan" not rely only on this being the bottom plan in the stack, but allow the plan to declare itself as such. 2012-04-09 22:37:39 +00:00
ThreadPlanCallFunction.cpp Don't do the work in DoTakedown if the thread plan isn't valid. 2012-04-13 23:11:52 +00:00
ThreadPlanCallUserExpression.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
ThreadPlanRunToAddress.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
ThreadPlanShouldStopHere.cpp Make the ThreadPlanStepThrough set a backstop breakpoint on the return address from 2011-12-03 01:52:59 +00:00
ThreadPlanStepInRange.cpp First stage of implementing step by "run to next branch". Doesn't work yet, is turned off. 2012-03-09 04:10:47 +00:00
ThreadPlanStepInstruction.cpp Purge a couple more uses of stack count for stepping. 2012-03-01 20:01:22 +00:00
ThreadPlanStepOut.cpp Hardened the step-out plan in case it receives 2012-03-13 16:34:56 +00:00
ThreadPlanStepOverBreakpoint.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
ThreadPlanStepOverRange.cpp Rework how master plans declare themselves. Also make "PlanIsBasePlan" not rely only on this being the bottom plan in the stack, but allow the plan to declare itself as such. 2012-04-09 22:37:39 +00:00
ThreadPlanStepRange.cpp First stage of implementing step by "run to next branch". Doesn't work yet, is turned off. 2012-03-09 04:10:47 +00:00
ThreadPlanStepThrough.cpp Purge a couple more uses of stack count for stepping. 2012-03-01 20:01:22 +00:00
ThreadPlanStepUntil.cpp Rework how master plans declare themselves. Also make "PlanIsBasePlan" not rely only on this being the bottom plan in the stack, but allow the plan to declare itself as such. 2012-04-09 22:37:39 +00:00
ThreadPlanTestCondition.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
ThreadPlanTracer.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
ThreadSpec.cpp When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name or QueueName if the ThreadSpec doesn't specify them. 2012-03-07 22:03:04 +00:00
UnixSignals.cpp Fixed some issues with ARM backtraces by not processing any push/pop 2011-07-06 04:07:21 +00:00
UnwindAssembly.cpp Changed the emulate instruction function to take emulate options which 2011-04-26 04:39:08 +00:00