This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [python][patch] Python rbreak


On 11/10/17 17:19, Kevin Buettner wrote:
> On Wed, 11 Oct 2017 12:30:17 +0100
> Phil Muldoon <pmuldoon@redhat.com> wrote:
> 
>> So, instead, I've made the Python rbreak functionality a little more
>> tuneable than the console command equivalent. The first tuneable is to
>> allow the user to exclude mini symbols from the pattern matching. A
> 
> [...]
> 
>> gdb.rbreak ("", minisyms=False)
> 
> While reading through your preamble, I noticed some terminology with
> which I was unfamiliar: "mini symbols" and "minisyms".
> 
> In a private discussion, you informed me that you actually meant
> "minimal symbols" and "minsyms", which cleared things up for me.
> 
> But, you also asked me to remind you about this via a public reply, so
> here it is...  :)
> 
> Kevin

Kevin,

Thanks for catching the inconsistency in terminology! I'll clear it up
and post it in the version 2 of the patch.  I'll won't repost for now
to see if other reviewers have other changes to request.

Cheers

Phil


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]