This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA]corelow.c: Add tid to add_to_thread_list
Thanks.
It work on my part got:
Reading symbols from /home/teawater/tmp/vmlinux...done.
[New process 1]
[New process 1]
[New process 1]
[New LWP 2731]
#0 0xffffffff8020b037 in __sti_mwait () at include2/asm/processor.h:719
719 include2/asm/processor.h: No such file or directory.
in include2/asm/processor.h
(gdb) info threads
4 LWP 2731 crash_setup_regs (regs=0x0) at include2/asm/kexec.h:155
* 3 process 1 0xffffffff8020b037 in __sti_mwait () at
include2/asm/processor.h:719
Looks this is a fit way without change libbfd.
Best,
Hui