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: [RFC] canonical linespec and multiple breakpoints ...


>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

Tom> I think I/T sets are also a good idea here

Eli> What is an "I/T set"?

http://sourceware.org/ml/gdb/2008-08/msg00169.html

>> modify breakpoint N location LINESPEC

Eli> (As for the command name, I'd suggest "location N LINESPEC", btw.)

I wanted a way to also change the 'silent' flag.

It occurred to me last night that we could use "set" instead of
"modify":

    set breakpoint N location LINESPEC
    set breakpoint N silent [on|off]

Eli> You say nothing about watchpoints.  Will they also use the same
Eli> infrastructure?

I don't think it is necessary.  "watch" doesn't take a linespec
argument.

Tom


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