llvm-project/lldb/source/Target
Greg Clayton 8cda7f0830 Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets.
This can easily be adapted for linux and other platforms, but I didn't want to break any buildbots by assuming it will work.

llvm-svn: 182428
2013-05-21 21:55:59 +00:00
..
ABI.cpp Fixed build warnings. 2012-10-30 23:56:14 +00:00
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
CPPLanguageRuntime.cpp <rdar://problem/11398407> 2013-05-18 00:11:21 +00:00
ExecutionContext.cpp <rdar://problem/13194155> 2013-03-15 23:54:07 +00:00
LanguageRuntime.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +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/13892516> 2013-05-21 01:00:52 +00:00
ObjCLanguageRuntime.cpp Fixed some linux buildbot warnings. 2013-04-19 21:31:16 +00:00
OperatingSystem.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
PathMappingList.cpp <rdar://problem/12537646> 2013-03-14 22:52:17 +00:00
Platform.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
Process.cpp Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. 2013-05-21 21:55:59 +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 Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: 2013-04-29 17:25:54 +00:00
StackFrame.cpp When lldb stops in a stack frame where we have source level information (file, line number), don't 2013-04-29 09:59:31 +00:00
StackFrameList.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
StackID.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
StopInfo.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
Target.cpp <rdar://problem/13878726> 2013-05-21 20:13:34 +00:00
TargetList.cpp Unbreak lldb/test/macosx/universal. 2013-05-03 23:22:20 +00:00
Thread.cpp Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. 2013-05-21 21:55:59 +00:00
ThreadList.cpp Adding support for setting thread stop state when a process stops. 2013-05-10 17:19:04 +00:00
ThreadPlan.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanBase.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanCallFunction.cpp Handle the case where there is a user breakpoint set at the location of one of our 2013-05-16 21:52:36 +00:00
ThreadPlanCallUserExpression.cpp Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be 2013-01-15 02:47:48 +00:00
ThreadPlanRunToAddress.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanShouldStopHere.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
ThreadPlanStepInRange.cpp Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. 2013-05-14 15:20:12 +00:00
ThreadPlanStepInstruction.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanStepOut.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanStepOverBreakpoint.cpp Changed the formerly pure virtual function: 2013-05-09 01:55:29 +00:00
ThreadPlanStepOverRange.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanStepRange.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
ThreadPlanStepThrough.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanStepUntil.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanTracer.cpp <rdar://problem/11730263> 2013-03-28 23:42:53 +00:00
ThreadSpec.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +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 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00