This is the mail archive of the gdb@sources.redhat.com 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]

gdb/mi 790


Andrew,

Could you further explain your comments found in gdb/790 on how it should be fixed.  I am not clear with what you want and why you want it.  What is
the benefit of having a vector of operations if they will end up calling the same function?  Could you also explain in the context of attach instead
of target remote.

The one major difference I see between MI and CLI is that CLI will want to query
the user if they want to kill the current target and MI should just go ahead.
I could break out the check so that both could share common code but I 
don't see why the added complexity of a function vector is required.

-- Jeff J.


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