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
*
Disable the command pipe in ConnectionFileDescriptor for Windows.
Zachary Turner
2014-08-07
1
-1
/
+8
*
Creates a socket host object.
Zachary Turner
2014-08-06
1
-925
/
+153
*
Remove assert now that we have a 'i' character that might come through as wel...
Greg Clayton
2014-07-11
1
-1
/
+0
*
Add host layer support for pipes.
Greg Clayton
2014-07-02
1
-43
/
+14
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-4
/
+4
*
Restore select limitations comment for non-Apple platforms
Ed Maste
2014-06-11
1
-0
/
+6
*
Remove duplicated code
Ed Maste
2014-06-10
1
-180
/
+21
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-2
/
+2
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-9
/
+22
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-110
/
+134
*
Replace some _MSC_VER with _WIN32.
Hafiz Abid Qadeer
2014-03-12
1
-2
/
+2
*
Fix Mingw build error by using lower case name for windows header files.
Hafiz Abid Qadeer
2014-03-10
1
-1
/
+1
*
Fixed "process launch --tty" on MacOSX.
Greg Clayton
2014-02-28
1
-8
/
+8
*
Fixed the Visual Studio Windows build
Deepak Panickal
2014-01-13
1
-2
/
+2
*
sin_len is not available in the structure sockaddr_in under GNU/Linux. Fix th...
Sylvestre Ledru
2013-12-12
1
-1
/
+6
*
Replace all in_port_t with uint16_t to avoid compilation issues on different ...
Greg Clayton
2013-12-06
1
-5
/
+5
*
Modified local spawning in debugserver processes to use a new --reverse-conne...
Greg Clayton
2013-12-05
1
-28
/
+137
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-0
/
+3
*
missed one Close () call in 191446 overload fix for Posix only code.
Carlo Kok
2013-09-26
1
-1
/
+1
*
On windows a socket and file descriptor aren't the same kind of handle, pass ...
Carlo Kok
2013-09-26
1
-9
/
+13
*
NetBSD also has a size field in socket addresses.
Joerg Sonnenberger
2013-09-25
1
-2
/
+2
*
Visual Studio 2013 compilation support: added some #ifdef _MSC_VER for unsupp...
Virgile Bello
2013-09-18
1
-0
/
+11
*
Logging enhancements to ConnectionFileDescriptor
Andrew Kaylor
2013-09-17
1
-5
/
+25
*
Remove <windows.h> from lldb-types.h.
Virgile Bello
2013-09-04
1
-8
/
+16
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-12
/
+50
*
Use canonical termios.h location
Ed Maste
2013-06-24
1
-1
/
+1
*
<rdar://problem/13657900>
Greg Clayton
2013-04-16
1
-0
/
+21
*
<rdar://problem/13384801>
Greg Clayton
2013-04-03
1
-4
/
+5
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-15
/
+15
*
Clean up logging a bit to not log when a command pipe is opened when “lldb ...
Greg Clayton
2013-03-26
1
-1
/
+1
*
<rdar://problem/13121056>
Greg Clayton
2013-02-16
1
-61
/
+418
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-6
/
+6
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-15
/
+15
*
Fixed the delay that was happening when quitting lldb from the command line. ...
Greg Clayton
2012-08-08
1
-27
/
+28
*
Lock around reading as well as connecting & disconnecting so we don't start r...
Jim Ingham
2012-07-17
1
-31
/
+73
*
Add a command channel to wait on along with the file descriptor the Connectio...
Jim Ingham
2012-07-12
1
-52
/
+103
*
Cleaned up the Communication class when it tears down ConnectionFileDescriptor
Greg Clayton
2012-01-31
1
-30
/
+41
*
Disable the ConnectionFileDescriptor mutex for now as it is deadlocking our
Greg Clayton
2012-01-27
1
-7
/
+6
*
<rdar://problem/10760649>
Greg Clayton
2012-01-27
1
-1
/
+5
*
<rdar://problem/10711649>
Greg Clayton
2012-01-21
1
-0
/
+7
*
Our Read functions were taking a timeout of UINT32_MAX to mean wait forever, ...
Jim Ingham
2012-01-21
1
-2
/
+10
*
<rdar://problem/9731573>
Greg Clayton
2012-01-14
1
-1
/
+10
*
<rdar://problem/10507811>
Greg Clayton
2012-01-04
1
-12
/
+35
*
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
[next]