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
/
Host
/
posix
/
ConnectionFileDescriptorPosix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-2
/
+2
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-6
/
+6
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-6
/
+8
*
[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...
Martin Storsjo
2019-09-23
1
-1
/
+1
*
[ConnectionFileDescriptor] Add shutdown check in ::Write.
Jonas Devlieghere
2019-08-27
1
-3
/
+12
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-66
/
+62
*
Make ConnectionFileDescription work with all sockets
Antonio Afonso
2019-05-30
1
-7
/
+1
*
Fix IPv6 support on lldb-server platform
Antonio Afonso
2019-05-28
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
Revert "Fix IPv6 support on lldb-server platform"
Alex Langford
2019-05-18
1
-1
/
+1
*
Fix IPv6 support on lldb-server platform
Alex Langford
2019-05-17
1
-1
/
+1
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-1
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-6
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Modernize and clean-up the Predicate class
Pavel Labath
2018-05-09
1
-8
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-43
/
+36
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop
Pavel Labath
2017-07-03
1
-14
/
+7
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Move Connection and IOObject interfaces to Utility module
Pavel Labath
2017-06-27
1
-2
/
+1
*
replace uses of strerror with llvm::sys::StrError
Pavel Labath
2017-06-06
1
-4
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-27
/
+27
*
Re-landing IPv6 support for LLDB Host
Chris Bieneman
2017-04-26
1
-2
/
+2
*
Revert yesterdays IPv6 patches
Pavel Labath
2017-04-19
1
-2
/
+2
*
Update LLDB Host to support IPv6 over TCP
Chris Bieneman
2017-04-18
1
-2
/
+2
*
Change how UDP sockets are set up -- use the same one socket for
Jason Molenda
2017-04-06
1
-6
/
+4
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-2
/
+0
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Add a format_provider for the Timeout class
Pavel Labath
2017-02-10
1
-4
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Introduce Chrono to the Connection class. NFCI.
Pavel Labath
2016-11-25
1
-8
/
+9
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-43
/
+44
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-682
/
+634
*
Centralize all select() calls into one place so that we can take advantage of...
Greg Clayton
2016-08-10
1
-80
/
+19
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-5
/
+1
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-30
/
+27
*
Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"
Pavel Labath
2016-05-03
1
-30
/
+19
*
Add a read_full_buffer argument to ConnectionFileDescriptor::Read
Pavel Labath
2016-05-03
1
-19
/
+30
*
Provide ADB port forwarding support for abstract sockets.
Oleksiy Vyalov
2015-11-03
1
-23
/
+48
*
Add support for abstract domain sockets.
Oleksiy Vyalov
2015-10-22
1
-0
/
+22
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-16
/
+5
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-4
/
+8
*
Make UriParser to support [$HOSTNAME] notation.
Oleksiy Vyalov
2015-08-20
1
-4
/
+14
*
Did some cleanup to stop us from leaking Pipe file descriptors.
Greg Clayton
2015-05-23
1
-0
/
+3
*
Support remote-android with multiple connected devices.
Chaoren Lin
2015-05-01
1
-0
/
+8
*
ConnectionFileDescriptor::BytesAvailable reading too many command bytes
Vince Harron
2015-04-20
1
-4
/
+7
*
Fix bug where an additional O packet is sent after inferior exits.
Chaoren Lin
2015-04-07
1
-2
/
+6
[next]