llvm-project/lldb/source/Target
Johnny Chen 3c230654a7 Fix a regression introduced in r116430 with the added 'break' statement,
which broke test/breakpoint_locations.

Add a comment about intentional fall-through in the case statement.

llvm-svn: 116463
2010-10-14 00:54:32 +00:00
..
ABI.cpp
CPPLanguageRuntime.cpp Add "-o" option to "expression" which prints the object description if available. 2010-09-30 00:54:27 +00:00
ExecutionContext.cpp There are now to new "settings set" variables that live in each debugger 2010-10-04 01:05:56 +00:00
LanguageRuntime.cpp Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. 2010-09-28 01:25:32 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ObjCLanguageRuntime.cpp Add "-o" option to "expression" which prints the object description if available. 2010-09-30 00:54:27 +00:00
PathMappingList.cpp Minor warning/error fixes. 2010-06-09 09:32:42 +00:00
Process.cpp Fix a regression introduced in r116430 with the added 'break' statement, 2010-10-14 00:54:32 +00:00
RegisterContext.cpp There are now to new "settings set" variables that live in each debugger 2010-10-04 01:05:56 +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 There are now to new "settings set" variables that live in each debugger 2010-10-04 01:05:56 +00:00
StackFrameList.cpp There are now to new "settings set" variables that live in each debugger 2010-10-04 01:05:56 +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 There are now to new "settings set" variables that live in each debugger 2010-10-04 01:05:56 +00:00
Target.cpp Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00
TargetList.cpp Create more useful instance names for target, process and thread instances. 2010-09-27 00:30:10 +00:00
Thread.cpp Added a new test case to test signals with. 2010-10-10 22:28:11 +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 Removed the hacky "#define this ___clang_this" handler 2010-09-21 00:44:12 +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 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. 2010-09-28 01:25: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 Fixed process.gdb-remote to be able to properly propagate the signals and 2010-10-09 01:40:57 +00:00