aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-10[lldb-dap] Add clipboard context support (#170644)Sergei Druzhkov2-5/+10
2026-01-08[lldb-dap][NFC] Shorten the event thread name (#174837)Ebuka Ezike2-2/+7
2026-01-08[lldb-dap] Add ovsx as a dev dependency for publish to Open VSX (#175015)Jonas Devlieghere2-1/+485
2026-01-08[lldb-dap][ext] Add script to only run extension unittests (#175010)Ebuka Ezike1-0/+2
2026-01-08[lldb-dap] Update package-lock.json after #174641 (#175009)Jonas Devlieghere1-15/+1874
2026-01-08[lldb-dap][ext] Setup tests for lldb-dap extension (#174641)Ebuka Ezike6-15/+78
2026-01-08[lldb-dap] Add an introductory message on startup. (#170795)John Harrison3-0/+50
2026-01-07[lldb-dap] Fix qs integrity hashJonas Devlieghere1-1/+1
2026-01-07[lldb-dap][NFC] Ignore extension built test artefacts. (#174724)Ebuka Ezike1-0/+1
2026-01-07[lldb] Update LLDB DAP documentation. (#172580)John Harrison1-1/+3
2026-01-06[lldb-dap] Bump qs to 6.14.1Jonas Devlieghere1-2/+2
2026-01-06[lldb-dap] Move .gitingore into extension subdir (#174643)Jonas Devlieghere1-0/+0
2026-01-06[lldb-dap] Add lldb-dap extension directory. (#174219)Ebuka Ezike30-6/+6
2026-01-06[lldb-dap][NFC] Format typescript files (#173862)Sergei Druzhkov14-171/+277
2026-01-05[lldb-dap][NFC] Add missed references (#174455)Sergei Druzhkov2-7/+7
2026-01-05[lldb][lldb-dap] Do not expose internal breakpoints to DAP clients (#173848)Gabriele Mondada1-1/+15
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin4-7/+6
2025-12-26[lldb-dap] Migrate stackTrace request to structured types (#173226)Sergei Druzhkov10-353/+337
2025-12-22[lldb-dap] Adjusting the initialize/launch flow to better match the spec. (#1...John Harrison6-86/+155
2025-12-22[lldb-dap] Avoid unnecessary allocations when creating variables. (#172661)Ebuka Ezike5-67/+60
2025-12-20[lldb-dap] Migrate restart request to structured types (#172488)Sergei Druzhkov6-146/+133
2025-12-19[lldb-dap] Do not show warnings on Completions request. (#172917)Ebuka Ezike2-51/+46
2025-12-19[lldb-dap] Document stopOnEntry when attaching. (#172927)Ebuka Ezike2-0/+6
2025-12-18[lldb-dap] Add missing tablegen dependency to lldb-dap (#172891)Dave Lee1-0/+5
2025-12-18[lldb-dap] Do not show memory address on types with no summary (#172670)Ebuka Ezike1-7/+2
2025-12-17[lldb-dap] Bump the version to 0.4.1Jonas Devlieghere1-1/+1
2025-12-16[lldb-dap] Fix Windows build (#172475)Sergei Druzhkov1-0/+1
2025-12-16[lldb-dap] Migrate additional requests to stuctured types (#172283)Sergei Druzhkov9-92/+97
2025-12-14[lldb-dap] Migrate locations request to structured types (#171099)Sergei Druzhkov4-142/+93
2025-12-12[lldb-dap] Allow empty memory reference in disassemble arguments (#162517)Sergei Druzhkov4-3/+17
2025-12-11[lldb][lldb-dap] Remove unused variableDavid Spickett1-1/+0
2025-12-08[lldb-dap] Migrate pause request to structured types (#171096)Sergei Druzhkov4-44/+29
2025-12-05[lldb-dap] Improving logging support and formatting. (#170731)John Harrison10-106/+104
2025-12-05[lldb-dap] show a useful timestamp in log messages (#170737)Ebuka Ezike1-3/+3
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha1-3/+4
2025-12-03[lldb-dap] Fix format string on Mac OS (#169933)Nicolas Miller1-2/+4
2025-12-03[lldb-dap] start all sent protocol message from number one. (#170378)Ebuka Ezike2-4/+7
2025-12-02[lldb-dap] Follow the spec more closely on 'initialize' arguments. (#170350)John Harrison3-12/+13
2025-12-01[lldb-dap] Fix segfault in JSONUtils.cpp when GetUUIDString() returns nullptr...Aaron2-6/+5
2025-11-30[lldb][debugserver] Return shared cache filepath in jGetSharedCacheInfo (#168...Jason Molenda3-6/+135
2025-11-28[lldb-dap] Add data breakpoints for bytes (#167237)Sergei Druzhkov4-15/+51
2025-11-26[lldb-dap] Add multi-session support with shared debugger instances (#163653)Janet Yang15-318/+803
2025-11-25[lldb-dap] Add format support for evaluate request (#169132)Sergei Druzhkov2-5/+7
2025-11-24[windows] improve python3.dll load check (#168864)Charles Zablit1-7/+6
2025-11-19[lldb][windows] add color to the Python.dll not found error (#168718)Charles Zablit1-3/+3
2025-11-18[lldb] update lldb-server platform help parsing (attempt 3) (#164904)Chad Smith3-109/+236
2025-11-17[lldb-dap] Migrating 'evaluate' to structured types. (#167720)John Harrison9-210/+257
2025-11-14Clean up MachTask.mm's handling of m_exception_thread. (#167994)jimingham3-7/+10
2025-11-12[lldb-dap] Refactor event thread (#166948)Ebuka Ezike2-156/+178
2025-11-12Fix lldb-dap non-leaf frame source resolution issue (#165944)jeffreytan813-10/+12