aboutsummaryrefslogtreecommitdiff
path: root/gdb/bsd-uthread.c
AgeCommit message (Expand)Author
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-03-17bsd-uthread: Use ptid from regcache instead of inferior_ptidSimon Marchi
2017-02-23Fix usage of inferior_ptid in two thread_alive implementationsSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-03-06New common function "startswith"Gary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-15Push pruning old threads down to the targetPedro Alves
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-02-26bsd-uthread.c: Don't install a to_xfer_partial methodPedro Alves
2014-02-19Add target_ops argument to to_extra_thread_infoTom Tromey
2014-02-19Add target_ops argument to to_closeTom Tromey
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-08-05more add_target removalsTom Tromey
2013-03-20gdb/Jan Kratochvil
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey
2012-05-24gdb/Pedro Alves
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-02-262011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-04-14 Group errors for many missing shared libraries.Pedro Alves
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand
2009-06-17 * ada-tasks.c (read_known_tasks_array): Use target_gdbarch insteadUlrich Weigand
2009-06-162009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2009-05-21 * target.h (TARGET_WNOHANG): New.Pedro Alves
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves
2009-02-22 Silence a few -Wmissing-prototypes warnings.Pedro Alves
2009-02-06 * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-11-09 Kill pthread_ops_hackVladimir Prus
2008-09-11 * bsd-uthread.c (bsd_uthread_read_memory_address): New function.Ulrich Weigand
2008-09-08 * bsd-uthread.c (bsd_uthread_find_new_threads): Claim the mainPedro Alves
2008-09-08 * bsd-uthread.c (bsd_uthread_wait): Decorate the main thread withPedro Alves
2008-08-18 * bsd-uthread.c (bsd_uthread_close): New.Pedro Alves
2008-01-23 Inform about new thread in a single place.Vladimir Prus
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-10-302007-10-30 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-07-06* bsd-uthread.c (bsd_uthread_wait): Don't try to fetch thread IDsMark Kettenis