* proc-api.c: Update copyright year.
(_initialize_proc_api): Revert previous patch, removing spurious space instead.
This commit is contained in:
parent
d2f0b918d1
commit
54433e3802
2 changed files with 13 additions and 7 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-03-10 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* proc-api.c: Update copyright year.
|
||||||
|
(_initialize_proc_api): Revert previous patch, removing spurious
|
||||||
|
space instead.
|
||||||
|
|
||||||
2005-03-09 Joel Brobecker <brobecker@adacore.com>
|
2005-03-09 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* regcache.c: Fix typo in comment.
|
* regcache.c: Fix typo in comment.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Machine independent support for SVR4 /proc (process file system) for GDB.
|
/* Machine independent support for SVR4 /proc (process file system) for GDB.
|
||||||
|
|
||||||
Copyright 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
|
Copyright 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by Michael Snyder at Cygnus Solutions.
|
Written by Michael Snyder at Cygnus Solutions.
|
||||||
Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
|
Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
|
||||||
|
@ -780,16 +780,16 @@ _initialize_proc_api (void)
|
||||||
{
|
{
|
||||||
struct cmd_list_element *c;
|
struct cmd_list_element *c;
|
||||||
|
|
||||||
add_setshow_boolean_cmd ("procfs-trace", no_class, &procfs_trace,
|
add_setshow_boolean_cmd ("procfs-trace", no_class, &procfs_trace, _("\
|
||||||
_("Set tracing for /proc api calls."),
|
Set tracing for /proc api calls."), _("\
|
||||||
_("Show tracing for /proc api calls."), NULL,
|
Show tracing for /proc api calls."), NULL,
|
||||||
set_procfs_trace_cmd,
|
set_procfs_trace_cmd,
|
||||||
NULL, /* FIXME: i18n: */
|
NULL, /* FIXME: i18n: */
|
||||||
&setlist, &showlist);
|
&setlist, &showlist);
|
||||||
|
|
||||||
add_setshow_filename_cmd ("procfs-file", no_class, &procfs_filename,
|
add_setshow_filename_cmd ("procfs-file", no_class, &procfs_filename, _("\
|
||||||
_("Set filename for /proc tracefile."),
|
Set filename for /proc tracefile."), _("\
|
||||||
_("Show filename for /proc tracefile."), NULL,
|
Show filename for /proc tracefile."), NULL,
|
||||||
set_procfs_file_cmd,
|
set_procfs_file_cmd,
|
||||||
NULL, /* FIXME: i18n: */
|
NULL, /* FIXME: i18n: */
|
||||||
&setlist, &showlist);
|
&setlist, &showlist);
|
||||||
|
|
Loading…
Reference in a new issue