This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [rfc] btrace: change record instruction-history /m
- From: Doug Evans <dje at google dot com>
- To: Markus Metzger <markus dot t dot metzger at intel dot com>
- Cc: Pedro Alves <palves at redhat dot com>, gdb-patches <gdb-patches at sourceware dot org>
- Date: Fri, 14 Aug 2015 10:43:24 -0700
- Subject: Re: [rfc] btrace: change record instruction-history /m
- Authentication-results: sourceware.org; auth=none
- References: <1439552272-6256-1-git-send-email-markus dot t dot metzger at intel dot com> <CADPb22R4MY9rv62NmVvJ6=0064TW7nC=ghoChqHJ4Hs7aCkXrQ at mail dot gmail dot com>
On Fri, Aug 14, 2015 at 10:01 AM, Doug Evans <dje@google.com> wrote:
> disasm.c should be providing the necessary API
> that the rest of gdb an use.
And, while it's on my mind, it should do so in a way that not
only gdb can use it.
The gnu tools can grow far more quickly and more usefully
if we build them out of collections of application independent APIs.