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
/
GDBRemoteCommunicationServerPlatform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove usage of usleep in generic code
Pavel Labath
2019-08-05
1
-4
/
+4
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-13
/
+12
*
Make ConnectionFileDescription work with all sockets
Antonio Afonso
2019-05-30
1
-12
/
+11
*
gdb-remote: reduce some inclusion of Target/Process.h
Saleem Abdulrasool
2019-05-02
1
-1
/
+0
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Resubmit "Don't include UnixSignals.h from Host."
Zachary Turner
2019-03-06
1
-1
/
+1
*
Revert "Don't include UnixSignals.h from Host."
Davide Italiano
2019-02-15
1
-1
/
+1
*
Don't include UnixSignals.h from Host.
Zachary Turner
2019-02-15
1
-1
/
+1
*
Have Stream::PutCStringAsRawHex8 take llvm::StringRef
Pavel Labath
2019-02-12
1
-1
/
+1
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lldb-server] Add unnamed pipe support to PipeWindows
Aaron Smith
2019-01-10
1
-5
/
+1
*
Do not use PATH_MAX with SmallString
Stella Stamenova
2018-12-10
1
-2
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-27
/
+23
*
Fix windows build after r329296
Pavel Labath
2018-04-05
1
-0
/
+1
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
1
-1
/
+1
*
Fix a use-after-free in lldb-server
Pavel Labath
2017-10-27
1
-2
/
+3
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-8
/
+8
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+0
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Fix various warnings. NFC
Zachary Turner
2017-03-02
1
-2
/
+2
*
UriParser cleanup
Pavel Labath
2017-02-10
1
-1
/
+1
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+3
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Replace chdir() usage with the llvm equivalent.
Pavel Labath
2017-01-25
1
-6
/
+2
*
Replace getcwd with the llvm equivalent
Pavel Labath
2017-01-23
1
-4
/
+4
*
Convert UriParser to use StringRef.
Zachary Turner
2016-11-17
1
-4
/
+4
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-461
/
+435
*
Convert GetNameColonValue to return StringRefs.
Zachary Turner
2016-08-29
1
-6
/
+6
*
Fix some build bot breakages.
Zachary Turner
2016-08-27
1
-1
/
+1
*
Convert some functions to use StringRef instead of c_str, len
Zachary Turner
2016-08-27
1
-5
/
+5
*
Switch over to using socketpair for local debugserver connections as they are...
Greg Clayton
2016-08-12
1
-1
/
+2
*
Remove platform plugins from lldb-server
Pavel Labath
2016-06-29
1
-2
/
+1
*
fix up lldb-server platform on Apple hosts
Todd Fiala
2016-05-27
1
-0
/
+3
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-22
/
+18
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-14
/
+6
*
Pass socket scheme as part of debug server listen URL.
Oleksiy Vyalov
2016-02-03
1
-0
/
+1
*
Fix MSVC build after rL255016
Tamas Berghammer
2015-12-08
1
-2
/
+4
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-63
/
+106
*
Make lldb-gdbserver to take explicit socket scheme as command line argument.
Oleksiy Vyalov
2015-10-28
1
-1
/
+4
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-8
/
+63
*
Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...
Greg Clayton
2015-10-19
1
-5
/
+5
*
[LLGS] Spawned process handling cleanup
Pavel Labath
2015-07-29
1
-0
/
+91
[next]