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
/
GDBRemoteCommunication.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Modified local spawning in debugserver processes to use a new --reverse-conne...
Greg Clayton
2013-12-05
1
-2
/
+15
*
Switch local launching of debugserver over to always use a FIFO in order to h...
Greg Clayton
2013-12-04
1
-3
/
+3
*
Change the Mutex::Locker class so that it takes the Mutex object and locks it...
Jim Ingham
2012-06-08
1
-1
/
+5
*
Added the thread ID (tid) to each packet history item and the packet history ...
Greg Clayton
2012-04-13
1
-28
/
+7
*
Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...
Greg Clayton
2012-04-12
1
-1
/
+1
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-16
/
+5
*
Trying to solve our disappearing thread issues by making thread list updates ...
Greg Clayton
2012-04-10
1
-1
/
+1
*
Added a packet history object to the GDBRemoteCommunication class that is alw...
Greg Clayton
2012-04-09
1
-2
/
+130
*
Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants
Peter Collingbourne
2011-06-18
1
-1
/
+2
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-17
/
+14
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-2
/
+16
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-0
/
+3
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-3
/
+10
*
Split the GDBRemoteCommunication class into three classes:
Greg Clayton
2011-03-22
1
-220
/
+17
*
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
Greg Clayton
2011-03-10
1
-31
/
+17
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-0
/
+43
*
Added the ability to detect which vCont packets (using the "vCont?") packet
Greg Clayton
2011-02-12
1
-24
/
+43
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-3
/
+9
*
Sped up the shutdown time on MacOSX by quite a bit by making sure any
Greg Clayton
2011-01-22
1
-2
/
+7
*
Fixed the async packets (packets that need to be sent to the GDB server
Greg Clayton
2011-01-20
1
-2
/
+3
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-1
/
+14
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return
Greg Clayton
2010-12-03
1
-3
/
+4
*
Add the ability to catch and do the right thing with Interrupts (often contro...
Caroline Tice
2010-11-19
1
-1
/
+1
*
Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event
Jim Ingham
2010-11-17
1
-0
/
+3
*
Fixed a case where we might be able to acquire a mutex with a try lock and
Greg Clayton
2010-09-03
1
-1
/
+3
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+270
[prev]