summaryrefslogtreecommitdiff
path: root/lldb/docs/use/python-reference.rst
AgeCommit message (Expand)Author
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham
2025-09-12[lldb/docs] Breakdown python reference into multiple files (#158331)Med Ismail Bennani
2025-07-20[lldb] Proofread python-reference.rst (#149643)Kazu Hirata
2025-05-25[lldb] Fix a typo in documentation (#141384)Kazu Hirata
2025-04-03[lldb] Update examples in docs/use/python-reference.rst to work with Python 3...Jonas Devlieghere
2025-03-20[LLDB][NFC] Fix typo in docs (#131388)Kon
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-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham
2024-03-25Make the correct (5 argument) form of the command definition be the primary o...jimingham
2024-02-05[lldb][Docs] Remove unnecessary colon in titleDavid Spickett
2023-08-26[lldb/infra] Revamp lldb.llvm.orgMed Ismail Bennani
2023-08-24Revert "[lldb/infra] Revamp lldb.llvm.org"Med Ismail Bennani
2023-08-24[lldb/infra] Revamp lldb.llvm.orgMed Ismail Bennani
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-09-06You can't use lldb.target in a frame recognizer.Jim Ingham
2022-08-07[lldb] Fix formatting in python-reference.rstDave Lee
2022-04-29Add a paragraph showing how to use container commands.Jim Ingham
2022-01-13[lldb] Use __lldb_init_module instead of "if lldb.debugger" idiomDave Lee
2021-11-11[lldb][NFC] Inclusive Language: rename master plan to controlling planQuinn Pham
2021-09-04[LLDB][Docs] Indicate `PS1` variable by $Shivam Gupta
2021-07-06[lldb][docs] Fix reference warnings in python-reference.rstRaphael Isemann
2021-05-31[lldb] Fix typos. NFC.Bruce Mitchener
2021-03-02[lldb] Extend Python convenience variable table with equivalent APIsJonas Devlieghere
2021-03-01[lldb] Fix typos in documentation (NFC)Kazu Hirata
2021-02-25Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awkHarmen Stoppels
2021-02-09Use internal_dict everywhere we refer to the python session dict in docs.Jim Ingham
2021-02-09Add documentation for the extra_args parameter to breakpoint commands.Jim Ingham
2021-02-01[Branch-Rename] Fix some linksxgupta
2020-10-16Un-indent the section on 'Writing Target Stop-Hooks in Python'Jason Molenda
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham
2019-07-09[Docs] Replace SVN revisions with lldb versionsDave Lee
2019-05-14Rename MacOS X -> macOS where applicable.Adrian Prantl
2019-05-10[Docs] Fix table formatting in Pytho referenceJonas Devlieghere
2019-05-09[Docs] Port python reference pageJonas Devlieghere