diff options
author | DJ Delorie <dj@redhat.com> | 2007-09-06 17:22:39 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2007-09-06 17:22:39 +0000 |
commit | 3a0ab695150fd22a603b028677165f71cb502172 (patch) | |
tree | 76b7cdbf2ddcf031ecb1667158d7376719231b1a /libiberty/pexecute.txh | |
parent | 26186d7440dcc84fd70c92e43d547591b136a6b0 (diff) | |
download | gdb-3a0ab695150fd22a603b028677165f71cb502172.zip gdb-3a0ab695150fd22a603b028677165f71cb502172.tar.gz gdb-3a0ab695150fd22a603b028677165f71cb502172.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/pexecute.txh')
-rw-r--r-- | libiberty/pexecute.txh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/pexecute.txh b/libiberty/pexecute.txh index b87c0e5..8baf9a0 100644 --- a/libiberty/pexecute.txh +++ b/libiberty/pexecute.txh @@ -265,7 +265,9 @@ process times, all the fields will be set to @code{0}. @deftypefn Extension void pex_free (struct pex_obj @var{obj}) -Clean up and free all data associated with @var{obj}. +Clean up and free all data associated with @var{obj}. If you have not +yet called @code{pex_get_times} or @code{pex_get_status}, this will +try to kill the subprocesses. @end deftypefn |