..
ABI.cpp
Fixed build warnings.
2012-10-30 23:56:14 +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
Resolve printf formatting warnings on Linux:
2012-11-29 21:49:15 +00:00
ObjCLanguageRuntime.cpp
This patch removes the SymbolFileSymtab support
2012-12-19 23:05:01 +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/12973809>
2013-01-11 23:44:27 +00:00
Process.cpp
<rdar://problem/12990038>
2013-01-11 20:49:54 +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
Resolve printf formatting warnings on Linux:
2012-11-29 21:49:15 +00:00
StackFrame.cpp
<rdar://problem/12560257>
2012-12-06 02:33:54 +00:00
StackFrameList.cpp
<rdar://problem/12649160>
2012-12-05 00:16:59 +00:00
StackID.cpp
Resolve printf formatting warnings on Linux:
2012-11-29 21:49:15 +00:00
StopInfo.cpp
Adding events when watchpoints are set or changed.
2012-12-18 02:03:49 +00:00
Target.cpp
Removed the hack that uses "frame variable" to
2013-01-12 02:04:23 +00:00
TargetList.cpp
<rdar://problem/12990038>
2013-01-11 20:49:54 +00:00
Thread.cpp
<rdar://problem/12976225>
2013-01-08 22:10:01 +00:00
ThreadList.cpp
<rdar://problem/12976225>
2013-01-08 22:10:01 +00:00
ThreadPlan.cpp
Fix Linux build warnings due to redefinition of macros:
2012-12-05 00:20:57 +00:00
ThreadPlanBase.cpp
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
2012-12-20 23:08:03 +00:00
ThreadPlanCallFunction.cpp
Set ThreadPlanCallFunction to private in ConstructorSetup. This fixes a problem on Linux where 'continue' was misfiring after an expression evaluation when stopped at a breakpoint. The problem was that InferiorCallMmap was not setting its ThreadPlanCallFunction to private and so the completion of that thread plan appeared to be the stop reason and therefore the 'continue' operation failed to step over the breakpoint. The SetPrivate call is being put in ThreadPlanCallFunction rather than InferiorCallMmap to make the solution more general.
2012-12-07 17:56:31 +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
Resolve printf formatting warnings on Linux:
2012-11-29 21:49:15 +00:00
ThreadPlanStepInRange.cpp
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
2012-12-20 23:08:03 +00:00
ThreadPlanStepInstruction.cpp
Found a couple more places where we need to run all threads when stepping.
2012-10-25 22:30:09 +00:00
ThreadPlanStepOut.cpp
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
2012-12-20 23:08:03 +00:00
ThreadPlanStepOverBreakpoint.cpp
Resolve printf formatting warnings on Linux:
2012-11-29 21:49:15 +00:00
ThreadPlanStepOverRange.cpp
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
2012-12-20 23:08:03 +00:00
ThreadPlanStepRange.cpp
Resolve printf formatting warnings on Linux:
2012-11-29 21:49:15 +00:00
ThreadPlanStepThrough.cpp
Resolve printf formatting warnings on Linux:
2012-11-29 21:49:15 +00:00
ThreadPlanStepUntil.cpp
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
2012-12-20 23:08:03 +00:00
ThreadPlanTracer.cpp
Fix Linux build warnings due to redefinition of macros:
2012-12-05 00:20:57 +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
Changed the emulate instruction function to take emulate options which
2011-04-26 04:39:08 +00:00