summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-server/lldb-gdbserver.cpp
AgeCommit message (Expand)Author
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-06-24[lldb] Fix windows build for #145293Pavel Labath
2025-02-27[lldb] Assorted improvements to the Pipe class (#128719)Pavel Labath
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-11-28[lldb] Fixup #117699 for windows buildsPavel 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-03-06[lldb][lldb-server] Fix pipe spelling mistake in log messageDavid Spickett
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda
2023-03-30[lldb] Fix macos build after e64cc756819d (2/2)Jonas Devlieghere
2023-03-30[lldb] Fix macos build after e64cc756819dJonas Devlieghere
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka
2022-12-24Fix lldb option handling since e953ae5bbc313fd0cc980ce021d487e5b5199ea4 (part 2)serge-sans-paille
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille
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
2022-01-25[lldb] Make logging machinery type-safePavel Labath
2021-10-26[lldb] [lldb-gdbserver] Unify listen/connect code to use ConnectionFileDescri...Michał Górny
2021-10-18[lldb] [lldb-server] Refactor ConnectToRemote()Michał Górny
2021-10-18Revert "[lldb] [lldb-server] Refactor ConnectToRemote()"Michał Górny
2021-10-18[lldb] [lldb-server] Refactor ConnectToRemote()Michał Górny
2021-09-25[lldb] Convert misc. StringConvert usesMichał Górny
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-02-15[lldb] Rename FreeBSDRemote to FreeBSD (NFC)Michał Górny
2020-10-21[lldb] Fix windows build for fa5fa63fd140fPavel Labath
2020-10-21[lldb] Port lldb gdb-server to libOptionPavel Labath
2020-10-08[lldb] Initial version of FreeBSD remote process pluginMichał Górny
2020-09-30[lldb/ipv6] Support running lldb tests in an ipv6-only environment.Jordan Rupprecht
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere
2019-09-23[LLDB] Avoid a warning about an unused static variableMartin Storsjo
2019-08-14Add missing NativeProcessFactory for lldb-server on WindowsAaron Smith
2019-08-13Enable lldb-server on WindowsAaron Smith
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-02gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool
2019-05-01[lldb-server] Remove lldb-server's dependency on CoreAlex Langford
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-14[lldb] [lldb-server] Catch and report errors from main loopMichal Gorny
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