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
/
Core
/
ConnectionFileDescriptor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for platforms without sa_len to SocketAddress, and modify
Peter Collingbourne
2011-07-22
1
-8
/
+4
*
Added some more functionality to SocketAddress and modified
Greg Clayton
2011-07-19
1
-28
/
+26
*
Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and
Greg Clayton
2011-07-19
1
-23
/
+13
*
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
Greg Clayton
2011-07-17
1
-192
/
+268
*
Completed more work on the KDP darwin kernel debugging Process plug-in.
Greg Clayton
2011-07-16
1
-53
/
+126
*
Added the ability to connect using "tcp://<host>:<port>" which is the
Greg Clayton
2011-07-15
1
-3
/
+101
*
When we use the "fd://%u" for file descriptors, we need to detect if this is
Greg Clayton
2011-07-02
1
-18
/
+32
*
Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants
Peter Collingbourne
2011-06-18
1
-2
/
+2
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-5
/
+48
*
Fixed an issue that could cause LLDB to spin indefinitely.
Greg Clayton
2011-05-29
1
-0
/
+1
*
Added the ability to sign extend a Scalar at any bit position for integer
Greg Clayton
2011-05-19
1
-1
/
+3
*
Added the ability to set the Platform path for a module through the SBModule
Greg Clayton
2011-04-30
1
-0
/
+40
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-0
/
+35
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-8
/
+8
*
Expose includes for the socket layer on all platforms.
Stephen Wilson
2011-02-16
1
-2
/
+0
*
Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.
Greg Clayton
2011-02-09
1
-3
/
+11
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-1
/
+1
*
Fix the ctr-D and end-of-file stuff.
Caroline Tice
2011-02-03
1
-6
/
+2
*
Patch from Stephen Wilson:
Johnny Chen
2010-12-20
1
-0
/
+2
*
Revert a small but important part of the EOF handling code that Greg
Caroline Tice
2010-12-13
1
-2
/
+6
*
Add proper EOF handling to Communication & Connection classes:
Caroline Tice
2010-12-02
1
-2
/
+2
*
Revert the End of file stuff that was added as it was causing read threads
Greg Clayton
2010-11-20
1
-12
/
+2
*
Add the ability to catch and do the right thing with Interrupts (often contro...
Caroline Tice
2010-11-19
1
-2
/
+12
*
Make processes use InputReaders for their input. Move the process
Caroline Tice
2010-11-16
1
-0
/
+2
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-3
/
+3
*
Missed a file in my last commit.
Caroline Tice
2010-10-29
1
-0
/
+2
*
Stop the driver from handling SIGPIPE in case we communicate with stale
Greg Clayton
2010-10-19
1
-0
/
+53
*
Warnings cleanup patch from Jean-Daniel Dupas.
Greg Clayton
2010-07-23
1
-4
/
+4
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
Add necessary includes. Remove unnecessary assignments to sin_len.
Eli Friedman
2010-06-09
1
-2
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+563