summaryrefslogtreecommitdiff
path: root/lldb/examples/python/cmdtemplate.py
AgeCommit message (Expand)Author
2025-09-10Make flag-only options work in the ParsedCommand mode of adding commands (#15...jimingham
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-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-01-12[lldb] Update custom commands to always be overrridenMed Ismail Bennani
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett
2020-07-16Harmonize Python shebangserge-sans-paille
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton
2018-06-22Update cmdtemplate.py to use best pratices.Greg Clayton
2017-10-31Modernize the example cmdtemplate.py.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2013-07-11Tweaks to the Python reference and example command to use the preferred print...Enrico Granata
2013-05-09Providing a more interesting command template for LLDBEnrico Granata
2013-02-25Being explicit about how ignoring optparse's exceptions is not a best principleEnrico Granata
2013-02-21Mark the command as failed if parsing fails.Jim Ingham
2012-09-13Modified the command template to include best practices.Greg Clayton
2012-01-26Added a 'gdbremote' python module that adds two commands: start_gdb_log and e...Greg Clayton
2012-01-24Proof-reading the python docs.Jim Ingham
2012-01-22Added a python FAQ page with detailed examples of how to add python functionsGreg Clayton