This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
looking for gdb's help
- From: "XXX" <710492440 at qq dot com>
- To: "bug-gdb" <bug-gdb at gnu dot org>
- Date: Tue, 14 May 2019 15:26:56 +0800
- Subject: looking for gdb's help
hello!
i have a question about gdb debugging. while a signal cause a core dump, how can i get which thread cause the signal. the _siginfo only records the pid, not thread id. while debugging the core file, the current thread is not the thread which cause the core signal.
i am looking for your reply, thank you!