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 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


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