This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFC 0/7 V3]A general notification in GDB RSP
- From: Yao Qi <yao at codesourcery dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Tue, 23 Oct 2012 19:26:53 +0800
- Subject: [RFC 0/7 V3]A general notification in GDB RSP
Hello,
This is the V3 of this patch series, and V2 is here,
[RFC 0/6 V2] A general notification in GDB RSP
http://sourceware.org/ml/gdb-patches/2012-09/msg00475.html
Compared with V2, here are some changes,
- Don't require gdbserver in async mode in default.
- Add more comments in code.
The whole stuff can be found in this git tree,
https://github.com/qiyao/gdb/tree/async-general-notif-v3
The whole patch series is tested on x86_64 linux with {native,
gdbserver} x {sync, async}. No regression. Is it OK?