Tom Tromey <tromey@redhat.com>
Thiago Jung Bauermann <bauerman@br.ibm.com>
* Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
(SUBDIR_PYTHON_SRCS): Likewise.
(py-parameter.o): New rule.
* python/py-parameter.c: New file.
* python/python-internal.h (gdbpy_initialize_parameter)
(gdbpy_parameter, gdbpy_parameter_value)
(gdbpy_parse_command_name): Declare.
* python/py-cmd.c (parse_command_name): Rename to
gdbpy_parse_command_name.
(gdbpy_parse_command_name): Accept a starting list parameter and
use over cmdlist.
(cmdpy_init): Use gdbpy_parse_command_name.
* python/python.c (parameter_to_python): Rename to
gdbpy_parameter_to_python. Accept enum var_types and value.
(gdbpy_parameter): Use gdbpy_parameter_value.
(_initialize_python): Call gdbpy_initialize_parameters.
2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
* gdb.python/py-param.exp: New File.
2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
Tom Tromey <tromey@redhat.com>
Thiago Jung Bauermann <bauerman@br.ibm.com>
* gdb.texinfo (Parameters In Python): New Node.
|
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| py-block.c | ||
| py-block.exp | ||
| py-breakpoint.c | ||
| py-breakpoint.exp | ||
| py-cmd.exp | ||
| py-frame.c | ||
| py-frame.exp | ||
| py-function.exp | ||
| py-mi.exp | ||
| py-param.exp | ||
| py-prettyprint.c | ||
| py-prettyprint.exp | ||
| py-prettyprint.py | ||
| py-progspace.c | ||
| py-progspace.exp | ||
| py-section-script.c | ||
| py-section-script.exp | ||
| py-section-script.py | ||
| py-symbol.c | ||
| py-symbol.exp | ||
| py-symtab.exp | ||
| py-template.cc | ||
| py-template.exp | ||
| py-type.c | ||
| py-type.exp | ||
| py-value.c | ||
| py-value.exp | ||
| python.exp | ||
| source1 | ||
| source2.py | ||