aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-26Add some casts for building on musl.Doug Evans1-2/+3
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-5/+8
2015-09-18linux-thread-db.c (record_thread): Return the created thread.Doug Evans1-14/+12
2015-08-27Fix assertion failure in linux-thread-dbUlrich Weigand1-4/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-5/+3
2015-08-04C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves1-56/+44
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-06-10Remove linux_proc_pid_get_nsGary Benson1-10/+2
2015-05-07Remove unused td_ta_map_id2thr codeGary Benson1-6/+0
2015-05-07Remove unused td_thr_validate codeGary Benson1-5/+0
2015-04-01Crash on thread id wrap aroundPedro Alves1-2/+4
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves1-4/+6
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-8/+11
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves1-1/+1
2015-03-04Linux native: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves1-2/+4
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-26/+26
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves1-144/+111
2015-02-20PR18006: internal error if threaded program calls clone(CLONE_VM)Pedro Alves1-0/+8
2015-02-06libthread_db: attaching to terminated/joined threads, debug outputPedro Alves1-0/+4
2015-01-09Linux: Skip thread_db thread event reporting if PTRACE_EVENT_CLONE is supportedPedro Alves1-6/+33
2015-01-09libthread_db: Skip attaching to terminated and joined threadsPedro Alves1-0/+11
2015-01-09libthread_db: debug output should go to gdb_stdlogPedro Alves1-15/+25
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-11Warn users about mismatched PID namespacesDaniel Colascione1-0/+29
2014-10-15Push pruning old threads down to the targetPedro Alves1-2/+4
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-2/+0
2014-07-18clean up some target delegation casesTom Tromey1-4/+1
2014-07-07convert to_get_thread_local_address to use target delegationTom Tromey1-5/+1
2014-06-20Move shared native target specific code to gdb/natGary Benson1-3/+3
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-21Fix TLS access for -static -pthreadJan Kratochvil1-14/+36
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+3
2014-02-26change minsym representationTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_ada_task_ptidTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_extra_thread_infoTom Tromey1-1/+2
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger1-1/+1
2014-01-13Fix set auto-load safe-path false warning regression (PR 16216)Jan Kratochvil1-15/+23
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-08constify to_detachTom Tromey1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-25/+28
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-7/+8
2013-07-25don't call add_target for thread_db_opsTom Tromey1-1/+2
2013-05-30fix linux-thread-db.cTom Tromey1-4/+4
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-2/+2
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-1/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-2/+2