glibc/sysdeps/riscv/nptl
Andreas Schwab 92a4cba760
RISC-V: Don't use ps_get_thread_area in libthread_db (bug 23402)
Since RISC-V stores the thread pointer in a general register libthread_db
can just ask the debugger for the register contents instead of trying to
call ps_get_thread_area.  This enables thread debugging in gdb.

	* sysdeps/riscv/nptl/tls.h (DB_THREAD_SELF): Use REGISTER instead
	of CONST_THREAD_AREA.
2018-08-06 12:51:59 -07:00
..
bits RISC-V: Atomic and Locking Routines 2018-01-29 10:27:17 -08:00
Makefile RISC-V: Build Infastructure 2018-01-29 10:43:15 -08:00
libc-lowlevellock.c RISC-V: Atomic and Locking Routines 2018-01-29 10:27:17 -08:00
nptl-sysdep.S RISC-V: Linux Syscall Interface 2018-01-29 10:27:52 -08:00
pthread-offsets.h RISC-V: Linux ABI 2018-01-29 10:37:27 -08:00
pthreaddef.h RISC-V: Linux ABI 2018-01-29 10:37:27 -08:00
tcb-offsets.sym
tls.h RISC-V: Don't use ps_get_thread_area in libthread_db (bug 23402) 2018-08-06 12:51:59 -07:00