summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-dap/OutputRedirector.cpp
AgeCommit message (Expand)Author
2025-03-07[lldb-dap] Updating naming and documentation to follow style guide. (#130202)John Harrison
2025-03-06[lldb-dap] Correct the variable name from a half finished merge. (#130186)John Harrison
2025-03-06[lldb-dap] Restore the override FD used by the output redirect on stop. (#129...John Harrison
2025-02-21[lldb-dap] Refactoring lldb-dap port listening mode to allow multiple connect...John Harrison
2025-02-13[lldb-dap] Ensure we do not print the close sentinel when closing stdout. (#1...John Harrison
2025-02-10[lldb-dap] Silence Wunused-result warning (#126580)Keith Smiley
2025-01-30[lldb-dap] Partially reverting OutputRedirector changes. (#125136)John Harrison
2025-01-27[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lif...John Harrison
2025-01-08Revert "[lldb-dap] Ensure the IO forwarding threads are managed by the DAP ob...Benjamin Kramer
2025-01-07[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lif...John Harrison
2024-08-21[lldb-dap] When sending a DAP Output Event break each message into separate l...John Harrison
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere