aboutsummaryrefslogtreecommitdiff
path: root/lldb/docs/resources
AgeCommit message (Expand)AuthorFilesLines
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang2-2/+2
2026-01-07[lldb] Update LLDB DAP documentation. (#172580)John Harrison1-3/+3
2026-01-06[lldb-dap] Add lldb-dap extension directory. (#174219)Ebuka Ezike1-1/+1
2025-12-16[lldb] [docs] [sbapi]: fix lldb-forward header name (#172578)n2h91-2/+2
2025-12-10[lldb][docs] Fix table formatting in bytecode docsDavid Spickett1-65/+65
2025-12-10[lldb][docs] Fix doc link syntax in bytecode formatter docDavid Spickett1-1/+1
2025-12-10[lldb] Document the behaviour of IsValid for SBError (#170862)David Spickett1-0/+11
2025-12-10[lldb][docs] Fix plaintext markers in Formatter bytecode doc (#171430)David Spickett1-78/+78
2025-12-09[lldb][docs] Fix Visual Studio link in build docDavid Spickett1-1/+1
2025-12-09[lldb][docs] Fix plain text markers in ContributingDavid Spickett1-5/+5
2025-12-02lldbgdbremote.md: Update `qWasmLocal` result description (#170393)Max Desiatov1-3/+3
2025-10-28[docs][lldb] update the Windows tools instructions (#164491)Charles Zablit1-31/+35
2025-10-21Refine `qWasmCallStack` documentation (#163803)Max Desiatov1-3/+4
2025-10-20[lldb][doc NFC] fix typeo in reason:watchpoint descJason Molenda1-1/+1
2025-10-15[gdbremote] Document MultiMemRead packet in protocol extensions (#162675)Felipe de Azevedo Piovezan1-0/+51
2025-10-10[lldb][docs] State that the extension packets doc should be alphabetisedDavid Spickett1-37/+40
2025-10-06[lldb][docs] DW_AT_APPLE_major_runtime_version -> DW_AT_APPLE_major_runtime_v...Michael Buch1-1/+1
2025-08-06[vscode-lldb] Add VS Code commands for high level debug workflow (#151827)royitaqi1-0/+23
2025-07-30[lldb] Implement RegisterContextWasm (#151056)Jonas Devlieghere1-16/+67
2025-07-29[lldb] Add WebAssembly Process Plugin (#150143)Jonas Devlieghere1-0/+16
2025-07-24[lldb][docs] Update instructions to build standalone (#137383)Chelsea Cassanova1-1/+4
2025-07-16[lldb][docs] Add section on testing with QEMU user (#149057)David Spickett1-0/+47
2025-07-16[lldb][docs] Add CAMKE_BUILD_TYPE to standlone build instructionsDavid Spickett1-0/+2
2025-06-27[lldb] Fix a typo in documentation (#146115)Kazu Hirata1-1/+1
2025-06-26[lldb][docs] Document qWatchpointSupportInfo (#145709)David Spickett1-0/+17
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+50
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-50/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+50
2025-05-13[lldb] Fix typos in documentation (#139839)Kazu Hirata4-11/+11
2025-05-07[lldb][docs] Correct spelling in debugging docDavid Spickett1-1/+1
2025-04-22[lldb][docs] Repeat required Python version numberDavid Spickett1-1/+1
2025-03-10[lldb][docs] Added LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS for macOS configurat...Julius Alexandre1-1/+1
2025-02-05[lldb] Document lldb `x` packet deprecation. (#125682)Pavel Labath1-0/+5
2025-02-03[lldb][Docs] Expand remote testing instructions (#122694)David Spickett1-17/+53
2025-01-29[lldb] Make Python >= 3.8 required for LLDB 21 (#124735)David Spickett1-1/+1
2025-01-03[lldb] Add a return opcode to the formatter bytecode (#121602)Adrian Prantl1-0/+1
2024-12-16[lldb] Fix RST table formattingAdrian Prantl1-1/+1
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examplesAdrian Prantl1-0/+238
2024-12-06Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to ...Adrian Prantl1-238/+0
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examplesAdrian Prantl1-0/+238
2024-12-06Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to ...Adrian Prantl1-238/+0
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to lldb/exa...Adrian Prantl1-0/+238
2024-11-12[lldb] Recommend Python 3.8 as the minimum Python version for LLDB (#114807)David Spickett1-16/+16
2024-11-11[lldb] Support both Lua 5.3 and Lua 5.4 (#115500)Jonas Devlieghere1-1/+1
2024-10-29[lldb] Update link to GreenDragon in the docsJonas Devlieghere1-2/+2
2024-10-21[lldb][docs] Fix "Developing LLDB" table of contents (#113166)Michael Buch1-5/+5
2024-10-18[lldb][docs] Add JSON symbol file docs to the ToCJonas Devlieghere1-204/+0
2024-10-18[lldb] Document SymbolFileJSON (#112938)Jonas Devlieghere1-0/+204
2024-10-07[lldb][test] Support remote run of Shell tests (#95986)Vladislav Dzhidzhoev1-10/+13
2024-10-03[lldb-dap][docs] Improve documentation for contributors (#110987)Adrian Vogelsgesang1-14/+89