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
/
tools
/
lldb-server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a few missing newlines in lldb-server messages
Stephane Sezer
2017-09-28
1
-8
/
+8
*
Use socketpair on all Unix platforms
Eugene Zemtsov
2017-09-25
1
-13
/
+43
*
Remove shared pointer from NativeProcessProtocol
Pavel Labath
2017-07-18
1
-2
/
+2
*
Add a NativeProcessProtocol Factory class
Pavel Labath
2017-07-07
2
-2
/
+44
*
Fix a copy-paste error in r307161
Pavel Labath
2017-07-06
1
-2
/
+2
*
Fix assorted compiler warnings (mismatched signedness and printf specifiers)
Pavel Labath
2017-07-05
1
-31
/
+26
*
Move Connection and IOObject interfaces to Utility module
Pavel Labath
2017-06-27
1
-1
/
+1
*
replace uses of strerror with llvm::sys::StrError
Pavel Labath
2017-06-06
1
-6
/
+5
*
Rename Error -> Status.
Zachary Turner
2017-05-12
4
-32
/
+32
*
Re-landing IPv6 support for LLDB Host
Chris Bieneman
2017-04-26
1
-2
/
+1
*
Revert yesterdays IPv6 patches
Pavel Labath
2017-04-19
1
-1
/
+2
*
Update LLDB Host to support IPv6 over TCP
Chris Bieneman
2017-04-18
1
-2
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Add stub for PluginProcessNetBSD
Kamil Rytarowski
2017-03-21
1
-0
/
+1
*
Replace std::ofstream with llvm::raw_fd_ostream
Pavel Labath
2017-03-21
1
-7
/
+9
*
Remove FileSystem::MakeDirectory.
Zachary Turner
2017-03-19
1
-3
/
+1
*
Remove lldb streams from the Log class completely
Pavel Labath
2017-03-15
1
-3
/
+4
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Modernize Enable/DisableLogChannel interface a bit
Pavel Labath
2017-03-01
1
-2
/
+2
*
UriParser cleanup
Pavel Labath
2017-02-10
1
-2
/
+1
*
Convert Log class to llvm streams
Pavel Labath
2017-02-10
1
-11
/
+18
*
[CMake] Final dependency cleanup patch!
Chris Bieneman
2017-02-08
1
-125
/
+12
*
Remove the verbose category in the gdb-remote channel
Pavel Labath
2017-02-06
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
5
-5
/
+5
*
[cmake] Remove VERSION property from executable targets
Pavel Labath
2017-02-01
1
-2
/
+0
*
[CMake] Partial revert of r293686
Chris Bieneman
2017-01-31
1
-12
/
+125
*
[CMake] Add accurate dependency specifications
Chris Bieneman
2017-01-31
1
-125
/
+12
*
Add a more succinct logging syntax
Pavel Labath
2017-01-18
1
-2
/
+4
*
[cmake] Make lldb build with the android ndk toolchain file
Pavel Labath
2017-01-17
1
-1
/
+1
*
[cmake] Fix LLVM_LINK_LLVM_DYLIB build, again
Pavel Labath
2017-01-10
1
-1
/
+7
*
[CMake] Refactor LLDB libraries and tools to be components
Chris Bieneman
2016-12-15
1
-4
/
+1
*
Clean up some use of __ANDROID_NDK__ in the cmake files
Pavel Labath
2016-12-05
1
-9
/
+7
*
Remove a spurious reference to ProcessElfCore
Pavel Labath
2016-11-30
1
-1
/
+0
*
Add back some of the previous lldb-server dependencies
Pavel Labath
2016-11-29
1
-0
/
+5
*
Remove some OS-specific plugins from lldb-server dependencies
Pavel Labath
2016-11-29
1
-29
/
+0
*
Remove assorted other plugins which are not needed by lldb-server
Pavel Labath
2016-11-29
1
-14
/
+0
*
Remove dynamic loader, platform and ABI plugins from lldb-server dependencies
Pavel Labath
2016-11-29
1
-27
/
+0
*
Specify the dependencies of lldb-server manually
Pavel Labath
2016-11-29
1
-1
/
+209
*
Introduce chrono to more gdb-remote functions
Pavel Labath
2016-11-24
1
-1
/
+1
*
Fix remote-linux regression due to stringRef changes
Omair Javaid
2016-11-21
1
-1
/
+1
*
Fix one more build error with lldb-server.
Zachary Turner
2016-11-17
1
-3
/
+3
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
2
-4
/
+3
*
[CMake] Initial support for LLDB.framework
Chris Bieneman
2016-09-21
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
7
-950
/
+846
*
[NFC] Darwin llgs support from Week of Code
Todd Fiala
2016-09-04
4
-0
/
+62
*
Remove Android.h
Pavel Labath
2016-08-08
1
-1
/
+2
*
Remove SIGPIPE handler in LLGS
Pavel Labath
2016-07-04
1
-20
/
+1
*
Remove platform plugins from lldb-server
Pavel Labath
2016-06-29
1
-73
/
+1
[next]