Phil Muldoon
29703da4b1
2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
* python/py-symtab.c: Populate symtab_object_methods,
sal_object_methods.
(stpy_is_valid): New function.
(salpy_is_valid): Ditto.
* python/py-symbol.c: Declare symbol_object_methods.
Populate.
(sympy_is_valid): New function.
* python/py-objfile.c: Declare objfile_object_methods.
Populate.
(objfpy_is_valid): New function.
* python/py-inferior.c: Populate inferior_object_methods.
(infpy_is_valid): New function.
* python/py-infthread.c: Populate thread_object_methods.
(thpy_is_valid): New function.
* python/py-block.c: Declare block_object_methods.
Populate. Declare
block_iterator_object_methods. Populate.
(blpy_is_valid): New function.
(blpy_iter_is_valid): Ditto.
2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
* gdb.python/Makefile.in: Add py-objfile.
* gdb.python/py-objfile.exp: New file.
* gdb.python/py-objfile.c: New file.
* gdb.python/py-block.exp: Add is_valid tests.
* gdb.python/py-inferior.exp: Ditto.
* gdb.python/py-infthread.exp: Ditto.
* gdb.python/py-symbol.exp: Ditto.
* gdb.python/py-symtab.exp: Ditto.
2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
* gdb.texinfo (Blocks In Python): Add is_valid method
description.
(Inferiors In Python): Likewise.
(Threads In Python): Likewise.
(Symbols In Python): Likewise.
(Objfiles In Python): Likewise.
(Symbol Tables In Python): Likewise.
2011-03-17 09:36:17 +00:00
..
2011-01-01 15:34:07 +00:00
2011-01-06 00:57:05 +00:00
2011-03-17 09:36:17 +00:00
2011-02-05 05:27:23 +00:00
2011-03-14 16:09:55 +00:00
2011-02-28 18:55:22 +00:00
2011-02-05 05:27:23 +00:00
2011-02-05 05:27:23 +00:00
2011-02-05 05:27:23 +00:00
2011-02-05 05:27:23 +00:00
2011-02-05 05:27:23 +00:00
2011-03-14 15:43:51 +00:00
2011-02-05 05:27:23 +00:00
2011-01-26 20:53:45 +00:00
2011-01-01 15:34:07 +00:00
2011-03-17 09:36:17 +00:00
2011-03-17 09:36:17 +00:00
2011-01-26 20:53:45 +00:00
2011-03-17 09:36:17 +00:00
2011-03-10 12:29:08 +00:00
2011-03-14 15:43:51 +00:00
2011-01-06 00:57:05 +00:00
2011-02-05 05:27:23 +00:00
2011-02-05 05:27:23 +00:00
2011-03-14 16:55:04 +00:00
2011-03-17 09:36:17 +00:00
2011-03-17 09:36:17 +00:00
2011-02-05 05:27:23 +00:00
2011-01-26 20:53:45 +00:00
2011-03-01 19:00:16 +00:00
2011-02-28 19:38:34 +00:00
2011-01-31 04:42:08 +00:00
2011-02-28 19:38:34 +00:00
2011-03-14 16:09:55 +00:00
2011-03-14 16:09:55 +00:00