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: [RFC] multi-process gdb (forks, checkpoints)


Jim Blandy wrote:
What happens if we fork, and then one of the forks unloads or loads a
shared library?

We're really crippled by our symtab data structures.

Hmmm... unload would be the bigger problem, I suppose.


I'd look at it this way -- this is really a subset of "debugging
separate processes".  The subset is, processes that share the same
symbol set.  What you suggest is crowding that boundary.   ;-)

We know that the set of programs that can be debugged this way
is prescribed.  Can't do multi-threaded programs, for instance.





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