Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-11-07 | * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of | Mark Kettenis | 1 | -12/+11 | |
fscanf. | |||||
2003-11-07 | * fbsd-proc.c: Fix formatting. | Mark Kettenis | 1 | -8/+5 | |
2003-10-30 | * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in | Mark Kettenis | 1 | -0/+5 | |
the ELF header. | |||||
2003-10-29 | * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts. | Mark Kettenis | 1 | -16/+7 | |
2002-08-02 | Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -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. | |||||
2002-04-08 | * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions): | Mark Kettenis | 1 | -3/+3 | |
s/asprintf/xasprintf/. (fbsd_make_corefile_notes): s/strdup/xstrdup/. | |||||
2002-03-31 | * fbsd-proc.c: New file. | Mark Kettenis | 1 | -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. |