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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hostname is guarantee to never be null in this branch.
Jean-Daniel Dupas
2014-02-08
1
-1
/
+1
*
Initialize the named_pipe_path in GDBRemoteCommunication::StartDebugserverPro...
Jason Molenda
2014-01-25
1
-7
/
+1
*
Terminate an unused char* buffer correctly so we don't try to open
Jason Molenda
2014-01-24
1
-0
/
+1
*
Fixed the Visual Studio Windows build
Deepak Panickal
2014-01-13
1
-0
/
+4
*
Revert to getting a random port and sending that down to debugserver for iOS....
Greg Clayton
2014-01-10
1
-25
/
+49
*
<rdar://problem/15639995>
Han Ming Ong
2013-12-12
1
-4
/
+0
*
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...
Greg Clayton
2013-12-06
1
-21
/
+28
*
Replace all in_port_t with uint16_t to avoid compilation issues on different ...
Greg Clayton
2013-12-06
1
-1
/
+1
*
Modified local spawning in debugserver processes to use a new --reverse-conne...
Greg Clayton
2013-12-05
1
-23
/
+106
*
Switch local launching of debugserver over to always use a FIFO in order to h...
Greg Clayton
2013-12-04
1
-40
/
+53
*
Fixed format strings as they still must specicy a '%' prior to using PRI*64 m...
Greg Clayton
2013-10-23
1
-4
/
+4
*
Fixes to get LLDB building on Windows again.
Deepak Panickal
2013-10-22
1
-4
/
+4
*
Clear 'packet_str' before putting new packet.
Hafiz Abid Qadeer
2013-08-28
1
-0
/
+2
*
Handle run-length-encoding.
Hafiz Abid Qadeer
2013-08-28
1
-2
/
+25
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+4
*
Include checksum in non-ack mode
Ed Maste
2013-08-20
1
-6
/
+3
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-7
/
+7
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-2
/
+2
*
Change the Mutex::Locker class so that it takes the Mutex object and locks it...
Jim Ingham
2012-06-08
1
-2
/
+2
*
Use Log::Printf() instead of printf().
Johnny Chen
2012-06-02
1
-1
/
+2
*
<rdar://problem/11486302>
Greg Clayton
2012-05-31
1
-1
/
+5
*
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
Jim Ingham
2012-05-04
1
-1
/
+1
*
Added the thread ID (tid) to each packet history item and the packet history ...
Greg Clayton
2012-04-13
1
-9
/
+41
*
Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...
Greg Clayton
2012-04-12
1
-7
/
+2
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-25
/
+8
*
Trying to solve our disappearing thread issues by making thread list updates ...
Greg Clayton
2012-04-10
1
-4
/
+1
*
Added a packet history object to the GDBRemoteCommunication class that is alw...
Greg Clayton
2012-04-09
1
-16
/
+117
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Initialize the all important automatic variable 'lldb::ConnectionStatus statu...
Johnny Chen
2011-07-19
1
-1
/
+1
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-0
/
+11
*
When we use the "fd://%u" for file descriptors, we need to detect if this is
Greg Clayton
2011-07-02
1
-7
/
+12
*
Cleanup errors that come out of commands and make sure they all have newlines
Greg Clayton
2011-07-02
1
-10
/
+42
*
Added the notion of an system root for SDKs. This is a directory where all
Greg Clayton
2011-06-17
1
-9
/
+8
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-104
/
+120
*
Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to
Greg Clayton
2011-05-20
1
-8
/
+11
*
PATH_MAX is in limits.h on Linux.
Johnny Chen
2011-05-13
1
-0
/
+1
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-2
/
+138
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-4
/
+11
*
Simple fixes for the gdb remote process plugin on Linux.
Stephen Wilson
2011-03-25
1
-0
/
+2
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-2
/
+7
*
Split the GDBRemoteCommunication class into three classes:
Greg Clayton
2011-03-22
1
-899
/
+18
*
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
Greg Clayton
2011-03-10
1
-40
/
+28
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-1
/
+107
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1
/
+1
*
Fixed an issue where detection of vCont support wasn't being done correctly.
Greg Clayton
2011-02-16
1
-0
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-0
/
+1
*
Added the ability to detect which vCont packets (using the "vCont?") packet
Greg Clayton
2011-02-12
1
-62
/
+175
*
Added a quicker lookup in the SectionLoadList when looking things up by
Greg Clayton
2011-02-05
1
-5
/
+15
[prev]
[next]