Age | Commit message (Expand) | Author | Files | Lines |
2024-04-25 | [lldb] Add SBValue::GetValueAsAddress API (#90144) | Jason Molenda | 1 | -0/+20 |
2024-04-12 | Reapply "Fix error in unrecognized register name handling for "SBFram…e.reg... | jimingham | 1 | -1/+11 |
2024-04-11 | Revert "Fix error in unrecognized register name handling for "SBFrame.registe... | Chelsea Cassanova | 1 | -11/+1 |
2024-04-11 | Fix error in unrecognized register name handling for "SBFrame.register" (#88047) | jimingham | 1 | -1/+11 |
2024-04-08 | [lldb] Add swig doc for SBProcess address mask methods | Jason Molenda | 1 | -0/+41 |
2024-04-08 | [lldb] [NFC] Fix swig docstring annotations (#88073) | Jason Molenda | 4 | -54/+48 |
2024-03-04 | [lldb/lua] Fix Lua building on Windows (#83871) | Alexander M | 1 | -7/+3 |
2024-02-28 | [lldb] Ignore swig warnings about shadowed overloads (#83317) | Alex Langford | 1 | -1/+5 |
2024-02-26 | [lldb] python-bindings: fix `SBTarget.get_target_watchpoints()` (#82295) | nikitalita | 1 | -1/+1 |
2024-02-19 | [Reland] Report only loaded debug info in statistics dump (#81706) (#82207) | Wanyi | 1 | -0/+6 |
2024-02-17 | Revert "Report only loaded debug info in statistics dump (#81706)" (#82150) | Jonas Devlieghere | 1 | -6/+0 |
2024-02-17 | Report only loaded debug info in statistics dump (#81706) | Wanyi | 1 | -0/+6 |
2024-02-13 | Add the ability to define a Python based command that uses CommandObjectParse... | jimingham | 2 | -5/+30 |
2024-02-06 | Fix the Docstring.i filename (#80917) | Wanyi | 1 | -0/+0 |
2024-02-06 | Support statistics dump summary only mode (#80745) | Wanyi | 3 | -0/+11 |
2024-01-29 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Jason Molenda | 2 | -37/+137 |
2024-01-29 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 2 | -137/+37 |
2023-12-17 | [lldb] Use StringRef::starts_with (NFC) | Kazu Hirata | 1 | -1/+1 |
2023-11-15 | Remove hardware index from watchpoints and breakpoints (#72012) | Jason Molenda | 2 | -2/+3 |
2023-11-13 | [lldb-dap] Add an option to provide a format for stack frames (#71843) | Walter Erquinigo | 3 | -0/+8 |
2023-10-30 | Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67... | Greg Clayton | 1 | -13/+0 |
2023-10-30 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 2 | -31/+135 |
2023-10-30 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 2 | -135/+31 |
2023-10-26 | [lldb] Add OperatingSystem base class to the lldb python module | Med Ismail Bennani | 1 | -1/+2 |
2023-10-25 | [lldb/Interpreter] Make ScriptedInterface Object creation more generic (#68052) | Med Ismail Bennani | 1 | -43/+0 |
2023-10-23 | [lldb] Move template python files to separate directory | Med Ismail Bennani | 1 | -3/+3 |
2023-10-14 | [lldb] Add SBType::FindDirectNestedType() function (#68705) | Vlad Serebrennikov | 1 | -0/+8 |
2023-10-06 | [lldb] Expose SBPlatform::GetAllProcesses to the SB API (#68378) | Jonas Devlieghere | 3 | -0/+16 |
2023-09-21 | Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)" | David Spickett | 3 | -0/+15 |
2023-09-21 | Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)" | David Spickett | 3 | -15/+0 |
2023-09-20 | [lldb] Add 'modify' type watchpoints, make it default (#66308) | Jason Molenda | 3 | -0/+15 |
2023-09-18 | Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)" | Jason Molenda | 3 | -15/+0 |
2023-09-18 | [lldb] Add 'modify' type watchpoints, make it default (#66308) | Jason Molenda | 3 | -0/+15 |
2023-09-12 | [lldb] Format more Python files with black (#65979) | David Spickett | 2 | -10/+17 |
2023-08-31 | Re-land "[lldb/docs] Silence warnings when generating website" | Med Ismail Bennani | 43 | -4/+366 |
2023-08-31 | Revert "Re-land "[lldb/docs] Silence warnings when generating website"" | Med Ismail Bennani | 79 | -1697/+3 |
2023-08-29 | [lldb] Fix test failures introduced by 8e0a087571a3 | Med Ismail Bennani | 1 | -3/+0 |
2023-08-29 | [lldb] Fix build failures introduced in f0731d5b61ba (NFCI) | Med Ismail Bennani | 27 | -54/+0 |
2023-08-29 | Re-land "[lldb/docs] Silence warnings when generating website" | Med Ismail Bennani | 79 | -3/+1754 |
2023-08-29 | Revert "[lldb/docs] Silence warnings when generating website" | Med Ismail Bennani | 79 | -1754/+3 |
2023-08-29 | [lldb/docs] Silence warnings when generating website | Med Ismail Bennani | 79 | -3/+1754 |
2023-08-04 | [lldb] Bump SWIG minimum version to 4 | Jonas Devlieghere | 1 | -4/+0 |
2023-08-03 | [lldb][NFCI] Add SBTraceCursor.h to swig headers file | Alex Langford | 1 | -0/+1 |
2023-07-21 | [lldb] Convert script native types to StructuredData counterpart | Med Ismail Bennani | 4 | -2/+82 |
2023-07-13 | Remove unnecessary std::moves [NFC] | Sterling Augustine | 1 | -3/+3 |
2023-07-12 | [lldb][LocateModuleCallback] Implement API, Python interface | Kazuki Sakamoto | 2 | -0/+101 |
2023-07-12 | [lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpec | Kazuki Sakamoto | 1 | -0/+10 |
2023-05-15 | [lldb] Fix lua build after 27b6a4e63afe | Alex Langford | 1 | -2/+4 |
2023-05-10 | [lldb] Mark most SBAPI methods involving private types as protected or private | Alex Langford | 2 | -102/+102 |
2023-05-03 | Allow scripted thread plans to modify the thread stop description when | Jim Ingham | 1 | -0/+32 |