summaryrefslogtreecommitdiff
path: root/gdb/proc-service.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-26Remove support for Solaris < 10 (PR gdb/22185)Rainer Orth
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-18Remove save_inferior_ptidTom Tromey
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-03-23Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon 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-10-24proc-service.c: Add (gdb_byte *) castSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi
2014-07-02Remove unused Linux libthread_db callbacksGary 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-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado
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-03-06 * proc-service.c (ps_pglobal_lookup): Set the current programTom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-07-02 * target.h (struct target_ops): New member to_thread_architecture.Ulrich Weigand
2009-02-27 * gdb_proc_service.h (struct ps_prochandle): Replace pid_t fieldPedro Alves
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-06-26 * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-06-16 * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand
2007-05-14 * gdb_proc_service.h (paddr_t): Delete typedef.Daniel Jacobowitz
2007-05-06 * target.h (struct regcache): Add forward declaration.Ulrich Weigand
2007-05-06 * gregset.h (struct regcache): Add forward declaration.Ulrich Weigand
2007-01-09Copyright updates for 2007.Daniel Jacobowitz
2005-12-17 * breakpoint.c:Eli Zaretskii
2005-05-262005-05-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney
2002-02-24s/Linux/.../Andrew Cagney
2001-10-14* proc-service.c (BUILD_LWP): Redefine in terms of ptid_build.Mark Kettenis
2001-05-15Redefine ptid_t to be a struct rather than an int.Kevin Buettner
2001-05-06Consolidate save_inferior_ptid/restore_inferior_ptid implementation toKevin Buettner
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner
2000-12-15Replace free() with xfree().Kevin Buettner
2000-09-03* config/i386/nm-linux.h (PREPARE_TO_PROCEED, ATTCH_LWP,Mark Kettenis