This is the mail archive of the gdb@sourceware.cygnus.com 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]

Re: Insight 19991116, gdbserver, fork() - always follows parent



I don't think follow-fork mode is implemented for Linux.

> 2.) Can insight and/or gdb finally work with LinuxThreads? What about
> gdbserver? Do new threads block when they get created ?

The snapshots should be able to debug applications that use
LinuxThreads.  Release 4.18 cannot.  Threads start running normally
when they are created. 

> 4.) Is it possible to compile into the programme a breakpoint (so when it is
> run I could attach to it) - if yes - how to make it work with gdbserver.

You can always do something like sleep (100000).

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