llvm-project/lldb/tools/lldb-server
Raphael Isemann c57ea1b48f [lldb] Get lldb-server platform's --socket-file working again
`lldb-server platform --socket-file /any/path` currently always fails to create
the socket file.  This stopped working after D67424 which changed the
input variables of `writeFileAtomically` slightly. We're expected to
pass in a temporary path template (`/tmp/foo-%%%%%`) and the final
path we want to write. Instead we currently pass in the never set
`temp_file_path` as the temporary path (which will make this function always
fail) and pass in the temp_file_spec's path as the final path (which is actually
the template path such as `/tmp/foo-%%%%%`) instead of the actual path
we want to write (e.g. `/tmp/foo`).

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D85890
2020-08-17 10:29:06 +02:00
..
Darwin/resources Update com.apple.diagnosticd.diagnostic entitlement 2019-03-01 03:34:51 +00:00
Acceptor.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Acceptor.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
CMakeLists.txt Build a flat LLDB.framework for embedded Darwin targets 2020-08-12 13:34:29 -07:00
LLDBServerUtilities.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
LLDBServerUtilities.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
SystemInitializerLLGS.cpp lldb-server: LLGS: support 32-bit on 64-bit hosts 2019-05-21 01:25:48 +00:00
SystemInitializerLLGS.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-gdbserver.cpp [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX 2019-12-13 10:00:59 -08:00
lldb-platform.cpp [lldb] Get lldb-server platform's --socket-file working again 2020-08-17 10:29:06 +02:00
lldb-server.cpp [Signal] Allow llvm clients to opt into one-shot SIGPIPE handling 2019-11-18 10:27:27 -08:00
lldb-server.exports