aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Host
AgeCommit message (Expand)AuthorFilesLines
7 hours[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda1-6/+51
13 hours[lldb][windows] remove unneeded DeleteProcThreadAttributeList call (#180579)Charles Zablit1-3/+0
13 hours[NFC][lldb][windows] extract the UpdateProcThreadAttribute logic (#180565)Charles Zablit1-4/+13
3 days[lldb][NFC] Fix the SPI prototypes in HostInfoMacOSX.mmJason Molenda1-18/+25
4 days[lldb] Add a new way of loading files from a shared cache (#179881)Jason Molenda2-21/+223
4 daysFix the modal private state thread we use for running expressions on the priv...jimingham1-0/+5
11 days[lldb] Fix another typeo. No idea how this compiled for me.Jason Molenda1-1/+1
11 days[lldb] Add explicit namespace qualifiers for two SP types,Jason Molenda1-2/+3
11 days[lldb] Fix a compile error that came up with some compilersJason Molenda1-2/+4
11 days[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda1-5/+8
12 days[lldb-dap][windows] allow STDIN to be a console (#178642)Charles Zablit1-1/+1
12 daysRevert "[lldb-dap][windows] allow STDIN to be a console (#178409)" (#178641)Charles Zablit1-1/+1
12 days[lldb-dap][windows] allow STDIN to be a console (#178409)Charles Zablit1-1/+1
12 days[lldb] Fix memory monitor shutdown on Linux using eventfd (#178083)Ebuka Ezike1-19/+90
12 daysRevert "[lldb][windows] fix an invalid cast from a file descriptor to a HANDL...Charles Zablit2-15/+2
13 days[lldb][windows] fix an invalid cast from a file descriptor to a HANDLE (#178238)Charles Zablit2-2/+15
2026-01-26[lldb][windows] do not attach to a PseudoConsole if it is not opened (#177934)Charles Zablit1-3/+1
2026-01-23[lldb] Unconditionally setup posix spawn responsible flag (#177451)Roy Shi1-20/+10
2026-01-23Revert "[lldb][windows] add STDIN and STDOUT forwarding support (#175812)" (#...Charles Zablit2-82/+8
2026-01-23[lldb][windows] add STDIN and STDOUT forwarding support (#175812)Charles Zablit2-8/+82
2026-01-22[lldb] Improve error message when we can't save core (#177496)Jonas Devlieghere1-4/+5
2026-01-20[LLDB] Close previously opened handles in `PseudoConsole` (#176775)Nerixyz1-2/+11
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