This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] add gcore to NEWS


Michael Snyder wrote:
> 
> 2002-01-15  Michael Snyder  <msnyder@redhat.com>
> 
>         * NEWS: Add item for new 'gcore' command.

Committed.

> 
> Index: NEWS
> ===================================================================
> RCS file: /cvs/src/src/gdb/NEWS,v
> retrieving revision 1.50
> diff -p -r1.50 NEWS
> *** NEWS        2002/01/11 01:46:17     1.50
> --- NEWS        2002/01/15 20:07:01
> ***************
> *** 3,8 ****
> --- 3,16 ----
> 
>   *** Changes since GDB 5.1:
> 
> + * New command "generate-core-file" (or "gcore").
> +
> + This new gdb command allows the user to drop a core file of the
> + child process state at any time.  So far it's been implemented
> + only for Linux and Solaris, but should be relatively easily
> + ported to other hosts.  Argument is core file name (defaults
> + to core.<pid>).
> +
>   * New command line option
> 
>   GDB now accepts --pid or -p followed by a process id.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]