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: "run", and executable file/symtab association?


pop_target calls current_target->to_close.  I am suspecting that it
should call target_stack->to_close instead.

hrm, target_stack is "child", and its to_close method is NULL. target_stack->beneath is "exec" and its to_close is exec_close...


I don't pretend to understand this code and why if there are forks, we should be popping the target to kill everything.
I don't either.

ok, I'll wait for Michael to respond :)


randolph


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