summaryrefslogtreecommitdiff
path: root/lldb/examples
AgeCommit message (Expand)Author
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani
2025-10-29[lldb] Fix StdUnorderedMapSynthProvider for GCC (#164251)Sergei Druzhkov
2025-10-16[lldb][examples] Use "chr" in CFString.pyDavid Spickett
2025-10-16[lldb][examples] Use Python3 versions of types module in performance.pyDavid Spickett
2025-10-13[lldb][examples] Remove Python 2 compatibility code in lldbtk.pyDavid Spickett
2025-09-12[libcxx] adds size-based `__split_buffer` representation to unstable ABI (#13...Christopher Di Bella
2025-09-10Make flag-only options work in the ParsedCommand mode of adding commands (#15...jimingham
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani
2025-08-21[lldb/crashlog] Avoid StopAtEntry when launch crashlog in interactive mode (#...Med Ismail Bennani
2025-07-16[lldb] Improve setting of program for filtering disassembly (#148823)David Spickett
2025-07-16[LLDB] Convert libstdc++ std::variant summary to C++ (#148929)nerix
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward
2025-06-20[lldb/crashlog] Make registers always available & fix x29/x30 parsing (#145104)Med Ismail Bennani
2025-06-20[lldb] Add support for x86_64h to scripted process (#145099)Med Ismail Bennani
2025-06-18[lldb/crashlog] Make interactive mode the new default (#144839)Med Ismail Bennani
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-02-26[lldb] Also show session history in fzf_history (#128986)Dave Lee
2025-02-25[lldb] Add fzf_history command to examples (#128571)Dave Lee
2025-02-14[lldb] Avoid expression evaluation in the std::deque formatter (#127071)Pavel Labath
2025-01-15[lldb] Fix std::unordered_* synthetic children when typedefs are used. (#123125)Greg Clayton
2025-01-10[lldb/crashlog] Fix typo in error message when creating a target (#122514)Med Ismail Bennani
2025-01-03[lldb] Add a return opcode to the formatter bytecode (#121602)Adrian Prantl
2024-12-06[lldb] Move the python module import workaround further upAdrian Prantl
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examplesAdrian Prantl
2024-12-06Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to ...Adrian Prantl
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examplesAdrian Prantl
2024-12-06Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to ...Adrian Prantl
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to lldb/exa...Adrian Prantl
2024-11-15[lldb] Only run scripted process test on x86_64/arm64Jason Molenda
2024-11-13Unify naming of internal pointer members in std::vector and std::__split_buff...Peng Liu
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham
2024-09-18Add docs and an example use of the scripted command get_flags API. (#109176)jimingham
2024-09-16[lldb] Support new libc++ __compressed_pair layout (#96538)Michael Buch
2024-09-13Avoid expression evaluation in libStdC++ std::vector<bool> synthetic children...jeffreytan81
2024-07-08[lldb] Make variant formatter work with libstdc++-14 (#97568)Pavel Labath
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham
2024-07-02[lldb] Add scripted thread plan python base class to lldb & website (#97481)Med Ismail Bennani
2024-07-02[lldb/docs] Add scripting extensions documentation to the website (#97262)Med Ismail Bennani
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima
2024-06-20Revert "[lldb/crashlog] Make interactive mode the new default" (#96263)Med Ismail Bennani
2024-06-20[lldb/crashlog] Make interactive mode the new default (#94575)Med Ismail Bennani
2024-06-06[lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)Med Ismail Bennani
2024-06-05[lldb/crashlog] Always load Application Specific Backtrace Thread images (#94...Med Ismail Bennani
2024-06-05[lldb/crashlog] Add `--no-parallel-image-loading` hidden flag (#94513)Med Ismail Bennani
2024-06-05[lldb/crashlog] Use environment variable to manually set dsymForUUIDBinary (#...Med Ismail Bennani
2024-05-09[lldb/crashlog] Fix test failure when creating a target using command options...Med Ismail Bennani
2024-05-09[lldb/crashlog] Fix module binary resolution (#91631)Med Ismail Bennani