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
/
lldb-platform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warning: lambda capture 'temp_file_path' is not used
Jonas Devlieghere
2019-09-16
1
-2
/
+1
*
[LLDB] Add missing breaks for switch statement
Tim Shen
2019-09-13
1
-0
/
+3
*
[Support] Add overload writeFileAtomically(std::function Writer)
Jan Korous
2019-09-13
1
-22
/
+28
*
Enable lldb-server on Windows
Aaron Smith
2019-08-13
1
-1
/
+8
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-9
/
+9
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Sanity check --max-gdbserver-port
Jan Kratochvil
2019-03-06
1
-3
/
+3
*
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
-3
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
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
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-15
/
+15
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+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
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Introduce chrono to more gdb-remote functions
Pavel Labath
2016-11-24
1
-1
/
+1
*
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
1
-2
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-332
/
+302
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-2
/
+24
*
Make lldb-gdbserver to take explicit socket scheme as command line argument.
Oleksiy Vyalov
2015-10-28
1
-1
/
+2
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-31
/
+31
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-6
/
+10
*
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
1
-1
/
+1
*
Add --port-file flag to lldb-platform to store port number which platform is ...
Oleksiy Vyalov
2015-07-06
1
-3
/
+57
*
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
1
-32
/
+22
*
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
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-0
/
+1
*
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
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Rename test/tools/lldb-gdbserver to test/tools/lldb-server
Robert Flack
2015-03-06
1
-2
/
+2
*
Reduce the number of components initialized by lldb-server to reduce static b...
Robert Flack
2015-03-02
1
-3
/
+0
*
Merge lldb-platform and lldb-gdbserver into a single binary
Tamas Berghammer
2015-02-18
1
-0
/
+314