/[hurd]/hurd/exec/elfcore.c
ViewVC logotype

Diff of /hurd/exec/elfcore.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by roland, Mon Mar 11 01:13:00 2002 UTC revision 1.6 by roland, Mon Mar 11 01:18:30 2002 UTC
# Line 272  dump_core (task_t task, file_t file, off Line 272  dump_core (task_t task, file_t file, off
272          TIME_VALUE_TO_TIMESPEC (&pi->taskinfo.user_time, &note.data.pr_time);          TIME_VALUE_TO_TIMESPEC (&pi->taskinfo.user_time, &note.data.pr_time);
273          /* XXX struct procinfo should have dead child info for pr_ctime */          /* XXX struct procinfo should have dead child info for pr_ctime */
274          note.data.pr_wstat = pi->exitstatus;          note.data.pr_wstat = pi->exitstatus;
275    
276            if ((void *) pi != &pibuf)
277              munmap (pi, pi_size);
278    
279          {          {
280            /* We have to nab the process's own proc port to get the            /* We have to nab the process's own proc port to get the
281               proc server to tell us its registered arg locations.  */               proc server to tell us its registered arg locations.  */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26