summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
Commit message (Expand)AuthorAgeFilesLines
* 2004-10-23 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-10-231-1/+1
* First part of turning on initial Ada support.Paul N. Hilfinger2004-10-011-0/+4
* * language.c (local_hex_format_custom): Remove.Paul N. Hilfinger2004-09-111-3/+2
* Fix bug reported and analyzed by Olivier Crete:Jim Blandy2004-09-081-7/+29
* 2004-08-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-08-101-4/+4
* 2004-08-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-08-101-4/+4
* * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure toJerome Guitton2004-08-101-1/+5
* * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.Eli Zaretskii2004-07-301-3/+4
* * inflow.c (kill_command): release file handles in BFD.Jerome Guitton2004-07-301-0/+1
* 2004-07-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-261-3/+3
* 2004-07-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2004-07-101-1/+1
* 2004-06-24 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-241-6/+6
* * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead ofAlan Modra2004-06-151-9/+9
* 2004-06-14 Randolph Chung <tausq@debian.org>Randolph Chung2004-06-141-22/+0
* * symtab.h (SYMBOL_SEARCH_NAME): New definition.Paul N. Hilfinger2004-05-201-2/+2
* Move the symbol-file-from-memory functions into their own file.Jim Blandy2004-05-021-97/+18
* 2004-04-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-211-12/+13
* 2004-04-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-211-1/+7
* 2004-04-08 Roland McGrath <roland@redhat.com>Roland McGrath2004-04-151-99/+189
* 2004-04-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-081-2/+1
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-281-1/+1
* 2004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-151-1/+1
* 2004-02-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2004-02-141-35/+0
* 2004-02-09 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2004-02-091-4/+5
* 2004-02-07 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2004-02-071-6/+3
* 2004-02-07 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2004-02-071-12/+9
* 2004-02-07 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2004-02-071-2/+2
* 2004-01-23 David Carlton <carlton@kealia.com>David Carlton2004-01-231-0/+1
* 2004-01-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-191-58/+28
* 2004-01-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-171-15/+1
* 2003-11-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-231-1/+1
* 2003-11-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-151-4/+7
* 2003-11-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-081-3/+3
* * objfiles.h (clear_objfile_data): New prototype.Mark Kettenis2003-10-291-0/+1
* 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-10-281-14/+14
* 2003-09-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-211-1/+0
* 2003-09-16 Andrew Cagney <cagney@redhat.com>ezannoni_pie-20030916-branchpointAndrew Cagney2003-09-161-3/+3
* 2003-09-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-141-10/+10
* 2003-09-12 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-121-2/+2
* 2003-09-11 David Carlton <carlton@kealia.com>David Carlton2003-09-111-3/+17
* 2003-09-11 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-09-111-1/+6
* 2003-09-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-031-3/+3
* 2003-08-17 Michael Chastain <mec@shout.net>Michael Chastain2003-08-171-4/+0
* 2003-06-27 Elena Zannoni <ezannoni@redhat.com>carlton_dictionary-20030627-mergeElena Zannoni2003-06-271-8/+7
* * symfile.c (add_symbol_file_command): Use parse_and_eval_address.gdb_6_0-2003-06-23-branchpointDaniel Jacobowitz2003-06-221-5/+1
* * symfile.c (reread_symbols): Clear sym_private.Daniel Jacobowitz2003-06-171-0/+1
* 2003-06-11 David Carlton <carlton@bactrian.org>David Carlton2003-06-111-32/+0
* 2003-06-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-081-1/+1
* * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.Mark Mitchell2003-06-061-44/+89
* 2003-06-02 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-06-021-15/+0