This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Align behavior of xmethod commands with that of pretty-printer commands
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Siva Chandra <sivachandra at google dot com>
- Cc: Doug Evans <dje at google dot com>, gdb-patches <gdb-patches at sourceware dot org>
- Date: Mon, 23 Jun 2014 06:58:28 -0700
- Subject: Re: [PATCH] Align behavior of xmethod commands with that of pretty-printer commands
- Authentication-results: sourceware.org; auth=none
- References: <CAGyQ6gxz_6KcRsu8iFZ9WXfeS5zQb+gf=dfwsv89_US=uqS5tQ at mail dot gmail dot com> <CADPb22RQkahfPNFZgxB_=OURA7agEKdZOzf8Y7jBOZX_1ALZcw at mail dot gmail dot com> <CAGyQ6gzhRtxVs2vSQrTz6Jn7F2vwB3etEjn_h6aR3PZN778kOA at mail dot gmail dot com>
> >> 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
> >>
> >> gdb/
> >>
> >> * python/lib/gdb/command/xmethods.py
> >> (get_method_matchers_in_loci): Lookup xmethod matchers in the
> >> current progspace only if the string "progspace" matches LOCUS_RE.
> >>
> >> gdb/testsuite
> >>
> >> * gdb.python/py-xmethods.exp: Use "progspace" instead of the
> >> progspace's filename in 'info', 'enable' and 'disable' command
> >> tests.
> >
> > I can't easily test the patch, I'm assuming you've done that.
> >
> > LGTM otherwise.
>
> Thank you. I have tested. Pushed now.
>
> Joel, is it OK for 7.8?
Sure!
--
Joel