• Home
  • History
  • Annotate
  • only in /ndk/sources/android/libthread_db/
NameDateSize

..07-Jan-20164 KiB

gdb-6.6/07-Jan-20164 KiB

gdb-7.3.x/07-Jan-20164 KiB

gdb-7.6/07-Jan-20164 KiB

README07-Jan-2016558

README

1Here are the sources of the special libthread_db that will be statically
2linked against our gdbserver binary. These are uses automatically by the
3build-gdbserver.sh script.
4
5THIS IS NOT AN IMPORT MODULE.
6
7Applications don't need to link to libthread_db anyway, this library is
8a small interface used by gdbserver to manage the list of threads on the
9target process. Its API and ABI are not stable and may change in the
10future.
11
12Each implementation is also highly specific to the version of gdbserver
13you are compiling, hence the subdirectories like "gdb-6.6"