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