This is the mail archive of the gdb-patches@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: [RFC] Limit attempts to place breakpoints on _start, __start, and main in solib-svr4.c


Hello Kevin,

On Tue, 30 Nov 2010 00:02:33 +0100, Kevin Buettner wrote:
> -enable_break (struct svr4_info *info, int from_tty)
> +enable_break (struct svr4_info *info, int from_tty, int from_run_command)

I haven't tried it myself but is there a reason why not to use
`struct inferior->attach_flag' instead?


Thanks,
Jan


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