binutils-gdb/gdb/cli
Joel Brobecker 973817a313 Allow "source" to load python scripts.
* exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
        * python/python.c (source_python_script): New function.
        * python/python.h (source_python_script): Add declaration.
        * cli/cli-cmds.c: #include exceptions.h and python/python.h.
        (script_ext_off, script_ext_soft, script_ext_strict)
        (script_ext_enums, script_ext_mode): New static constants.
        (show_script_ext_mode, find_and_open_script): New functions.
        (source_script): Enhance to handle Python scripts.
        (init_cli_cmds): Add set/show script-extension commands.
2010-01-18 06:25:22 +00:00
..
cli-cmds.c Allow "source" to load python scripts. 2010-01-18 06:25:22 +00:00
cli-cmds.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-decode.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-decode.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-dump.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-dump.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-interp.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-logging.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-script.c gdb/ 2010-01-01 10:58:56 +00:00
cli-script.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-setshow.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-setshow.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00