This is the mail archive of the gdb@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: GDB solib interface


In the patch you sent, did you check to make sure load, unload, or dll worked? Actually I have been stairing at the debugger and can't see that any of the following work in remote_await() [file: remote.c]: watch, rwatch, load, unload, or dll. All of them would be broken because of the strncmp() check for awatch which does not check for the others. That would mean that the check for p1==p will fail.

Am I missing something?


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