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: [patch, rfc] Re: target_find_description question


> I've tried to strip down the wait_for_inferior and resume calls done by
> startup_inferior to the minimum that is actually needed for startup, and
> the result looks pretty straigtforward, and boils down to mostly using
> target_wait and target_resume directly.

Looks like a nice solution to the problem.

> - The treat_exec_as_sigtrap argument to handle_inferior_event is no longer
>   used and could be removed (not part of this patch)

I would love to see that parameter go. I wasn't entirely happy when
I introduced it.

-- 
Joel


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