How to set default value of yquery and nquery
Tom Tromey
tromey@redhat.com
Tue Feb 23 17:13:00 GMT 2010
>>>>> ">" == Hui Zhu <teawater@gmail.com> writes:
>> A people want set a lot of command with .gdbinit,
>> He want set a breakpoint to a solib before load it.
>> He just got:
>> Function "www2" not defined.
>> Make breakpoint pending on future shared library load? (y or [n])
>> [answered N; input not from terminal]
>> We can handle this issue with load solib before set breakpoint. But
>> does GDB have some ways to set default value with input not from
>> terminal?
In this particular case you can also use "set breakpoint pending".
I don't think there is a general facility for answering queries from a
script.
Tom
More information about the Gdb
mailing list