aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-aix5.c
AgeCommit message (Collapse)AuthorFilesLines
2004-06-282004-06-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+1
* 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.
2002-01-23Fix xcalloc() calls so order of arguments is not reversed.Kevin Buettner1-4/+4
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner1-5/+5
2001-04-17 * solib-aix5.c (map_index_vs_section_name_okay): New function.Kevin Buettner1-2/+129
(aix5_relocate_main_executable): Don't use file offsets for determining corresponding sections and map file entries. Call map_index_vs_section_name_okay() to do this instead.
2001-04-12Revise way in which mappings are allocated/searched.Kevin Buettner1-27/+60
2001-03-27 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() insteadKevin Buettner1-1/+1
of free().
2001-03-27 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.Kevin Buettner1-2/+3
2001-03-16Change type of ``storage_needed'' from unsigned int to long.Kevin Buettner1-5/+1
2001-03-16Misc. cleanups.Kevin Buettner1-16/+16
2001-03-06Update/correct copyright notices.Kevin Buettner1-2/+2
2001-03-03Don't use ANOFFSET as an lvalue.Kevin Buettner1-2/+2
2001-02-22Made changes to shared library support and added more of the support neededKevin Buettner1-5/+4
for AIX/IA-64.
2001-02-20Cleanup solib-aix5.c as suggested by J.T. Conklin.Kevin Buettner1-70/+12
2001-02-20 * solib-aix5.c: New file.Kevin Buettner1-0/+860