llvm-project/lldb/source/Target
Sean Callanan 3154255fd6 This is a fix for the command option parser.
There was a generic catch-all type for path arguments
called "eArgTypePath," and a specialized version
called "eArgTypeFilename."  It turns out all the
cases where we used eArgTypePath we could have
used Filename or we explicitly meant a directory.

I changed Path to DirectoryName, made it use the
directory completer, and rationalized the uses of
Path.

<rdar://problem/12559915>

llvm-svn: 166533
2012-10-24 01:12:14 +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 Rework how the API mutex is acquired when filling out an ExecutionContext from an ExecutionContextRef, 2012-08-22 21:34:33 +00:00
LanguageRuntime.cpp Improved support for language types as command 2012-10-23 00:50:09 +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 Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. 2012-09-18 18:04:04 +00:00
ObjCLanguageRuntime.cpp Objective C cleanup. Removed an cache that was no longer needed and changes the code that gets the dynamic type and class name to use our new Objective C cache. 2012-10-23 22:41:19 +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 bug in the path remapper that caused 2012-09-26 01:28:11 +00:00
Platform.cpp <rdar://problem/11374963> 2012-09-12 02:03:59 +00:00
Process.cpp This is a fix for the command option parser. 2012-10-24 01:12:14 +00:00
RegisterContext.cpp Make the unwinding of the stack part of "thread return" work, and add the thread return command. 2012-09-14 02:14:15 +00:00
SectionLoadList.cpp <rdar://problem/11620586> 2012-07-31 00:31:32 +00:00
StackFrame.cpp Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unless you switch LLDB_FANCY_INLINED_STEPPING to true. With that 2012-09-01 01:02:41 +00:00
StackFrameList.cpp Bunch of cleanups for warnings found by the llvm static analyzer. 2012-10-12 17:34:26 +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 Watchpoints remember the type of the expression or variable they were set with, and use 2012-10-23 07:20:06 +00:00
Target.cpp Watchpoints remember the type of the expression or variable they were set with, and use 2012-10-23 07:20:06 +00:00
TargetList.cpp <rdar://problem/12462048> 2012-10-18 16:33:33 +00:00
Thread.cpp Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoints were set on consecutive addresses, the continue from the 2012-10-16 00:09:33 +00:00
ThreadList.cpp Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. 2012-09-18 18:04:04 +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 Some more typing-related fixes. 2012-09-11 18:11:07 +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 Ensure that the ShouldStopHere plans get called even when doing "virtual" steps. 2012-09-07 01:11:44 +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 <rdar://problem/11757916> 2012-08-29 21:13:06 +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 Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unless you switch LLDB_FANCY_INLINED_STEPPING to true. With that 2012-09-01 01:02:41 +00:00
ThreadPlanStepRange.cpp Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans and they are not done, then we aren't done either. 2012-09-10 23:42:44 +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 Removed explicit NULL checks for shared pointers 2012-08-09 00:50:26 +00:00
ThreadPlanTracer.cpp Bunch of cleanups for warnings found by the llvm static analyzer. 2012-10-12 17:34:26 +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