summaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)Author
2025-09-09NFC: SBThread should not be the one to compute StopReasonData. (#157577)jimingham
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][nfc] Rename WritePointerToMemory argument's name (#157566)Felipe de Azevedo Piovezan
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch
2025-09-08[lldb] Fix assertion when opcodes are exactly the length of the buffer (#157196)Daniel Sanders
2025-09-08[lldb][Instrumentation] Set selected frame to outside sanitizer libraries (#1...Michael Buch
2025-09-08[lldb][Target] Clear selected frame index after a StopInfo::PerformAction (#1...Michael Buch
2025-09-08[lldb][NFC] Fix style issues with StackID.h (#157483)Felipe de Azevedo Piovezan
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani
2025-09-04[lldb] Add more command option mnemonics (#155705)Jonas Devlieghere
2025-09-04[lldb] Moving MCPTransport into its own file. (#156712)John Harrison
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][windows] use Windows APIs to print to the console (#156469)Charles Zablit
2025-08-30[lldb] Refactor variable annotation logic in Disassembler::PrintInstructions ...Abdullah Mohammad Amin
2025-08-30[NFC] Fix typos 'seperate' -> 'separate' (#144368)Roman
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-28[lldb] Add SBFunction::GetBaseName() & SBSymbol::GetBaseName() (#155939)Jonas Devlieghere
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin
2025-08-28Revert "[lldb] NFC Moving mcp::Transport into its own file. (#155711)"Sylvestre Ledru
2025-08-27[lldb] NFC Moving mcp::Transport into its own file. (#155711)John Harrison
2025-08-27Reapply "[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL" (#155610)Ilia Kuklin
2025-08-27Revert "[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL" (#155605)Ilia Kuklin
2025-08-27[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL (#152308)Ilia Kuklin
2025-08-26[lldb] Adding structured types for existing MCP calls. (#155460)John Harrison
2025-08-26[lldb] Underline short option letters as mnemonics (#153695)Jonas Devlieghere
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-23Re-land LLDB dap module symbol tables (#155021)Ely Ronnen
2025-08-22Revert "[lldb-dap] Add module symbol table viewer to VS Code extension #14062...Muhammad Omair Javaid
2025-08-21[lldb/API] Add setters to SBStructuredData (#154445)Med Ismail Bennani
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee
2025-08-21[lldb] Remove unused XcodeSDK::SupportsSwift (NFC) (#154572)Dave Lee
2025-08-21[lldb-dap] Add module symbol table viewer to VS Code extension #140626 (#153836)Ely Ronnen
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner
2025-08-20Revert "[lldb][windows] use Windows APIs to print to the console (#149493)" (...Charles Zablit
2025-08-19[LLDB] added getName method in SBModule (#150331)barsolo2000
2025-08-19[lldb] Refactoring JSONTransport into an abstract RPC Message Handler and tra...John Harrison
2025-08-19[lldb][windows] use Windows APIs to print to the console (#149493)Charles Zablit
2025-08-15[lldb][nfc] Update docstring of StackFrame "get variable" methods. (#153728)Felipe de Azevedo Piovezan
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee
2025-08-13[lldb][MCP] Fix compiler error in Windows on Arm buildDavid Spickett
2025-08-12[lldb] Adjusting the base MCP protocol types per the spec. (#153297)John Harrison
2025-08-12[lldb] Support parsing the Wasm symbol table (#153093)Jonas Devlieghere
2025-08-11[lldb] Update JSONTransport to use MainLoop for reading. (#152367)John Harrison