aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[lldb] Limit formatter-section extractor range (#140139)Nerixyz3-8/+168
2026-02-12[lldb] Add Get(Non)SyntheticValue formatter bytecodes (#174839)Dave Lee4-1/+22
2026-02-12[lldb] Document DBGSearchPaths (#178634)Jonas Devlieghere1-0/+13
2026-02-12[lldb] Convert highlighters to plugins (#181026)Jonas Devlieghere26-77/+240
2026-02-12[clang][Sema] Split a err_typecheck_assign_const diagnostic into a separate t...Michael Buch1-5/+1
2026-02-12[lldb][test] Fix TestTlsGlobals.py for remote Linux runs (#181078)Igor Kudrin1-3/+2
2026-02-12[lldb][windows] add STDIN and STDOUT forwarding support (#180561)Charles Zablit2-33/+94
2026-02-12[LLDB][NativePDB] Use pointer and not pointee size for pointer constants (#18...Leonard Grey1-1/+1
2026-02-12[LLDB][NativePDB] Add local constant support (#180612)Leonard Grey3-25/+81
2026-02-12[lldb] replace usage of $(RM) in Makefile (#180755)Charles Zablit4-6/+6
2026-02-12[lldb][test] Make MemoryTest use the threadsafe gtest death-test style (#181127)Michael Buch1-0/+14
2026-02-12[lldb][test] TestBatchMode.py: don't load lldbinit in --batch test (#181128)Michael Buch1-1/+1
2026-02-12[lldb][doc] Improve documentation for `ScriptedFrameProvider` (#179996)Adrian Vogelsgesang1-14/+42
2026-02-12[lldb][test] TestCompactVectors.py: skip for older ClangMichael Buch1-0/+1
2026-02-11[LLDB] Add type casting to DIL, part 3 of 3 (#175061)cmtice5-19/+248
2026-02-12[lldb][windows] fix link issue when building with dylibs (#180976)Charles Zablit1-3/+0
2026-02-11[LLDB][NFCI] Teach LLDB to read the DW_AT_LLVM_tag_offset attribute for varia...Usama Hameed3-4/+15
2026-02-11[lldb-dap] Adjusting multi-stopped event order. (#181001)John Harrison1-17/+29
2026-02-11[LLDB]Move clean up to dtor (#181010)Vy Nguyen1-2/+2
2026-02-11[lldb][windows] fix undeclared identifier error GetModulePath (#180989)Charles Zablit1-1/+1
2026-02-11[LLDB]Fix asan error from pr/179799 (#180996)Vy Nguyen1-0/+2
2026-02-11[lldb-dap][windows] add --check-python command (#180784)Charles Zablit5-20/+57
2026-02-11[lldb] Implement bytecode based SyntheticChildren (#179832)Dave Lee14-28/+332
2026-02-11[lldb] Move parts of OutputFormattedUsageText into utility function (#180947)David Spickett3-50/+133
2026-02-11[lldb-dap][windows] drain the ConPTY before attaching (#180578)Charles Zablit2-0/+76
2026-02-11Revert "[lldb] Step over non-lldb breakpoints" (#180944)David Spickett16-271/+74
2026-02-11[lldb][windows] switch to using std::string instead of std::wstring in Python...Charles Zablit1-18/+19
2026-02-11[lldb][NativeRegisterContext] Rename to x86 for shared files (#180624)Minsoo Choo16-148/+148
2026-02-11[lldb][AIX] Added RegisterInfo file for PPC64 (#165367)Hemang Gadhavi3-0/+93
2026-02-11[lldb] Step over non-lldb breakpoints (#174348)Duncan McBain16-74/+271
2026-02-11[lldb][Process/FreeBSDKernel] Add links to pcb.h (#180267)Minsoo Choo3-0/+3
2026-02-11[LLDB] Fix KDP plugin path (#180897)Nerixyz1-1/+1
2026-02-10[lldb] Implement DenseMapInfo for UUID (#180854)Jonas Devlieghere2-0/+63
2026-02-10[LLDB] Fix tablegen paths for KDP and IntelPT properties (#180835)Nerixyz2-2/+2
2026-02-10[LLDB] Set and verify paths of properties from tablegen (#179524)Nerixyz48-58/+134
2026-02-10[lldb-dap][windows] add support for out of PATH python.dll resolution (#179306)Charles Zablit9-97/+185
2026-02-10[lldb][test] Skip TestLaunchProcessPosixSpawn.pyMichael Buch1-0/+1
2026-02-09[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda17-63/+194
2026-02-09[lldb][NFC] Fix typo in memory read help text (#180301)Alex Langford1-1/+1
2026-02-09Revert "[lldb] Fix TSan report on Linux (#179115)"Aiden Grossman3-14/+10
2026-02-09[lldb-dap] Fix the breakpoint events test. (#180518)Ebuka Ezike3-63/+94
2026-02-09[lldb][windows] remove unneeded DeleteProcThreadAttributeList call (#180579)Charles Zablit1-3/+0
2026-02-09[NFC][lldb][windows] extract the UpdateProcThreadAttribute logic (#180565)Charles Zablit2-5/+21
2026-02-09[lldb] Fix TSan report on Linux (#179115)Sergei Druzhkov3-10/+14
2026-02-09[lldb] add cross platform test commands in Makefile.rules (#180224)Charles Zablit1-0/+23
2026-02-09[lldb-dap][windows] fix invalid path substitution for lldb-dap (#180237)Charles Zablit1-1/+1
2026-02-09[lldb-dap] Bump vscode version (#177008)Sergei Druzhkov2-7/+7
2026-02-09[lldb] Quit automatically if --batch has no commands to run (#179969)David Spickett2-1/+21
2026-02-09[lldb-dap][NFC] Add new line to attach message (#180510)Ebuka Ezike1-1/+1
2026-02-09[lldb] Handle STT_TLS symbol type in ELF parser (#178975)puneeth_aditya_56562-0/+34