summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common
AgeCommit message (Expand)Author
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison
2025-11-07[LLDB][Editline] empty current line before `el_wgets` (#165830)Kiva
2025-10-27Avoid stalls when MainLoop::Interrupt fails to wake up the MainLoop (#164905)jimingham
2025-10-25[ADT] Deprecate StringSwitch Cases with 3+ args. NFC. (#165119)Jakub Kuderski
2025-10-03[lldb] Adding A new Binding helper for JSONTransport. (#159160)John Harrison
2025-09-17[lldb] Avoid build warnings when building for Windows. NFC. (#159345)Martin Storsjö
2025-09-16[lldb-mcp] Launch lldb on demand, if needed. (#158701)John Harrison
2025-09-04[lldb] Add more command option mnemonics (#155705)Jonas Devlieghere
2025-09-03[lldb][windows] use Windows APIs to print to the console (#156469)Charles Zablit
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2025-08-20Revert "[lldb][windows] use Windows APIs to print to the console (#149493)" (...Charles Zablit
2025-08-19[lldb] Refactoring JSONTransport into an abstract RPC Message Handler and tra...John Harrison
2025-08-19[lldb][windows] use Windows APIs to print to the console (#149493)Charles Zablit
2025-08-11[lldb] Update JSONTransport to use MainLoop for reading. (#152367)John Harrison
2025-08-05Revert "[lldb] Update JSONTransport to use MainLoop for reading." (#152155)John Harrison
2025-08-05[lldb] Update JSONTransport to use MainLoop for reading. (#148300)John Harrison
2025-07-31[windows][lldb] implement system logging on Windows (#150213)Charles Zablit
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-07-16[lldb] Fix a crash in lldb-server during RemoveSoftwareBreakpoint() (#148738)royitaqi
2025-07-11When running OS Plugins from dSYM's, make sure start state is correct (#146441)jimingham
2025-07-02[lldb] Fixing warnings / win32 builds in MainLoop. (#146632)John Harrison
2025-07-01[lldb] Use EL_REFRESH to refresh EditlineJonas Devlieghere
2025-07-01[lldb] Adding pipe support to lldb_private::MainLoopWindows. (#145621)John Harrison
2025-06-30[lldb] Correctly restore the cursor column after resizing the statusline (#14...Jonas Devlieghere
2025-06-26[lldb] Fix source/Host/common/Editline.cpp formatting (NFC)Jonas Devlieghere
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-06-23[lldb] Add Socket::CreatePair (#145015)Pavel Labath
2025-06-19[lldb-dap] Make connection URLs match lldb (#144770)Jonas Devlieghere
2025-06-12[lldb] Implement JSON RPC (newline delimited) Transport (#143946)Jonas Devlieghere
2025-06-11[lldb] Move Transport class into lldb_private (NFC) (#143806)Jonas Devlieghere
2025-05-20[lldb] Extend information for failed connection for gdb server (#139916)ita-sc
2025-04-22[lldb] Fix use-color settings not persistent (#135626)Ebuka Ezike
2025-04-17[lldb] Fix lock inversion between statusline mutex and output mutex (#135956)Jonas Devlieghere
2025-04-14[lldb] Remove ProcessRunLock::TrySetRunning (#135455)Jonas Devlieghere
2025-03-28[lldb] Use *Set::insert_range and a range constructor (NFC) (#133548)Kazu Hirata
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere
2025-03-25[lldb][AIX] Minor AIX specific changes (#132718)Dhruv Srivastava
2025-03-24[lldb][AIX] clang-format for common Host.cpp (#132712)Dhruv Srivastava
2025-03-08[lldb] Remove progress report coalescing (#130329)Jonas Devlieghere
2025-03-05[lldb-dap] Implement a MemoryMonitor (#129332)Jonas Devlieghere
2025-02-27[lldb] Assorted improvements to the Pipe class (#128719)Pavel Labath
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2025-01-27[lldb] Android 9 has added the spawn.h header (#124452)Brad Smith
2025-01-27[lldb] Clean up Socket headers for Android (#124453)Brad Smith
2025-01-27[lldb] Simplify preprocessor conditional (#124522)Pavel Labath
2025-01-24[lldb] Remove unused posix_openpt function definition for Android (#124257)Brad Smith
2025-01-24[lldb] Enable the use of dladdr() on Android (#124187)Brad Smith
2025-01-23[lldb] Remove support and workarounds for Android 4 and older (#124047)Brad Smith
2025-01-21[lldb] Support format string in the prompt (#123430)Jonas Devlieghere