summaryrefslogtreecommitdiffstats
path: root/libthread_db
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add dependencies on all the makefiles.Elliott Hughes2012-08-131-2/+4
| | | | | | | This should help prevent broken builds next time I'm messing with assembler/compiler/linker flags... Change-Id: I30f15a3ce3c3f3c60cad7bc59aaba9f42d792224
* Auto-generate a complete NOTICE file.Elliott Hughes2012-08-091-24/+2
| | | | | | | Remove the hand-collated ones, and switch to a script that pulls the copyright headers out of every file and collects the unique ones. Change-Id: Ied3b98b3f56241df97166c410ff81de4e0157c9d
* 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-273-7/+26
| | | | | | Change-Id: I3be997f5f1f6a894a3c200d4f325cf3bfd428c66 Author: James Rose <james.rose@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* move some typedefs to procfs.h required by gdbserver buildBruce Beare2011-02-032-3/+23
| | | | | Change-Id: I51fba4ceb80b63e583f462a2a00f3f658c7cdd36 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* Fix libthread_db linkageAntti Hatala2010-09-021-1/+1
| | | | | | | | libthread_db depends on libc but since unresolved symbols were allowed in the makefile this problem was never realized until gdbserver tried to link with it, failing in the runtime. Change-Id: If2ee319a2503c81abf3010829444f920c7c0c227
* Update libthread_db for gdb-7.0David 'Digit' Turner2010-03-242-11/+73
| | | | Change-Id: If8fbcea1cf6d06fc465a22d73671e6ff6aa1f312
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-0/+385
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-385/+0
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-215-0/+385