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: target_find_description question


Sorry, hit reply too soon.

On Thursday 04 September 2008 23:12:10, Pedro Alves wrote:
> On Thursday 04 September 2008 22:51:32, Daniel Jacobowitz wrote:
> > I don't think that will work, e.g. solib-irix.c and various other
> > solib modules run expecting to hit a breakpoint.
>
> Isn't that a breakpoint in the real inferior, not the shell, and
> expected *after* stop_soon is reset (after create_inferior), in
> post_create_inferior/solib_create_inferior_hook?

I meant to suggest un-overload STOP_QUIETLY, and split it in two,
at the "and" below:

 "STOP_QUIETLY is used when running in the shell before the child
 program has been exec'd and when running through shared
 library loading."

-- 
Pedro Alves


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