aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-server
AgeCommit message (Expand)AuthorFilesLines
2025-11-18[lldb] update lldb-server platform help parsing (attempt 3) (#164904)Chad Smith3-109/+236
2025-10-23Revert "[lldb] update lldb-server platform help parsing (#162730)"Adrian Prantl3-236/+109
2025-10-23[lldb] update lldb-server platform help parsing (#162730)Chad Smith3-109/+236
2025-06-27[lldb] Extract debug server location code (#145706)Pavel Labath1-8/+35
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath1-1/+1
2025-06-24[lldb] Fix windows build for #145293Pavel Labath1-2/+2
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath1-2/+2
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-4/+3
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-22Revert "[lldb] Use correct path for debugserver (#131609)"Pavel Labath1-8/+1
2025-04-22[lldb] Use correct path for debugserver (#131609)Yuval Deutscher1-1/+8
2025-04-08[LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (#134383)Dmitry Vasilyev1-1/+1
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
2025-03-14[lldb][AIX] Added base files for NativeProcess Support for AIX (#118160)Dhruv Srivastava1-0/+4
2025-02-27[lldb] Assorted improvements to the Pipe class (#128719)Pavel Labath1-10/+18
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth1-6/+8
2024-11-28[lldb] Fixup #117699 for windows buildsPavel Labath1-3/+2
2024-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath1-8/+4
2024-11-12[lldb][AIX] Added XCOFF Object File Header for AIX (#111814)Dhruv Srivastava2-0/+5
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 Vasilyev5-322/+255
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-1/+1
2024-09-06[lldb][NFC] Used shared_fd_t (#107553)Dmitry Vasilyev1-6/+8
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl2-8/+9
2024-08-26[lldb][NFC] Moved the SharedSocket class to Socket.* (#104787)Dmitry Vasilyev1-112/+14
2024-08-16[lldb][NFC] Moved FindSchemeByProtocol() from Acceptor to Socket (#104439)Dmitry Vasilyev1-36/+3
2024-08-12[lldb] Updated lldb-server to spawn the child process and share socket (#101283)Dmitry Vasilyev1-66/+297
2024-07-31[lldb] Fixed lldb-server crash (TestLogHandler was not thread safe) (#101326)Dmitry Vasilyev1-0/+2
2024-07-18[lldb] Fixed the error `unable to launch a GDB server` in API tests (#98833)Dmitry Vasilyev1-4/+6
2024-05-25[lldb] Revise IDE folder structure (#89748)Michael Kruse1-1/+0
2024-05-07[lldb] Have lldb-server assign ports to children in platform mode (#88845)Anthony Ha1-13/+36
2024-03-06[lldb][lldb-server] Fix pipe spelling mistake in log messageDavid Spickett1-1/+1
2024-01-16[lldb] Add LLDB_BUG_REPORT_URL macro to allow a different URL for lldb bug re...Zequan Wu1-1/+3
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-0/+2
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-10/+2
2023-07-04[lldb] Replace llvm::writeFileAtomically with llvm::writeToOutput API.Haojian Wu1-32/+8
2023-03-30[lldb] Fix macos build after e64cc756819d (2/2)Jonas Devlieghere1-2/+6
2023-03-30[lldb] Fix macos build after e64cc756819dJonas Devlieghere1-4/+3
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath1-7/+7
2023-03-27Revert "[lldb-server] Use Platform plugin corresponding to the host"Alex Langford2-28/+0
2023-03-23[lldb-server] Use Platform plugin corresponding to the hostAlex Langford2-0/+28
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-2/+2
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2-2/+2