Add python gdb.GdbError and gdb.string_to_argv.
authorDoug Evans <dje@google.com>
Tue, 25 May 2010 15:27:17 +0000 (15:27 +0000)
committerDoug Evans <dje@google.com>
Tue, 25 May 2010 15:27:17 +0000 (15:27 +0000)
commit07ca107c2d958b45633ef0cdcce7219a95f0cf01
tree489e342ae66a8cac06bdb3d0106dbccb2b15010c
parent8e45593ff36c03d6f39e28a0a7947ce3d282794d
Add python gdb.GdbError and gdb.string_to_argv.
* NEWS: Document them.
* python/py-cmd.c (cmdpy_function): Don't print a traceback if
the exception is gdb.GdbError.  Print a second traceback if there's
an error computing the error message.
(gdbpy_string_to_argv): New function.
* python/py-utils.c (gdbpy_obj_to_string): New function.
(gdbpy_exception_to_string): New function.
* python/python-internal.h (gdbpy_string_to_argv): Declare.
(gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
(gdbpy_gdberror_exc): Declare.
* python/python.c (gdbpy_gdberror_exc): New global.
(_initialize_python): Initialize gdbpy_gdberror_exc and create
gdb.GdbError.
(GdbMethods): Add string_to_argv.

doc/
* gdb.texinfo (Exception Handling): Document gdb.GdbError.
(Commands In Python): Document gdb.string_to_argv.

testsuite/
* gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
gdb.string_to_argv.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/py-cmd.c
gdb/python/py-utils.c
gdb/python/python-internal.h
gdb/python/python.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-cmd.exp
This page took 0.024886 seconds and 4 git commands to generate.