summaryrefslogtreecommitdiff
path: root/gdb/proc-service.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove ancient workaroundGary Benson2018-10-011-2/+3
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Fix Cell debugging regressionPedro Alves2018-06-271-4/+19
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-15/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove support for Solaris < 10 (PR gdb/22185)Rainer Orth2017-09-261-29/+9
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Remove save_inferior_ptidTom Tromey2017-08-181-3/+1
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-12/+6
* Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi2017-03-231-24/+12
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* proc-service.c: Add (gdb_byte *) castSimon Marchi2015-10-241-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-1/+1
* Remove unused Linux libthread_db callbacksGary Benson2014-07-021-103/+1
* start change to progspace independenceTom Tromey2014-02-261-1/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3
* change minsym representationTom Tromey2014-02-261-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-9/+4
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-4/+4
* * proc-service.c (ps_pglobal_lookup): Set the current programTom Tromey2012-03-061-3/+13
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* 2011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-281-0/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* * target.h (struct target_ops): New member to_thread_architecture.Ulrich Weigand2009-07-021-4/+4
* * gdb_proc_service.h (struct ps_prochandle): Replace pid_t fieldPedro Alves2009-02-271-6/+6
* 2008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves2009-02-211-0/+3
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+2
* * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz2008-06-261-1/+0
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand2007-06-161-8/+16
* * gdb_proc_service.h (paddr_t): Delete typedef.Daniel Jacobowitz2007-05-141-12/+38
* * target.h (struct regcache): Add forward declaration.Ulrich Weigand2007-05-061-4/+4
* * gregset.h (struct regcache): Add forward declaration.Ulrich Weigand2007-05-061-6/+5
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* 2005-05-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-05-261-4/+4
* s/Linux/.../Andrew Cagney2002-02-241-3/+4
* * proc-service.c (BUILD_LWP): Redefine in terms of ptid_build.Mark Kettenis2001-10-141-1/+1
* Redefine ptid_t to be a struct rather than an int.Kevin Buettner2001-05-151-4/+0
* Consolidate save_inferior_ptid/restore_inferior_ptid implementation toKevin Buettner2001-05-061-18/+0
* Phase 1 of the ptid_t changes.Kevin Buettner2001-05-041-18/+18
* Replace free() with xfree().Kevin Buettner2000-12-151-1/+1
* * config/i386/nm-linux.h (PREPARE_TO_PROCEED, ATTCH_LWP,Mark Kettenis2000-09-031-0/+333