llvm-project/lldb/source/Target
Sean Callanan bf154daee6 Added a 'void' format so that the user can manually
suppress all non-error output from the "expression"
command.

<rdar://problem/11225150>

llvm-svn: 161502
2012-08-08 17:35:10 +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 Don't set the thread when adopting selected execution context entries, and use the "lldb_private::StateIsStoppedState(StateType, bool)" function to tell if the state is stopped. 2012-07-30 22:05:39 +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 Fixed a logic error which stopped paths from being properly remapped. 2012-06-28 18:09:12 +00:00
Platform.cpp When the Platform launches a process for debugging, make sure it goes into a separate process group, otherwise ^C will both cause us to try to Stop it manually, AND send it a SIGINT, which can confuse us. 2012-06-01 01:22:13 +00:00
Process.cpp Added a 'void' format so that the user can manually 2012-08-08 17:35:10 +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/11620586> 2012-07-31 00:31:32 +00:00
StackFrame.cpp <rdar://problem/11870357> 2012-07-14 00:53:55 +00:00
StackFrameList.cpp <rdar://problem/11852100> 2012-07-11 20:33:48 +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 <rdar://problem/11672978> Fixing an issue where an ObjC object might come out without a description because the expression used to obtain it would timeout before running to completion 2012-07-16 23:10:35 +00:00
Target.cpp <rdar://problem/12027563> Making sure that some class of stop-hook commands that involve po'ing objects do not cause an endless recursion 2012-08-03 22:24:48 +00:00
TargetList.cpp Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. 2012-07-27 23:57:19 +00:00
Thread.cpp Fixed a problem where stepping out would turn into 2012-07-31 22:19:25 +00:00
ThreadList.cpp When we are preparing all threads to run, if the overall run state of a thread is "suspended" that 2012-05-31 20:47:56 +00:00
ThreadPlan.cpp If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to 2012-05-10 01:35: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 Found one more place where the OkayToDiscard needs to be consulted. 2012-05-11 23:47:32 +00:00
ThreadPlanCallUserExpression.cpp Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not AND unwind on error. 2012-05-11 18:43:38 +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 Make the setting for "target.process.thread.step-avoid-regexp" work for inlined functions, not just concrete top level functions. 2012-07-13 00:19:40 +00:00
ThreadPlanStepInstruction.cpp Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans 2012-05-03 21:19:36 +00:00
ThreadPlanStepOut.cpp Fixed a problem where stepping out would turn into 2012-07-31 22:19:25 +00:00
ThreadPlanStepOverBreakpoint.cpp The StepOverBreakpoint plan should only explain eStopReasonTrace. It didn't cause any other exceptional stop reason. 2012-06-22 20:42:22 +00:00
ThreadPlanStepOverRange.cpp Relax the test for "is the frame I am going to step back out to the one I started from" in ThreadPlanStepOverRange so you don't 2012-07-26 18:23:21 +00:00
ThreadPlanStepRange.cpp Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans 2012-05-03 21:19:36 +00:00
ThreadPlanStepThrough.cpp If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to 2012-05-10 01:35:39 +00:00
ThreadPlanStepUntil.cpp Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans 2012-05-03 21:19:36 +00:00
ThreadPlanTracer.cpp Instructions generated by a disassembler can now 2012-08-01 18:50:59 +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