Hello,

> > There are two macros, the other macro will the traces for all threads.
> > Your email only contains a more readable version of the same thread
> > (which was not useful, we know about that one).
> 
> Indeed there are two macros, but for the second one I read "Starting
> with 1.1.13.4, you can add the following gdb macro to your .gdbinit
> file.", and since I think I mentioned that I am running mono 1.1.13.2
> I never tried it.

Ok, alternatively get the stack traces for each thread.

Do this by enumerating all the threads:

        info threads

And selecting one by one:

        thread 1

Then running the command.

This is a better version of the "t a a bt" command.

Miguel
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to