aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...users/pranavk/bazel-fix-159173-1764801865Med Ismail Bennani2-16/+78
2025-11-26[lldb] [scripting bridge] 167388 chore: add api to return arch name for targe...n2h91-3/+1
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch2-78/+16
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani2-16/+78
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani1-0/+113
2025-10-29[lldb] Fix StdUnorderedMapSynthProvider for GCC (#164251)Sergei Druzhkov1-5/+2
2025-10-16[lldb][examples] Use "chr" in CFString.pyDavid Spickett1-6/+1
2025-10-16[lldb][examples] Use Python3 versions of types module in performance.pyDavid Spickett1-5/+4
2025-10-13[lldb][examples] Remove Python 2 compatibility code in lldbtk.pyDavid Spickett1-6/+2
2025-09-12[libcxx] adds size-based `__split_buffer` representation to unstable ABI (#13...Christopher Di Bella1-12/+66
2025-09-10Make flag-only options work in the ParsedCommand mode of adding commands (#15...jimingham2-13/+54
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani1-0/+136
2025-08-21[lldb/crashlog] Avoid StopAtEntry when launch crashlog in interactive mode (#...Med Ismail Bennani2-10/+21
2025-07-16[lldb] Improve setting of program for filtering disassembly (#148823)David Spickett1-6/+20
2025-07-16[LLDB] Convert libstdc++ std::variant summary to C++ (#148929)nerix1-32/+0
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward1-0/+84
2025-06-20[lldb/crashlog] Make registers always available & fix x29/x30 parsing (#145104)Med Ismail Bennani2-9/+11
2025-06-20[lldb] Add support for x86_64h to scripted process (#145099)Med Ismail Bennani1-1/+1
2025-06-18[lldb/crashlog] Make interactive mode the new default (#144839)Med Ismail Bennani1-48/+78
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima6-14/+14
2025-02-26[lldb] Also show session history in fzf_history (#128986)Dave Lee1-3/+36
2025-02-25[lldb] Add fzf_history command to examples (#128571)Dave Lee1-0/+110
2025-02-14[lldb] Avoid expression evaluation in the std::deque formatter (#127071)Pavel Labath1-5/+9
2025-01-15[lldb] Fix std::unordered_* synthetic children when typedefs are used. (#123125)Greg Clayton1-10/+2
2025-01-10[lldb/crashlog] Fix typo in error message when creating a target (#122514)Med Ismail Bennani1-1/+1
2025-01-03[lldb] Add a return opcode to the formatter bytecode (#121602)Adrian Prantl1-0/+4
2024-12-06[lldb] Move the python module import workaround further upAdrian Prantl1-6/+6
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examplesAdrian Prantl1-0/+524
2024-12-06Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to ...Adrian Prantl1-524/+0
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to examplesAdrian Prantl1-0/+524
2024-12-06Revert "[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to ...Adrian Prantl1-520/+0
2024-12-06[lldb] Add a compiler/interpreter of LLDB data formatter bytecode to lldb/exa...Adrian Prantl1-0/+520
2024-11-15[lldb] Only run scripted process test on x86_64/arm64Jason Molenda1-9/+10
2024-11-13Unify naming of internal pointer members in std::vector and std::__split_buff...Peng Liu1-3/+4
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham2-18/+94
2024-09-18Add docs and an example use of the scripted command get_flags API. (#109176)jimingham1-0/+3
2024-09-16[lldb] Support new libc++ __compressed_pair layout (#96538)Michael Buch1-6/+22
2024-09-13Avoid expression evaluation in libStdC++ std::vector<bool> synthetic children...jeffreytan811-5/+1
2024-07-08[lldb] Make variant formatter work with libstdc++-14 (#97568)Pavel Labath1-2/+5
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham1-1/+5
2024-07-02[lldb] Add scripted thread plan python base class to lldb & website (#97481)Med Ismail Bennani1-0/+70
2024-07-02[lldb/docs] Add scripting extensions documentation to the website (#97262)Med Ismail Bennani3-46/+41
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima1-1/+1
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima5-8/+8
2024-06-20Revert "[lldb/crashlog] Make interactive mode the new default" (#96263)Med Ismail Bennani1-76/+48
2024-06-20[lldb/crashlog] Make interactive mode the new default (#94575)Med Ismail Bennani1-48/+76
2024-06-06[lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)Med Ismail Bennani1-0/+3
2024-06-05[lldb/crashlog] Always load Application Specific Backtrace Thread images (#94...Med Ismail Bennani2-8/+7
2024-06-05[lldb/crashlog] Add `--no-parallel-image-loading` hidden flag (#94513)Med Ismail Bennani2-3/+23
2024-06-05[lldb/crashlog] Use environment variable to manually set dsymForUUIDBinary (#...Med Ismail Bennani1-1/+3