This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v2] Add autoload-breakpoints [0/6]
- From: Hui Zhu <hui_zhu at mentor dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Wed, 11 Apr 2012 18:53:36 +0800
- Subject: [PATCH v2] Add autoload-breakpoints [0/6]
Hi,
There are patches to make GDB support autoload-breakpoints.
It is:
1. it is set by the remote stub.
2. The remote stub can control autoload-breakpoints any time even if GDB
is just control the inferior.
3. This support is for some special stub.
The second version I update patches:
[PATCH v2] Add autoload-breakpoints [4/6] autoload-breakpoints
[PATCH v2] Add autoload-breakpoints [6/6] autoload-breakpoints doc
Thanks,
Hui