summaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
Commit message (Expand)AuthorAgeFilesLines
* 2008-11-20 Stan Shebs <stan@codesourcery.com>Stan Shebs2008-11-211-4/+5
* Kill pthread_ops_hackVladimir Prus2008-11-091-5/+5
* * target.h (struct target_ops): Add new field to_get_ada_task_ptid.Joel Brobecker2008-10-221-0/+30
* Non-stop linux native.Pedro Alves2008-07-101-1/+76
* gdb/Pedro Alves2008-06-051-1/+1
* * linux-nat.c (trap_ptid): Delete.Pedro Alves2008-05-151-5/+0
* * inferior.h (read_pc_pid, write_pc_pid): Remove.Ulrich Weigand2008-05-041-1/+4
* * linux-thread-db.c (have_threads_callback): Check thread->private.Daniel Jacobowitz2008-04-141-1/+1
* * linux-nat.c (linux_nat_attach): Add the pid we attached to, toPedro Alves2008-03-251-1/+3
* gdb/Pedro Alves2008-03-211-0/+32
* 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz2008-03-211-169/+92
* Inform about new thread in a single place.Vladimir Prus2008-01-231-10/+7
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* * linux-thread-db.c (check_for_thread_db): Only print if info_verbose.Daniel Jacobowitz2007-10-251-2/+3
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* 2007-06-28 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-06-281-0/+1
* * linux-thread-db.c (thread_db_attach): Delete.Daniel Jacobowitz2007-06-271-66/+80
* 2007-06-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-091-1/+1
* * linux-thread-db.c (thread_db_pid_to_str): Print thread IDsDaniel Jacobowitz2007-05-141-2/+2
* doc/ChangeLog:Ulrich Weigand2007-05-111-8/+2
* * linux-thread-db.c (enable_thread_event_reporting): Fix commentDaniel Jacobowitz2007-05-111-1/+1
* * linux-thread-db.c: Update some FIXME comments.Daniel Jacobowitz2007-05-071-34/+3
* * linux-thread-db.c (check_for_thread_db): Return early if we haveDaniel Jacobowitz2007-02-051-0/+4
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * linux-nat.c (lin_lwp_attach_lwp): Return a status. Do notDaniel Jacobowitz2006-12-311-8/+7
* * configure.ac: Add tests for TD_VERSION and TD_NOTLS.Daniel Jacobowitz2006-12-311-0/+12
* Include <signal.h>.Nick Roberts2006-11-281-0/+2
* * linux-thread-db.c (check_for_thread_db): Don't attempt to useUlrich Weigand2006-10-201-0/+4
* (thread_db_wait): Don't bother continuing if the wait result indicates theNick Roberts2006-10-151-1/+2
* * linux-thread-db.c (thread_db_get_thread_local_address): Fix typeThiemo Seufer2006-08-021-1/+2
* * linux-thread-db.c (thread_db_wait): Remove libthread_dbDaniel Jacobowitz2006-07-241-0/+9
* * linux-thread-db.c (td_thr_getfpregs_p, td_thr_getgregs_p)Daniel Jacobowitz2006-07-181-212/+18
* * linux-thread-db.c (thread_db_store_registers): UseDavid S. Miller2006-05-051-1/+1
* * linux-thread-db.c: Include "linux-nat.h".Daniel Jacobowitz2006-03-301-40/+37
* * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpointsDaniel Jacobowitz2006-01-241-2/+4
* * complaints.c (stop_whining): Make signed.Daniel Jacobowitz2006-01-171-2/+2
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* * Makefile.in (linux-thread-db.o): Depend on $(gdbcore_h).Andreas Schwab2005-10-131-4/+14
* * Makefile.in (ALLDEPFILES): Update.Daniel Jacobowitz2005-09-101-9/+10
* * dwarf2-frame.c (dwarf2_frame_prev_register): Use gdb_byte.Daniel Jacobowitz2005-05-281-1/+1
* 2005-04-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-04-261-26/+8
* 2005-04-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-04-261-4/+4
* * gdbarch.sh (fetch_tls_load_module_address): New architecture method.Kevin Buettner2005-03-311-16/+7
* Move printing of TLS related error messages to dwarf2loc.c.Kevin Buettner2005-03-181-33/+28
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-121-4/+4
* 2005-02-10 Andrew Cagney <cagney@gnu.org>gdb-post-i18n-errorwarning-20050211Andrew Cagney2005-02-111-35/+35
* * linux-thread-db.c (BUILD_THREAD): Delete.Daniel Jacobowitz2004-12-081-15/+6
* * linux-thread-db.c: New file, renamed from thread-db.c.Daniel Jacobowitz2004-11-141-0/+1370