aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Host
AgeCommit message (Expand)AuthorFilesLines
2026-01-08[NFC][lldb][windows] extract the InitializeProcThreadAttributeList logic (#17...Charles Zablit1-13/+26
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin4-13/+12
2025-12-18[lldb][windows] only use a ConPTY if needed (#172877)Charles Zablit1-2/+3
2025-12-18[lldb][windows] add Windows Virtual Console support (#168729)Charles Zablit4-19/+163
2025-12-15[lldb][windows] fix a race condition when polling Pipes (#172063)Charles Zablit1-22/+39
2025-12-12[lldb] improve the heuristics for checking if a terminal supports Unicode (#1...Charles Zablit2-6/+22
2025-12-11[lldb] Correct use_editline check in IOHandlerEditline (#171733)Jonas Devlieghere1-1/+2
2025-12-11Revert "[lldb] fix failing tests due to CI diagnostics rendering (#171791)Charles Zablit2-21/+6
2025-12-10[lldb] improve the heuristics for checking if a terminal supports Unicode (#1...Charles Zablit2-6/+21
2025-12-05[lldb] Fix Windows build after 6b51e26d39fa (#170917)Alex Langford1-1/+1
2025-12-05[lldb][NFCI] Remove FileAction::GetPath (#170764)Alex Langford3-21/+26
2025-12-04Revert "[lldb] improve the heuristics for checking if a terminal supports Uni...Charles Zablit2-18/+5
2025-12-04[lldb] improve the heuristics for checking if a terminal supports Unicode (#1...Charles Zablit2-5/+18
2025-12-04[NFC][lldb][windows] refactor the referencing of STARTUPINFOW (#170669)Charles Zablit1-18/+15
2025-12-04[lldb][windows] fix copying instead of using a reference of STARTUPINFOW (#17...Charles Zablit1-1/+1
2025-12-03[lldb][windows] fix a use before allocation crash (#170530)Charles Zablit1-9/+8
2025-12-03[NFC][lldb][windows] refactor the creation of inherited handles (#170301)Charles Zablit1-32/+52
2025-12-01[lldb][windows] fix environment handling in CreateProcessW setup (#168733)Charles Zablit1-42/+66
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit2-0/+236
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison2-7/+38
2025-11-07[LLDB][Editline] empty current line before `el_wgets` (#165830)Kiva1-0/+3
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski1-2/+2
2025-10-30Revert "[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess" (#165...David Spickett1-10/+7
2025-10-29[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess (#165281)lb901-7/+10
2025-10-27Avoid stalls when MainLoop::Interrupt fails to wake up the MainLoop (#164905)jimingham3-6/+11
2025-10-25[ADT] Deprecate StringSwitch Cases with 3+ args. NFC. (#165119)Jakub Kuderski2-14/+13
2025-10-15[LLDB][Darwin] Clarify which API call enables memory taggingJulian Lettner1-5/+4
2025-10-14[lldb] Adjust MainLoop on Win32 to work with mingw (#163419)John Harrison1-5/+1
2025-10-14[lldb][Darwin] Add `process launch --memory-tagging` option (#162944)Julian Lettner1-0/+33
2025-10-14[LLDB][FreeBSD] Reorder header for Host.cpp (#163359)aokblast1-2/+1
2025-10-10[LLDB, x86, FreeBSD] Fix Architecture parsing by reading the ELF header. (#16...aokblast1-13/+28
2025-10-03[lldb] Adding A new Binding helper for JSONTransport. (#159160)John Harrison1-3/+23
2025-09-17[lldb] Avoid build warnings when building for Windows. NFC. (#159345)Martin Storsjö2-2/+1
2025-09-16[lldb-mcp] Launch lldb on demand, if needed. (#158701)John Harrison1-1/+1
2025-09-04[lldb] Add more command option mnemonics (#155705)Jonas Devlieghere1-9/+6
2025-09-03[lldb][windows] use Windows APIs to print to the console (#156469)Charles Zablit1-0/+34
2025-09-02[lldb][windows] use OutputDebugStringA instead of c to log events (#156474)Charles Zablit1-36/+10
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison3-15/+50
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-1/+1
2025-08-20Revert "[lldb][windows] use Windows APIs to print to the console (#149493)" (...Charles Zablit1-40/+0
2025-08-20[lldb][windows] remove duplicate implementation of UTF8ToUTF16 (#154424)Charles Zablit1-19/+11
2025-08-19[lldb] Refactoring JSONTransport into an abstract RPC Message Handler and tra...John Harrison1-113/+3
2025-08-19[lldb][windows] use Windows APIs to print to the console (#149493)Charles Zablit1-0/+40
2025-08-11[lldb] Update JSONTransport to use MainLoop for reading. (#152367)John Harrison1-107/+72
2025-08-05Revert "[lldb] Update JSONTransport to use MainLoop for reading." (#152155)John Harrison1-53/+114
2025-08-05[lldb] Update JSONTransport to use MainLoop for reading. (#148300)John Harrison1-114/+53
2025-07-31[windows][lldb] implement system logging on Windows (#150213)Charles Zablit2-4/+68
2025-07-28[lldb] [Windows] Silence format string warnings (#150886)Martin Storsjö1-2/+2
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-3/+3
2025-07-24[lldb] Allow building using Mingw-w64 on Windows. (#150398)cvspvr2-2/+5