summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-server
AgeCommit message (Expand)Author
2025-11-18[lldb] update lldb-server platform help parsing (attempt 3) (#164904)Chad Smith
2025-10-23Revert "[lldb] update lldb-server platform help parsing (#162730)"Adrian Prantl
2025-10-23[lldb] update lldb-server platform help parsing (#162730)Chad Smith
2025-06-27[lldb] Extract debug server location code (#145706)Pavel Labath
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-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-05-13[lldb] Fix compilation errors from #138896 (#139711)Pavel Labath
2025-05-12Reapply "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on window...Pavel Labath
2025-05-07Revert "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows...Pavel Labath
2025-05-07[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows (#137978)Pavel Labath
2025-04-25Fix Windows build (#137414)Emre Kultursay
2025-04-25Fix connecting via abstract socket (#136466)Emre Kultursay
2025-04-22Revert "[lldb] Use correct path for debugserver (#131609)"Pavel Labath
2025-04-22[lldb] Use correct path for debugserver (#131609)Yuval Deutscher
2025-04-08[LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (#134383)Dmitry Vasilyev
2025-04-01[lldb] Remove lldb-server min and max gdbserver port options (#133275)David Spickett
2025-03-31[lldb] Use correct path for lldb-server executable (#131519)Yuval Deutscher
2025-03-14[lldb][AIX] Added base files for NativeProcess Support for AIX (#118160)Dhruv Srivastava
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-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath
2024-11-12[lldb][AIX] Added XCOFF Object File Header for AIX (#111814)Dhruv Srivastava
2024-10-17[lldb] Don't exit the main loop when in runs out of things to listen on (#112...Pavel Labath
2024-10-03[lldb] Fixed IPv6 host formatting in #104238 (#111033)Dmitry Vasilyev
2024-10-03[lldb] Removed gdbserver ports map from lldb-server (#104238)Dmitry Vasilyev
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-09-06[lldb][NFC] Used shared_fd_t (#107553)Dmitry Vasilyev
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-26[lldb][NFC] Moved the SharedSocket class to Socket.* (#104787)Dmitry Vasilyev
2024-08-16[lldb][NFC] Moved FindSchemeByProtocol() from Acceptor to Socket (#104439)Dmitry Vasilyev
2024-08-12[lldb] Updated lldb-server to spawn the child process and share socket (#101283)Dmitry Vasilyev
2024-07-31[lldb] Fixed lldb-server crash (TestLogHandler was not thread safe) (#101326)Dmitry Vasilyev
2024-07-18[lldb] Fixed the error `unable to launch a GDB server` in API tests (#98833)Dmitry Vasilyev
2024-05-25[lldb] Revise IDE folder structure (#89748)Michael Kruse
2024-05-07[lldb] Have lldb-server assign ports to children in platform mode (#88845)Anthony Ha
2024-03-06[lldb][lldb-server] Fix pipe spelling mistake in log messageDavid Spickett
2024-01-16[lldb] Add LLDB_BUG_REPORT_URL macro to allow a different URL for lldb bug re...Zequan Wu
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-07-04[lldb] Replace llvm::writeFileAtomically with llvm::writeToOutput API.Haojian Wu
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-03-27Revert "[lldb-server] Use Platform plugin corresponding to the host"Alex Langford
2023-03-23[lldb-server] Use Platform plugin corresponding to the hostAlex Langford
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata