This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Expose signal and syscall catchpoints to Python
- From: Alessandro Di Federico <ale+gdb at clearmind dot me>
- To: gdb-patches at sourceware dot org
- Date: Wed, 10 Jun 2015 10:04:42 +0200
- Subject: Re: [PATCH] Expose signal and syscall catchpoints to Python
- Authentication-results: sourceware.org; auth=none
- References: <1433197143-5402-1-git-send-email-ale+gdb at clearmind dot me>
On Tue, 2 Jun 2015 00:19:03 +0200
Alessandro Di Federico <ale+gdb@clearmind.me> wrote:
> This patch exposes syscall and signal catchpoints to Python. This
> means that `gdb.breakpoints()` also returns syscall and signal
> catchpoints, and it is possible to create them through
> `gdb.Breakpoint`.
Ping.
Does the patch look OK?
--
Alessandro Di Federico