summaryrefslogtreecommitdiff
path: root/lldb/source/Host
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-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-10-30Revert "[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess" (#165...David Spickett
2025-10-29[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess (#165281)lb90
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-15[LLDB][Darwin] Clarify which API call enables memory taggingJulian Lettner
2025-10-14[lldb] Adjust MainLoop on Win32 to work with mingw (#163419)John Harrison
2025-10-14[lldb][Darwin] Add `process launch --memory-tagging` option (#162944)Julian Lettner
2025-10-14[LLDB][FreeBSD] Reorder header for Host.cpp (#163359)aokblast
2025-10-10[LLDB, x86, FreeBSD] Fix Architecture parsing by reading the ELF header. (#16...aokblast
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-09-02[lldb][windows] use OutputDebugStringA instead of c to log events (#156474)Charles Zablit
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
2025-08-20Revert "[lldb][windows] use Windows APIs to print to the console (#149493)" (...Charles Zablit
2025-08-20[lldb][windows] remove duplicate implementation of UTF8ToUTF16 (#154424)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-28[lldb] [Windows] Silence format string warnings (#150886)Martin Storsjö
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-07-24[lldb] Allow building using Mingw-w64 on Windows. (#150398)cvspvr
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-08[lldb] Improving synchronization of MainLoopWindows. (#147438)John Harrison
2025-07-03Use the root directory as the SDK root on POSIX platformsCodingCarpincho
2025-07-03[lldb] Remove PRIuFT macro and use LLDB_LOG instead (#146867)David Spickett
2025-07-03[lldb][Windows] Fix compilation warningsDavid Spickett
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] Fix warningsKazu Hirata
2025-07-01[lldb] Correct an assertion name.John Harrison
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-25[lldb] Fix FindProcessImpl() for iOS simulators (#139174)royitaqi
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)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