index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Target
/
Thread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear the "m_actual_stop_info_sp" in the thread during Destroy. It might be ...
Jim Ingham
2012-04-10
1
-0
/
+1
*
Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...
Jim Ingham
2012-04-09
1
-1
/
+12
*
<rdar://problem/11035349>
Greg Clayton
2012-03-29
1
-20
/
+32
*
When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o...
Jim Ingham
2012-03-07
1
-1
/
+1
*
Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...
Jim Ingham
2012-02-29
1
-1
/
+4
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-22
/
+43
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-7
/
+7
*
Threads now store their "temporary" resume state, so we know whether they wer...
Jim Ingham
2012-01-31
1
-3
/
+72
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-22
/
+31
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-9
/
+0
*
Improve the x86_64 return value decoder to handle most structure returns.
Jim Ingham
2011-12-22
1
-1
/
+1
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-1
/
+17
*
Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...
Jim Ingham
2011-12-03
1
-36
/
+57
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-12
/
+12
*
Make the "log enable lldb-step" output easier to parse.
Jim Ingham
2011-10-15
1
-18
/
+43
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-6
/
+7
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-1
/
+3
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-46
/
+0
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-0
/
+29
*
Add missing check for non-NULL frame_sp.
Jim Ingham
2011-08-16
1
-3
/
+6
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-11
/
+8
*
Fixed some issues with parsing C++ methods where our detection
Greg Clayton
2011-08-12
1
-7
/
+7
*
Don't create a new stop info if we've already calculated one and it is still ...
Jim Ingham
2011-08-09
1
-1
/
+10
*
Indent the frames in the "thread.GetStatus" frame listing. Also put the same...
Jim Ingham
2011-07-26
1
-0
/
+2
*
Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...
Peter Collingbourne
2011-06-03
1
-0
/
+27
*
Fixed a crasher that was happened when a log shared pointer wasn't valid.
Greg Clayton
2011-05-19
1
-1
/
+1
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-0
/
+58
*
Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to...
Jim Ingham
2011-03-31
1
-0
/
+5
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
The UserSettings controllers must be initialized & terminated in the
Caroline Tice
2011-03-10
1
-2
/
+10
*
Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...
Jim Ingham
2011-02-08
1
-24
/
+40
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-1
/
+0
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-1
/
+1
*
Check for a NULL saved stop info shared pointer.
Jim Ingham
2011-01-25
1
-1
/
+2
*
More useful STEP logging.
Jim Ingham
2011-01-24
1
-1
/
+19
*
Added support for stepping out of a frame. If you have 10 stack frames, and you
Greg Clayton
2011-01-21
1
-8
/
+28
*
Back up both the register AND the stop state when calling functions.
Jim Ingham
2011-01-20
1
-1
/
+38
*
Added the following functions to SBThread to allow threads to be suspended wh...
Greg Clayton
2011-01-12
1
-24
/
+0
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-0
/
+7
*
Added the ability for a process to inherit the current host environment. This
Greg Clayton
2010-12-04
1
-1
/
+1
*
Fixed an issue where the UserSettingsControllers were being created out of
Greg Clayton
2010-11-19
1
-4
/
+5
*
Cleaned up code that wasn't using the Initialize and Terminate paradigm by
Greg Clayton
2010-11-18
1
-25
/
+28
*
The thread plan destructors may call Thread virtual methods. That means they...
Jim Ingham
2010-11-18
1
-2
/
+13
*
Excised a version of the low-level function calling
Sean Callanan
2010-11-12
1
-12
/
+0
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-48
/
+118
*
Remove an obsolete reference to immediate plans.
Jim Ingham
2010-11-10
1
-1
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-8
/
+8
*
Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...
Jim Ingham
2010-11-05
1
-6
/
+41
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-0
/
+36
[next]