summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
AgeCommit message (Expand)Author
2025-06-27[lldb] Extract debug server location code (#145706)Pavel Labath
2025-06-25[lldb] Clean up GDBRemoteCommunication::StartDebugserverProcess (#145021)Pavel Labath
2024-10-03[lldb] Removed gdbserver ports map from lldb-server (#104238)Dmitry Vasilyev
2024-09-06[lldb][NFC] Used shared_fd_t (#107553)Dmitry Vasilyev
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-18[lldb] Fixed the error `unable to launch a GDB server` in API tests (#98833)Dmitry Vasilyev
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata
2023-08-21[lldb] Change UnixSignals::GetSignalAsCString to GetSignalAsStringRefAlex Langford
2023-02-01[lldb][NFC] Use move instead of copyChris Cotter
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-07[lldb] Don't use Optional::getPointer (NFC)Kazu Hirata
2022-09-09[gdb-remote] Move broadcasting logic down to GDBRemoteClientBaseMichał Górny
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata
2022-02-24[lldb/host] Remove monitor_signals argument from process monitoring functionsPavel Labath
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-10-25[lldb] [Utility/UriParser] Return results as 'struct URI'Michał Górny
2021-10-22[lldb] [Utility/UriParser] Replace port==-1 with llvm::NoneMichał Górny
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-01-14[lldb] Fix TestPlatformProcessConnect.pyPavel Labath
2020-11-30[lldb] Use llvm::Optional for port in LaunchGDBServerDavid Spickett
2020-11-30[lldb] Error when there are no ports to launch a gdbserver onDavid Spickett
2020-08-24[lldb] Remote disk file/directory completion for platform commandsGongyu Deng
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-02[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerPl...Jonas Devlieghere
2019-09-13[Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere
2019-08-05Remove usage of usleep in generic codePavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-30Make ConnectionFileDescription work with all socketsAntonio Afonso
2019-05-02gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Resubmit "Don't include UnixSignals.h from Host."Zachary Turner
2019-02-15Revert "Don't include UnixSignals.h from Host."Davide Italiano
2019-02-15Don't include UnixSignals.h from Host.Zachary Turner
2019-02-12Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath
2019-02-04Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith
2018-12-10Do not use PATH_MAX with SmallStringStella Stamenova
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere