Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] Python extension patchset
@ 2016-02-04 17:29 jeffm
  2016-02-04 17:29 ` [PATCH 1/7] check_types_equal: short circuit check if identical pointers are used jeffm
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: jeffm @ 2016-02-04 17:29 UTC (permalink / raw)
  To: gdb-patches; +Cc: Jeff Mahoney

From: Jeff Mahoney <jeffm@suse.com>

Hi all -

Here's the cleaned up version of my python extension patchset.

-Jeff


Jeff Mahoney (7):
  check_types_equal: short circuit check if identical pointers are used
  py-value: properly handle unsigned and pointer types
  py-symbol: use Py_RETURN_NONE instead of open coding it
  py-symbol: Require a frame for lookup_symbol only when necessary
  py-symbol: export section name
  py-minsymbol: Add interface to access minimal_symbols
  py-regcache: Add interface to regcache

 gdb/Makefile.in              |  12 ++
 gdb/gdbtypes.c               |   3 +
 gdb/python/py-infthread.c    |  31 ++++
 gdb/python/py-minsymbol.c    | 390 +++++++++++++++++++++++++++++++++++++++++++
 gdb/python/py-regcache.c     | 367 ++++++++++++++++++++++++++++++++++++++++
 gdb/python/py-symbol.c       |  60 +++++--
 gdb/python/py-value.c        |  12 ++
 gdb/python/python-internal.h |  12 ++
 gdb/python/python.c          |   8 +-
 9 files changed, 876 insertions(+), 19 deletions(-)
 create mode 100644 gdb/python/py-minsymbol.c
 create mode 100644 gdb/python/py-regcache.c

-- 
2.1.4


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-02-08 15:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-04 17:29 [PATCH 0/7] Python extension patchset jeffm
2016-02-04 17:29 ` [PATCH 1/7] check_types_equal: short circuit check if identical pointers are used jeffm
2016-02-04 17:29 ` [PATCH 4/7] py-symbol: Require a frame for lookup_symbol only when necessary jeffm
2016-02-05 12:17   ` Phil Muldoon
2016-02-05 16:08     ` Jeff Mahoney
2016-02-05 16:35   ` Phil Muldoon
2016-02-04 17:29 ` [PATCH 3/7] py-symbol: use Py_RETURN_NONE instead of open coding it jeffm
2016-02-04 17:29 ` [PATCH 7/7] py-regcache: Add interface to regcache jeffm
2016-02-04 17:29 ` [PATCH 6/7] py-minsymbol: Add interface to access minimal_symbols jeffm
2016-02-05 12:25   ` Phil Muldoon
2016-02-05 16:43   ` Phil Muldoon
2016-02-08 15:51     ` Jeff Mahoney
2016-02-04 17:43 ` [PATCH 2/7] py-value: properly handle unsigned and pointer types jeffm
2016-02-05 12:12   ` Phil Muldoon
2016-02-05 12:29     ` Phil Muldoon
2016-02-04 17:43 ` [PATCH 5/7] py-symbol: export section name jeffm
2016-02-05 12:18   ` Phil Muldoon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox