Home | History | Annotate | only in /ndk/sources/android/libthread_db
Up to higher level directory
NameDateSize
gdb-6.6/10-Jul-2012
gdb-7.1.x/10-Jul-2012
README10-Jul-2012558

README

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