[PATCH 0/3] Make python/guile api catchpoint aware
Andrew Burgess
andrew.burgess@embecosm.com
Tue Jun 1 11:04:19 GMT 2021
Ping!
Any thoughts?
Thanks,
Andrew
* Andrew Burgess <andrew.burgess@embecosm.com> [2021-05-12 14:04:57 +0100]:
> This is a first, small step, towards adding catchpoint support to the
> python/guile apis.
>
> The first patch in this series has been posted before, but is repeated
> here as the second patch depends on it.
>
> ---
>
> Andrew Burgess (3):
> gdb/guile: improve the errors when creating breakpoints
> gdb/guile: allow for catchpoint type breakpoints in guile
> gdb/python: allow for catchpoint type breakpoints in python
>
> gdb/ChangeLog | 21 ++++++++
> gdb/NEWS | 4 ++
> gdb/doc/ChangeLog | 10 ++++
> gdb/doc/guile.texi | 4 ++
> gdb/doc/python.texi | 7 +++
> gdb/guile/scm-breakpoint.c | 19 ++++++-
> gdb/python/py-breakpoint.c | 6 ++-
> gdb/testsuite/ChangeLog | 14 +++++
> gdb/testsuite/gdb.guile/scm-breakpoint.exp | 44 ++++++++++++++++
> gdb/testsuite/gdb.python/py-breakpoint.c | 14 +++++
> gdb/testsuite/gdb.python/py-breakpoint.exp | 60 ++++++++++++++++++++++
> 11 files changed, 200 insertions(+), 3 deletions(-)
>
> --
> 2.25.4
>
More information about the Gdb-patches
mailing list