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
/
Plugins
/
Process
/
gdb-remote
/
ThreadGDBRemote.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+17
*
Add a new SBThread::GetQueue() method to get the queue that is
Jason Molenda
2014-04-25
1
-0
/
+16
*
Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...
Jason Molenda
2014-03-13
1
-0
/
+19
*
Change the Mac OS X SystemRuntime plugin from using the placeholder
Jason Molenda
2014-02-05
1
-6
/
+7
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Move the code which translates a dispatch_qaddr into a
Jason Molenda
2013-10-18
1
-4
/
+30
*
Fixed detection of 'p' packet support in debugserver,
Sean Callanan
2013-09-04
1
-1
/
+1
*
Discover support of 'p' packet.
Hafiz Abid Qadeer
2013-08-29
1
-1
/
+2
*
Changed the formerly pure virtual function:
Greg Clayton
2013-05-09
1
-45
/
+7
*
Reinstating r181091 and r181106 with fix for Linux regressions.
Andrew Kaylor
2013-05-07
1
-19
/
+38
*
Temporarily reverting r181091 and r181106 due to the vast test breakage on th...
Ashok Thirumurthi
2013-05-07
1
-38
/
+19
*
After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...
Greg Clayton
2013-05-04
1
-19
/
+38
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-30
/
+8
*
<rdar://problem/13491977>
Greg Clayton
2013-04-12
1
-2
/
+6
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...
Jim Ingham
2012-10-16
1
-0
/
+3
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-3
/
+3
*
Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...
Jim Ingham
2012-09-01
1
-2
/
+7
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-48
/
+80
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-1
/
+1
*
Quiet the default "log enable lldb step" output down a little bit.
Jim Ingham
2011-10-15
1
-1
/
+1
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-1
/
+1
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-39
/
+0
*
Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...
Peter Collingbourne
2011-06-03
1
-26
/
+0
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
1
-1
/
+0
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-2
/
+2
*
Got the EmulateInstruction CFI code a lot closer to producing CFI data.
Greg Clayton
2011-04-26
1
-2
/
+2
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-7
/
+12
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-6
/
+3
*
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
Greg Clayton
2011-03-10
1
-1
/
+1
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1
/
+2
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-4
/
+5
*
Added the ability to detect which vCont packets (using the "vCont?") packet
Greg Clayton
2011-02-12
1
-5
/
+5
*
Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.
Greg Clayton
2011-02-09
1
-1
/
+1
*
Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...
Jim Ingham
2011-02-08
1
-0
/
+4
*
Apple specific change from Kirk Beitz.
Greg Clayton
2011-02-05
1
-1
/
+6
*
Back up both the register AND the stop state when calling functions.
Jim Ingham
2011-01-20
1
-2
/
+1
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-14
/
+33
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-10
/
+11
*
Removed libunwind sources as we aren't using them anymore.
Greg Clayton
2010-12-17
1
-2
/
+0
*
The thread plan destructors may call Thread virtual methods. That means they...
Jim Ingham
2010-11-18
1
-0
/
+1
*
Use the new native unwinder by default.
Jason Molenda
2010-11-04
1
-1
/
+1
*
Add #ifdef to easily switch between the current libunwind-remote based unwinder
Jason Molenda
2010-11-04
1
-0
/
+9
*
Revert last checking to ThreadGDBRemote.cpp; I accidentally checked
Jason Molenda
2010-11-04
1
-3
/
+1
*
Built the native unwinder with all the warnings c++-4.2 could muster;
Jason Molenda
2010-11-04
1
-1
/
+3
*
Fixed process.gdb-remote to be able to properly propagate the signals and
Greg Clayton
2010-10-09
1
-2
/
+5
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-2
/
+2
*
Now that we are using the Unwinder (or Jason's new unwinder when that comes a...
Jim Ingham
2010-08-12
1
-57
/
+1
[next]