summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins
AgeCommit message (Expand)Author
2025-09-10[lldb][ElfCore] Improve main executable detection in core files (#157170)GeorgeHuyubo
2025-09-09[lldb] Unwind through ARM Cortex-M exceptions automatically (#153922)Jason Molenda
2025-09-09[lldb-mcp] Auto connect to the first running lldb mcp instance. (#157503)John Harrison
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang
2025-09-09[LLDB][NativePDB] Mark blocks as parsed after parsing (#157493)nerix
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch
2025-09-08[lldb][elf-core][ARM] Add support for VFP registers (#155956)Igor Kudrin
2025-09-08[lldb][NFC] clang-format DisassemblerLLVMC.cppDavid Spickett
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-09-05[lldb][DataFormatter] Allow std::string formatters to match against custom al...Michael Buch
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani
2025-09-04[LLDB][AArch64] Make TPIDR a generic tp register (#154444)Jacob Lalonde
2025-09-04[LLDB][NativePDB] Find global variables in namespaces (#156736)nerix
2025-09-04[lldb] Moving MCPTransport into its own file. (#156712)John Harrison
2025-09-04[lldb] Use weak pointers instead of shared pointers in DynamicLoader (#156446)Andrew Savonichev
2025-09-03Revert "[lldb] Add count for errors of DWO files in statistics and combine DW...David Peixotto
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani
2025-09-03[lldb] Add count for errors of DWO files in statistics and combine DWO file c...Ziyi Wang
2025-09-03[lldb][DWARFASTParserClang] Don't complete conflicting Objective-C++ types (#...Michael Buch
2025-09-03[lldb][ExpressionParser][NFC] Clean up expression language picking logic (#15...Michael Buch
2025-09-02[lldb][NativePDB] Sort function name and type basename maps deterministically...Zequan Wu
2025-09-02[LLDB][NativePDB] Complete array member types in AST builder (#156370)nerix
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2025-08-29[lldb] Stop the protocol servers when terminating the plugin (#156101)Jonas Devlieghere
2025-08-28Revert "[lldb] NFC Moving mcp::Transport into its own file. (#155711)"Sylvestre Ledru
2025-08-27[LLDB] Omit loading local symbols in LLDB symbol table (#154809)barsolo2000
2025-08-27[lldb] NFC Moving mcp::Transport into its own file. (#155711)John Harrison
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-27[lldb][ARM] Port Arm Linux to use NativeRegisterContextDBReg (#152284)David Spickett
2025-08-27[lldb][CPlusPlusLanguage] Expose ManglingSubstitutor as static helpers (#155483)Michael Buch
2025-08-26[lldb] Adding structured types for existing MCP calls. (#155460)John Harrison
2025-08-26[lldb] Corretly parse Wasm segments (#154727)Jonas Devlieghere
2025-08-26[lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size as symbols...Alex Langford
2025-08-26[lldb] Fix spacing in "proccess plugin packet monitor" helpDavid Spickett
2025-08-25[lldb] Adopt JSONTransport in the MCP Server (Reland) (#155322)Jonas Devlieghere
2025-08-25Revert "[lldb] Adopt JSONTransport in the MCP Server" (#155280)Jonas Devlieghere
2025-08-25[lldb] Adopt JSONTransport in the MCP Server (#155034)Jonas Devlieghere
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch
2025-08-22[lldb][ClangASTImporter] Don't ASTImport LambdaExpr nodes (#154962)Michael Buch
2025-08-21[lldb] Improve error message in ResolveSDKPathFromDebugInfo (NFC) (#154607)Dave Lee
2025-08-21[lldb] Tweak check for CommandLineTools in ParseXcodeSDK (#154574)Dave Lee
2025-08-20[lldb] Use SmallPtrSet directly instead of SmallSet (NFC) (#154472)Kazu Hirata
2025-08-20[lldb] Add missing case statements for SubstBuiltinTemplatePack (#154606)Kazu Hirata
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
2025-08-19[lldb] Improve error handling in ObjectFileWasm (#154433)Jonas Devlieghere
2025-08-19[lldb] Replace SmallSet with SmallPtrSet (NFC) (#154366)Kazu Hirata
2025-08-19[lldb] Create sections for Wasm segments (#153634)Jonas Devlieghere