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]

debugging a program which spawns multiple children


Hi,

I'm trying to debug a problem in FreeBSD's "dump" command. The dump command creates 4 or 5 child processes,
and in my use case one of them gets a SIGSEGV.

Is it possible to monitor all spawned processes simultaneously? I'm currently using gdb version 7.12.1 from the FreeBSD ports. I would have to problem to use a newer version of gdb and compile it locally.

regards,
chris


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