binutils-gdb/gdb/python
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
..
py-cmd.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
py-frame.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
py-function.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
py-lazy-string.c 2010-01-13 Phil Muldoon <pmuldoon@redhat.com> 2010-01-14 08:03:37 +00:00
py-objfile.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
py-prettyprint.c 2010-01-13 Phil Muldoon <pmuldoon@redhat.com> 2010-01-14 08:03:37 +00:00
py-type.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
py-utils.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
py-value.c 2010-01-13 Phil Muldoon <pmuldoon@redhat.com> 2010-01-14 08:03:37 +00:00
python-internal.h 2010-01-13 Phil Muldoon <pmuldoon@redhat.com> 2010-01-14 08:03:37 +00:00
python.c Allow "source" to load python scripts. 2010-01-18 06:25:22 +00:00
python.h Allow "source" to load python scripts. 2010-01-18 06:25:22 +00:00