summaryrefslogtreecommitdiff
path: root/gdb/proc-api.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-3/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Unify Solaris procfs and largefile handlingRainer Orth2020-07-301-2/+0
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove unused variables in procfs.c etc.Rainer Orth2018-08-061-2/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove ioctl-based procfs support on SolarisRainer Orth2017-11-301-355/+1
* Constify add_setshow_*Tom Tromey2017-11-071-2/+4
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* -Wwrite-strings: More SolarisPedro Alves2017-04-051-3/+3
* -Wwrite-strings: Fix Solaris "set procfs-file"Pedro Alves2017-04-051-3/+3
* 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
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Move stdio.h to common-defs.hGary Benson2014-08-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* gdb/Pedro Alves2012-12-111-4/+1
* * proc-utils.h (proc_prettyprint_signalset): New prototype.Maciej W. Rozycki2012-04-271-0/+3
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* 2011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-101-2/+2
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* 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-16/+14
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+2
* * breakpoint.c:Eli Zaretskii2005-12-171-2/+3
* * proc-api.c: Update copyright year.Mark Kettenis2005-03-101-7/+7
* 2005-03-09 David Lecomber <david@lecomber.net>David Lecomber2005-03-091-6/+6
* 2005-02-18 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-181-7/+6
* 2005-02-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-171-6/+6
* 2004-07-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-261-2/+2
* * proc-api.c (write_with_trace): Initialize local variable toMark Kettenis2004-02-061-1/+1
* * proc-api.c (procfs_note): Add format string to fprintf call.Mark Kettenis2003-12-141-1/+1
* 2003-05-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-05-151-10/+0
* 2003-02-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-071-2/+4
* * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).Joel Brobecker2002-08-291-1/+1
* * proc-api.c (rw_table): Do not include a row for PCDSTOP if theJoel Brobecker2002-08-231-0/+14
* * proc-api.c: use HAVE_SYS_PROC_H macro to avoid includingJoel Brobecker2002-07-161-0/+2
* * cli/cli-decode.c (set_cmd_completer): New function.Andrew Cagney2002-03-061-1/+1
* * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.Andrew Cagney2002-02-051-2/+2