This is the mail archive of the gdb-prs@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]

[Bug gdb/15800] IWBN to override what defaulted_query will do when input is not from terminal


http://sourceware.org/bugzilla/show_bug.cgi?id=15800

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> ---
That's possibly to be a too-big-a-hammer.

We tend to be careful with choosing the default action (negative vs positive
wording, query/nquery/yquery).  I can imagine all sorts of wrong answers if we
just switched the default of "query".  IMO, it's better to handle this
query-by-query.

That is, add a "set skip pending on/off/auto/whatnot" for this case, mirroring
"set breakpoint pending".

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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