summaryrefslogtreecommitdiff
path: root/gdb/fbsd-proc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-08-021-0/+1
| | | | | | | | | | | | | | | | | | * gdbarch.sh: Include "gdb_string.h". * gdbarch.c: Regenerate. * regcache.c: Include "gdb_string.h". * ax-general.c: Ditto. * varobj.c: Ditto. * std-regs.c: Ditto. * fbsd-proc.c: Ditto. * thread.c: Ditto. * Makefile.in (regcache.o): Update dependencies. (thread.o, gdbarch.o): Ditto. (ax-general.o, gdbarch.o): Ditto. (varobj.o, std-regs.o): Ditto. (fbsd-proc.o): Specify dependencies.
* * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):Mark Kettenis2002-04-081-3/+3
| | | | | s/asprintf/xasprintf/. (fbsd_make_corefile_notes): s/strdup/xstrdup/.
* * fbsd-proc.c: New file.Mark Kettenis2002-03-311-0/+173
* config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define. * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.