aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
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-05[lldb][test] Add tests for printing references to C-stringsMichael Buch2-0/+17
2026-01-05[lldb][test] Rewrite TestStringPrinter.py in a non-inline API test style (#17...Michael Buch3-64/+109
2026-01-05[lldb][DWARF] Use actual DWARF format when computing header size (#173600)Hemang Gadhavi1-4/+8
2026-01-04[lldb] Handle not being able to read a file in the SourceManager (#174346)Jonas Devlieghere1-2/+11
2026-01-03[lldb] Avoid unnecessary vector copy for StringList::AppendList (#173779)Henry2-2/+2
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin22-58/+51
2026-01-02[lldb][ClangExpressionDeclMap][NFC] Remove redundant std::string castMichael Buch1-2/+1
2026-01-02[lldb-dap][NFC] change the dap log file extension (#173994)Ebuka Ezike3-3/+3
2025-12-26[lldb-dap] Migrate stackTrace request to structured types (#173226)Sergei Druzhkov12-353/+491
2025-12-25[lldb/cmake] create staging directory for headers (#173427)Jan Palus1-1/+6
2025-12-24[lldb] Add Python 3.8 compatibility for lldbtest.py (#173392)Ebuka Ezike1-0/+3
2025-12-23[lldb] Improve detection of the readline backend (#173379)Ebuka Ezike1-1/+7
2025-12-23[lldb][NFC] Assert ASTNodeUPs and pass ASTNodes by reference in DIL (#173240)Ilia Kuklin6-138/+143
2025-12-23[lldb][NFC] Remove temp allocation SBCommandReturnObject::PutCString (#173365)Ebuka Ezike1-2/+2
2025-12-23[lldb][AIX][NFC] Fix clang-format issues (#173337)Hemang Gadhavi1-68/+78
2025-12-23[lldb-dap] refactor monitor thread in tests (#172879)Charles Zablit2-18/+52
2025-12-23[lldb][ObjC][NFC] Use llvm::StringRef::consume_front(char) where possible (#1...Michael Buch1-18/+9
2025-12-22[lldb-dap] Adjusting the initialize/launch flow to better match the spec. (#1...John Harrison16-139/+231
2025-12-22[lldb-dap] Avoid unnecessary allocations when creating variables. (#172661)Ebuka Ezike5-67/+60
2025-12-22[lldb-dap][test] Add Python 3.8 compatibility for test suite (#173264)Ebuka Ezike2-1/+11
2025-12-22[lldb] Use ReadCStringsFromMemory to speed-up AppleObjCClassDescriptorV2::met...Felipe de Azevedo Piovezan2-7/+28
2025-12-22[lldb][windows] skip TestPlatformProcessLaunchGDBServer.test_launch_with_unus...Charles Zablit1-0/+1
2025-12-22[lldb] Add ReadCStrings API to Process (#172026)Felipe de Azevedo Piovezan3-1/+133
2025-12-22[lldb][AIX] Added Kill() implementation (#169454)Dhruv Srivastava1-1/+39
2025-12-21[LLDB] Improve error handling in TypeSystemClang::GetChildCompilerTypeAtIndex...Adrian Prantl2-341/+337
2025-12-21[LLVM][ADT] Make `scope-exit` CTAD-capable (#173131)Victor Chernyakin2-4/+3
2025-12-20[lldb-dap] Migrate restart request to structured types (#172488)Sergei Druzhkov9-148/+175
2025-12-19[lldb] Recognize MTE faults with EXC_GUARD exception type (#172579)Julian Lettner2-10/+24
2025-12-19[lldb][test] Avoid out-of-bounds reads in TestConflictingSymbol.py (#172792)Igor Kudrin3-7/+9
2025-12-19[lldb] Update my email address in maintainers file (#173051)David Spickett1-4/+4
2025-12-19[LLDB] Run MSVC STL unordered tests with PDB (#172731)nerix1-6/+38
2025-12-19[lldb-dap] Do not show warnings on Completions request. (#172917)Ebuka Ezike3-51/+57
2025-12-19[lldb-dap] Document stopOnEntry when attaching. (#172927)Ebuka Ezike2-0/+6
2025-12-19[lldb][API] Make SB-API functions const if possible. (#172687)Ebuka Ezike13-19/+19
2025-12-18[lldb/test] Fix failure caused by leading zero in TestScriptedFrameProvider.pyMed Ismail Bennani1-5/+5
2025-12-18[lldb] Add priority support to synthetic frame providers (#172848)Med Ismail Bennani9-7/+132
2025-12-18[lldb-dap] Add missing tablegen dependency to lldb-dap (#172891)Dave Lee1-0/+5
2025-12-18[lldb-dap][windows] deactivate TestDAP_attach.test_by_name_waitFor on Windows...Charles Zablit1-0/+1
2025-12-18[lldb][windows] only use a ConPTY if needed (#172877)Charles Zablit1-2/+3
2025-12-18[lldb-dap] Do not show memory address on types with no summary (#172670)Ebuka Ezike3-22/+9
2025-12-18[lldb][windows] refactor the version check in @skipIfWindows (#172838)Charles Zablit3-36/+71
2025-12-18[lldb] Fix frame-format string missing space when module is invalid (#172767)Med Ismail Bennani3-2/+154
2025-12-18[lldb] Restrict JITLoaderGDB test to native Linux environments (#172292)Stefan Gränitz1-4/+2
2025-12-18[LLDB] Run MSVC STL vector tests with PDB (#172726)nerix1-4/+16
2025-12-18[lldb] Use AST nodes as Subscript and BitExtraction arguments in DIL (#169363)Ilia Kuklin10-121/+144
2025-12-18[lldb][windows] add Windows Virtual Console support (#168729)Charles Zablit17-58/+474
2025-12-17[lldb-dap] Bump the version to 0.4.1Jonas Devlieghere1-1/+1
2025-12-17Revert "Make result variables obey their dynamic values in subsequent express...Dave Lee10-387/+57