aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-proc.c
AgeCommit message (Collapse)AuthorFilesLines
2004-09-26* fbsd-proc.c: Remove file.Mark Kettenis1-181/+0
* Makefile.in (fbsd-proc.o): Remove dependency.
2004-06-282004-06-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-2/+2
* xcoffsolib.c (xcoff_solib_address): Replace xasprintf with xstrprintf. * varobj.c (varobj_gen_name, create_child, c_name_of_child) (c_value_of_variable): Ditto. * utils.c (internal_vproblem): Ditto. * solib-aix5.c (build_so_list_from_mapfile): Ditto. * remote.c (add_packet_config_cmd): Ditto. * remote-rdp.c (rdp_set_command_line): Ditto. * regcache.c (regcache_dump): Ditto. * frv-tdep.c (new_variant, new_variant): Ditto. * fbsd-proc.c (child_pid_to_exec_file): Ditto. (fbsd_find_memory_regions): Ditto. * breakpoint.c (create_thread_event_breakpoint) (create_breakpoints): Ditto. * aix-thread.c (aix_thread_pid_to_str): Ditto. * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call. Index: doc/ChangeLog 2004-06-26 Andrew Cagney <cagney@gnu.org> * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2004-05-30* fbsd-proc.c: Include "regcache.h", "regset.h" andMark Kettenis1-5/+20
"gdb_assert.h". Con't include "gregset.h". (fbsd_make_corefile_notes): Use regset-based core file support instead off fill_gregset and fill_fpregset. * Makefile.in (fbsd-proc.o): Update dependencies.
2003-11-07* fbsd-proc.c (read_mapping): Use sscanf and fgets instead ofMark Kettenis1-12/+11
fscanf.
2003-11-07* fbsd-proc.c: Fix formatting.Mark Kettenis1-8/+5
2003-10-30* fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label inMark Kettenis1-0/+5
the ELF header.
2003-10-29* fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.Mark Kettenis1-16/+7
2002-08-02Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-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 Kettenis1-3/+3
s/asprintf/xasprintf/. (fbsd_make_corefile_notes): s/strdup/xstrdup/.
2002-03-31* fbsd-proc.c: New file.Mark Kettenis1-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.