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
*
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
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
[linux] Remove all traces of signalfd(2)
Pavel Labath
2016-02-23
1
-7
/
+0
*
Add new option to lldb-server to display its version
Tamas Berghammer
2016-02-10
1
-15
/
+21
*
Have lldb-server log the timestamp in its log messages
Pavel Labath
2016-02-08
1
-1
/
+1
*
Fix linking of lldb-server with BUILD_SHARED_LIBS
Pavel Labath
2016-01-29
1
-16
/
+11
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-25
/
+0
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-2
/
+24
*
Add more autotools/gmake NetBSD glue
Bruce Mitchener
2015-11-15
1
-1
/
+1
*
Make lldb-gdbserver to take explicit socket scheme as command line argument.
Oleksiy Vyalov
2015-10-28
3
-2
/
+24
*
Add Socket::Create factory method which uses socket protocol to find an appro...
Oleksiy Vyalov
2015-10-27
2
-21
/
+77
*
Add initial CMake glue for the NetBSD platform
Bruce Mitchener
2015-10-24
1
-0
/
+7
*
Fix lldb-server - write null terminating symbol along with port number.
Oleksiy Vyalov
2015-10-21
1
-1
/
+1
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
5
-159
/
+234
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-6
/
+10
*
Fix handling of LLDB_VERS_GENERATED_FILE.
Bruce Mitchener
2015-10-09
1
-6
/
+0
*
[cmake] Fix cmake build on OSX after r249434.
Dawn Perchik
2015-10-08
1
-0
/
+5
*
Include platform agnostic <HostGetOpt.h> in the place of <getopt.h>
Bruce Mitchener
2015-10-01
1
-1
/
+1
*
[lldb-server] No need to add pthread twice.
Daniel Sanders
2015-09-21
1
-3
/
+0
*
Fix link failures when BUILD_SHARED_LIBS=ON.
Pavel Labath
2015-09-18
1
-0
/
+1
*
Fix crash in lldb-server caused by an API change in LLVM
Tamas Berghammer
2015-09-10
1
-1
/
+1
*
Only export public symbols with the cmake build.
Bruce Mitchener
2015-09-04
1
-0
/
+0
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Fix liblldb linking on RHEL 6 (bug #24140)
Pavel Labath
2015-07-17
1
-1
/
+1
*
Fix temp port file path generation in lldb-platform.
Oleksiy Vyalov
2015-07-14
1
-6
/
+5
*
Introduce a MainLoop class and switch llgs to use it
Pavel Labath
2015-07-13
2
-62
/
+38
*
Add --port-file flag to lldb-platform to store port number which platform is ...
Oleksiy Vyalov
2015-07-06
1
-3
/
+57
*
Add -lpthread to LLDB shared lib link line unconditionally
Keno Fischer
2015-06-29
1
-1
/
+1
*
fix lldb-server linking on RHEL 6 (bug #23774)
Pavel Labath
2015-06-29
1
-1
/
+3
*
Don't link ObjCARCOpts twice. Fixes PR22543
Keno Fischer
2015-06-18
1
-1
/
+1
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-2
/
+2
*
[lldb] Enable building with Cmake/BUILD_SHARED_LIBS
Andrew Wilkins
2015-06-04
1
-0
/
+3
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Make log options uniform betwwen lldb-platform and lldb-gdbserver
Tamas Berghammer
2015-05-27
6
-76
/
+128
*
Print port number that lldb-server binds to in platform mode
Vince Harron
2015-05-26
1
-1
/
+1
*
Fix lldb-platform usage string.
Chaoren Lin
2015-05-21
1
-1
/
+2
*
Add support for ./dotest.py --channel and --log-success
Vince Harron
2015-05-10
2
-57
/
+32
*
PosixPipes should not be copyable but should be movable.
Chaoren Lin
2015-05-01
1
-1
/
+1
*
lldb-gdbserver should not use unnamed pipes on Windows.
Chaoren Lin
2015-04-29
1
-0
/
+4
*
Add file descriptor constructor for PipePosix.
Chaoren Lin
2015-04-29
1
-5
/
+1
*
Add an unnamed pipe fail-safe to launching lldb-gdbserver.
Chaoren Lin
2015-04-27
1
-14
/
+70
*
Use non-blocking waitpid in NativeProcessLinux
Pavel Labath
2015-04-17
1
-0
/
+7
*
Force the inclusion of the LLVMSupport lib. Otherwise, the build (might?) fai...
Sylvestre Ledru
2015-04-08
1
-0
/
+2
*
Rework LLDB system initialization.
Zachary Turner
2015-03-31
1
-3
/
+9
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
2
-0
/
+2
*
Increate backlog of lldb-platform's listener socket
Vince Harron
2015-03-31
1
-1
/
+6
*
Fix socket leak in lldb-server platform
Vince Harron
2015-03-31
1
-0
/
+4
*
Allow multiple simultaneous connections to platform.
Robert Flack
2015-03-25
1
-36
/
+63
[next]