Multi-target support
[deliverable/binutils-gdb.git] / gdb / bsd-uthread.c
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-07-03  Tom TromeyRemove ptid_get_tid
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove ptid_build
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07  Pedro AlvesEliminate find_target_beneath
2018-05-30  Simon MarchiRemove regcache_get_ptid
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-03-19  Tom TromeyConvert observers to C++
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-18  Tom TromeyRemove save_inferior_ptid
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-03-17  Simon Marchibsd-uthread: Use ptid from regcache instead of inferior...
2017-02-23  Simon MarchiFix usage of inferior_ptid in two thread_alive implemen...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-03-06  Gary BensonNew common function "startswith"
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-15  Pedro AlvesPush pruning old threads down to the target
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-02-26  Pedro Alvesbsd-uthread.c: Don't install a to_xfer_partial method
2014-02-19  Tom TromeyAdd target_ops argument to to_extra_thread_info
2014-02-19  Tom TromeyAdd target_ops argument to to_close
2014-02-11  Yao QiUpdate comments to to_xfer_partial implementations.
2014-02-11  Yao QiReturn target_xfer_status in to_xfer_partial
2014-01-14  Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-08-05  Tom Tromeymore add_target removals
2013-03-20  Jan Kratochvilgdb/
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-05-24  Pedro Alvesgdb/
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-02-26  Michael Snyder2011-02-25 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-04-14  Pedro Alves Group errors for many missing shared libraries.
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-07-02  Ulrich Weigand * defs.h (extract_signed_integer, extract_unsigned_int...
2009-06-17  Ulrich Weigand * ada-tasks.c (read_known_tasks_array): Use target_gdb...
2009-06-16  Paul Pluzhnikov2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-05-21  Pedro Alves * target.h (TARGET_WNOHANG): New.
2009-02-23  Pedro Alves * corelow.c (get_core_registers): Adjust.
2009-02-22  Pedro Alves Silence a few -Wmissing-prototypes warnings.
2009-02-06  Pedro Alves * linux-nat.c (linux_nat_wait): Adjust.
2009-01-03  Joel Brobecker Updated copyright notices for most files.
2008-11-09  Vladimir Prus Kill pthread_ops_hack
2008-09-11  Ulrich Weigand * bsd-uthread.c (bsd_uthread_read_memory_address)...
2008-09-08  Pedro Alves * bsd-uthread.c (bsd_uthread_find_new_threads): Claim...
2008-09-08  Pedro Alves * bsd-uthread.c (bsd_uthread_wait): Decorate the main...
2008-08-18  Pedro Alves * bsd-uthread.c (bsd_uthread_close): New.
2008-01-23  Vladimir Prus Inform about new thread in a single place.
2008-01-01  Daniel Jacobowitz Updated copyright notices for most files.
2007-10-30  Ulrich Weigand2007-10-30 Markus Deuling <deuling@de.ibm.com>
2007-08-23  Joel Brobecker Switch the license of all .c files to GPLv3.
2007-07-06  Mark Kettenis* bsd-uthread.c (bsd_uthread_wait): Don't try to fetch...
2007-05-06  Ulrich Weigand * target.h (struct regcache): Add forward declaration.
2007-01-09  Daniel JacobowitzCopyright updates for 2007.
2006-04-20  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-17  Eli Zaretskii * breakpoint.c:
2005-07-18  Mark Kettenis* target.c (normal_pid_to_str): Use xsnprintf instead...
2005-07-04  Mark Kettenis* i386nbsd-nat.c (i386nbsd_supply_pcb): Cast to 'gdb_by...
2005-05-16  Mark KettenisOops.
2005-05-02  Mark Kettenis* bsd-uthread.c: Include "solib.h".
2005-02-11  Andrew Cagney2005-02-10 Andrew Cagney <cagney@gnu.org>
2005-01-12  Mark Kettenis* bsd-uthread.h: New file.
This page took 1.56117 seconds and 88 git commands to generate.