.. |
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
|
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
|
2010-10-20 00:39:53 +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
|
Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing.
|
2010-10-14 23:45:03 +00:00 |
Target.cpp
|
Added a new Host call to find LLDB related paths:
|
2010-10-17 22:03:32 +00:00 |
TargetList.cpp
|
Added a new Host call to find LLDB related paths:
|
2010-10-17 22:03:32 +00:00 |
Thread.cpp
|
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
|
2010-10-20 00:39:53 +00:00 |
ThreadList.cpp
|
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
|
2010-10-20 00:39:53 +00:00 |
ThreadPlan.cpp
|
Cleaned up step logging a bit.
|
2010-09-03 22:45:01 +00:00 |
ThreadPlanBase.cpp
|
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
|
2010-10-20 00:39:53 +00:00 |
ThreadPlanCallFunction.cpp
|
Removed a bit of dead code. Thanks to Eric
|
2010-10-19 22:29:33 +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
|
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
|
2010-10-20 00:39:53 +00:00 |
ThreadPlanStepOut.cpp
|
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
|
2010-10-20 00:39:53 +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
|
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
|
2010-10-20 00:39:53 +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
|
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
|
2010-10-20 00:39:53 +00:00 |
ThreadPlanTestCondition.cpp
|
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
|
2010-10-20 00:39:53 +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 the UnixSignals class to be able to get a signal by name, short name, or signal number when using:
|
2010-10-15 23:16:40 +00:00 |