aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-server/lldb-platform.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-27[lldb] Extract debug server location code (#145706)Pavel Labath1-8/+35
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath1-2/+2
2025-05-13[lldb] Fix compilation errors from #138896 (#139711)Pavel Labath1-2/+2
2025-05-12Reapply "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on window...Pavel Labath1-2/+0
2025-05-07Revert "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows...Pavel Labath1-0/+2
2025-05-07[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows (#137978)Pavel Labath1-2/+0
2025-04-25Fix Windows build (#137414)Emre Kultursay1-0/+6
2025-04-25Fix connecting via abstract socket (#136466)Emre Kultursay1-21/+19
2025-04-01[lldb] Remove lldb-server min and max gdbserver port options (#133275)David Spickett1-2/+0
2025-03-31[lldb] Use correct path for lldb-server executable (#131519)Yuval Deutscher1-7/+11
2024-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath1-8/+4
2024-10-17[lldb] Don't exit the main loop when in runs out of things to listen on (#112...Pavel Labath1-17/+10
2024-10-03[lldb] Fixed IPv6 host formatting in #104238 (#111033)Dmitry Vasilyev1-2/+2
2024-10-03[lldb] Removed gdbserver ports map from lldb-server (#104238)Dmitry Vasilyev1-161/+242
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-6/+7
2024-08-26[lldb][NFC] Moved the SharedSocket class to Socket.* (#104787)Dmitry Vasilyev1-112/+14
2024-08-12[lldb] Updated lldb-server to spawn the child process and share socket (#101283)Dmitry Vasilyev1-66/+297
2024-07-18[lldb] Fixed the error `unable to launch a GDB server` in API tests (#98833)Dmitry Vasilyev1-4/+6
2024-05-07[lldb] Have lldb-server assign ports to children in platform mode (#88845)Anthony Ha1-13/+36
2023-07-04[lldb] Replace llvm::writeFileAtomically with llvm::writeToOutput API.Haojian Wu1-32/+8
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-1/+1
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere1-4/+3
2021-11-25[lldb/gdb-remote] Ignore spurious ACK packetsPavel Labath1-16/+10
2021-09-02Revert "[lldb server] Tidy up LLDB server return codes and associated tests"Raphael Isemann1-5/+7
2021-09-02[lldb server] Tidy up LLDB server return codes and associated testsSebastian Schwartz1-7/+5
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-6/+6
2021-03-29[lldb] Prints error using WithColor::error in lldb-platformJonas Devlieghere1-14/+18
2020-11-30[lldb] Use llvm::Optional for port in LaunchGDBServerDavid Spickett1-2/+2
2020-11-30[lldb] Error when there are no ports to launch a gdbserver onDavid Spickett1-3/+3
2020-08-17[lldb] Get lldb-server platform's --socket-file working againRaphael Isemann1-1/+2
2020-04-02[lldb] Change Communication::SetConnection to take a unique_ptrPavel Labath1-1/+1
2020-02-11[lldb][NFC] Remove several inefficient ConstString -> const char * -> StringR...Raphael Isemann1-1/+1
2019-09-16Fix warning: lambda capture 'temp_file_path' is not usedJonas Devlieghere1-2/+1
2019-09-13[LLDB] Add missing breaks for switch statementTim Shen1-0/+3
2019-09-13[Support] Add overload writeFileAtomically(std::function Writer)Jan Korous1-22/+28
2019-08-13Enable lldb-server on WindowsAaron Smith1-1/+8
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-9/+9
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-6/+0
2019-03-06Sanity check --max-gdbserver-portJan Kratochvil1-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-3/+0
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-2/+2
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere1-1/+1
2017-07-06Fix a copy-paste error in r307161Pavel Labath1-2/+2
2017-07-05Fix assorted compiler warnings (mismatched signedness and printf specifiers)Pavel Labath1-31/+26