mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
* 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.
|
||
|---|---|---|
| .. | ||
| py-cmd.c | ||
| py-frame.c | ||
| py-function.c | ||
| py-lazy-string.c | ||
| py-objfile.c | ||
| py-prettyprint.c | ||
| py-type.c | ||
| py-utils.c | ||
| py-value.c | ||
| python-internal.h | ||
| python.c | ||
| python.h | ||