summaryrefslogtreecommitdiffstats
path: root/libthread_db/libthread_db.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove libthread_db from bionic.Elliott Hughes2014-01-271-247/+0
| | | | | | | The NDK statically links its own copy into gdb. Bug: 11882807 Change-Id: I0c7ed8761c32df3cc3644258551bc7d2e263f47b
* Clean up linker architecture macros.Elliott Hughes2013-10-281-24/+18
| | | | | | | | | | | | | | | | We don't need our own architecture macros; the standard ones will do. This patch also fixes some __x86_64__ tests to be USE_RELA tests instead, because they're not actually x86_64-specific. I've cleaned up architecture-specific code slightly so where possible all the code corresponding to a particular architecture is together. This patch also fixes a bug in LP64 DT_PLTGOT handling, which should be an error rather than falling through into DT_DEBUG! There was another #ifdef bug where we'd only report unexpected DT_ entries on MIPS. Change-Id: Id1d04e372611f641c1aa278a18e379f28af9eaf5
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-1/+1
| | | | | | | | | | | | | | | Fix the pthread_setname_np test to take into account that emulator kernels are so old that they don't support setting the name of other threads. The CLONE_DETACHED thread is obsolete since 2.5 kernels. Rename kernel_id to tid. Fix the signature of __pthread_clone. Clean up the clone and pthread_setname_np implementations slightly. Change-Id: I16c2ff8845b67530544bbda9aa6618058603066d
* MIPS support to libm, libdl and libthread_dbChris Dearman2012-05-041-1/+10
| | | | | Change-Id: I9106721af7fe0cd45df82976250db0d300a20117 Signed-off-by: Raghu Gandham <raghu@mips.com>
* bionic, libthread_db x86 fixesBruce Beare2011-04-271-1/+21
| | | | | | Change-Id: I3be997f5f1f6a894a3c200d4f325cf3bfd428c66 Author: James Rose <james.rose@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* Update libthread_db for gdb-7.0David 'Digit' Turner2010-03-241-10/+51
| | | | Change-Id: If8fbcea1cf6d06fc465a22d73671e6ff6aa1f312
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+183
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-183/+0
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+183