llvm-project/lldb/source
Greg Clayton 0c51ac3295 When we use the "fd://%u" for file descriptors, we need to detect if this is
a file or socket. We now make a getsockopt call to check if the fd is a socket.

Also, the previous logic in the GDB communication needs to watch for success
with an error so we can deal with EAGAIN and other normal "retry" error codes.

llvm-svn: 134359
2011-07-02 23:21:06 +00:00
..
API Centralize all of the type name code so that we always strip the leading 2011-06-30 02:28:26 +00:00
Breakpoint Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than 2011-06-29 19:42:28 +00:00
Commands Cleanup errors that come out of commands and make sure they all have newlines 2011-07-02 21:07:54 +00:00
Core When we use the "fd://%u" for file descriptors, we need to detect if this is 2011-07-02 23:21:06 +00:00
Expression Centralize all of the type name code so that we always strip the leading 2011-06-30 02:28:26 +00:00
Host Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants 2011-06-18 23:52:14 +00:00
Interpreter Cleanup errors that come out of commands and make sure they all have newlines 2011-07-02 21:07:54 +00:00
Plugins When we use the "fd://%u" for file descriptors, we need to detect if this is 2011-07-02 23:21:06 +00:00
Symbol several improvements to "type summary": 2011-07-02 00:25:22 +00:00
Target Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than 2011-06-29 19:42:28 +00:00
Utility API fix and missing headers. 2011-05-19 23:07:19 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Deleted one too many characters... 2011-05-07 01:03:33 +00:00
lldb.cpp Build and initialise the Darwin ABI plugins on all platforms 2011-05-19 18:32:34 +00:00