summaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-9/+8
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-4/+5
* Linux native thread create/exit events supportPedro Alves2016-05-241-6/+8
* Remove unused libthread_db td_thr_validate referenceGary Benson2016-05-231-2/+0
* remove trivialy unused variablesTrevor Saunders2016-05-071-5/+0
* Suggest running gdbserver for a PID in containerJan Kratochvil2016-03-171-1/+2
* Fix PR gdb/19676: Internal error in linux-thread.db.c if /proc not mountedPedro Alves2016-03-151-6/+10
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves2015-12-171-34/+19
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-171-9/+9
* Fix regression revealed by corethreads.expAntoine Tremblay2015-12-101-1/+1
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay2015-12-101-428/+9
* [C++] linux-thread-db.c: dladdr castPedro Alves2015-11-191-1/+1
* Add some casts for building on musl.Doug Evans2015-10-261-2/+3
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-5/+8
* linux-thread-db.c (record_thread): Return the created thread.Doug Evans2015-09-181-14/+12
* Fix assertion failure in linux-thread-dbUlrich Weigand2015-08-271-4/+7
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+3
* C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves2015-08-041-56/+44
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Remove linux_proc_pid_get_nsGary Benson2015-06-101-10/+2
* Remove unused td_ta_map_id2thr codeGary Benson2015-05-071-6/+0
* Remove unused td_thr_validate codeGary Benson2015-05-071-5/+0
* Crash on thread id wrap aroundPedro Alves2015-04-011-2/+4
* more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves2015-03-071-4/+6
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-8/+11
* garbage collect target_decr_pc_after_breakPedro Alves2015-03-041-1/+1
* Linux native: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves2015-03-041-2/+4
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-26/+26
* GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves2015-02-201-144/+111
* PR18006: internal error if threaded program calls clone(CLONE_VM)Pedro Alves2015-02-201-0/+8
* libthread_db: attaching to terminated/joined threads, debug outputPedro Alves2015-02-061-0/+4
* Linux: Skip thread_db thread event reporting if PTRACE_EVENT_CLONE is supportedPedro Alves2015-01-091-6/+33
* libthread_db: Skip attaching to terminated and joined threadsPedro Alves2015-01-091-0/+11
* libthread_db: debug output should go to gdb_stdlogPedro Alves2015-01-091-15/+25
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Warn users about mismatched PID namespacesDaniel Colascione2014-11-111-0/+29
* Push pruning old threads down to the targetPedro Alves2014-10-151-2/+4
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-2/+0
* clean up some target delegation casesTom Tromey2014-07-181-4/+1
* convert to_get_thread_local_address to use target delegationTom Tromey2014-07-071-5/+1
* Move shared native target specific code to gdb/natGary Benson2014-06-201-3/+3
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Fix TLS access for -static -pthreadJan Kratochvil2014-05-211-14/+36
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3