aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-25* symfile.c (init_objfile_sect_indices): New function.Jim Blandy1-35/+45
2002-11-25* symfile.c (syms_from_objfile): Adjust indentation.Jim Blandy1-6/+8
2002-11-25* symfile.c (symbol_file_add): Flush gdb_stdout even if from_ttyJim Blandy1-1/+5
2002-10-172002-10-09 David Carlton <carlton@math.stanford.edu>David Carlton1-3/+3
2002-10-15(init_filename_language_table): Add ObjC file extension.Adam Fedor1-0/+1
2002-09-20 * source.c: Make global variables current_source_symtab andFernando Nasser1-2/+2
2002-09-19Revert previous change. Not obvious.Andrew Cagney1-1/+0
2002-09-192002-09-18 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+1
2002-09-192002-09-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-22/+8
2002-08-012002-08-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-6/+6
2002-07-292002-07-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-1/+1
2002-07-12* bcache.h: Update copyright.Andrew Cagney1-12/+13
2002-05-15Add macro structures to GDB's symbol tables. Nobody puts anythingJim Blandy1-0/+3
2002-05-12Approved by ezannoni@redhat.com:Fred Fish1-0/+28
2002-04-252002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-2/+3
2002-04-22 * symfile.h (get_section_index): Define.Joel Brobecker1-0/+14
2002-03-292002-03-28 Michael Snyder <msnyder@redhat.com>Michael Snyder1-3/+3
2002-03-282002-03-27 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+1
2002-03-192002-03-14 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+11
2002-03-06* cli/cli-decode.c (set_cmd_completer): New function.Andrew Cagney1-3/+3
2002-02-27* memattr.c (mem_command): Eliminate ``true'' and ``false''.Andrew Cagney1-1/+1
2002-02-062002-02-04 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+3
2002-02-05* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.Andrew Cagney1-1/+1
2002-02-012002-01-31 Michael Snyder <msnyder@redhat.com>Michael Snyder1-7/+7
2002-01-17Remove else clause to #if UI_OUT.Andrew Cagney1-25/+4
2002-01-152002-01-15 Michael Snyder <msnyder@redhat.com>Michael Snyder1-122/+143
2002-01-132002-01-11 Michael Snyder <msnyder@redhat.com>Michael Snyder1-15/+35
2002-01-122002-01-11 Michael Snyder <msnyder@redhat.com>Michael Snyder1-29/+36
2002-01-082002-01-07 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+1
2001-12-10Approved by Jim Blandy:Fred Fish1-5/+5
2001-12-02mfree() -> xmfree().Andrew Cagney1-4/+4
2001-11-14* symfile.c (simple_read_overlay_table): Make sure we can findJim Blandy1-25/+28
2001-11-06 2001-11-06 Fred Fish <fnf@redhat.com>Fred Fish1-2/+0
2001-10-30Changes approved by kev@cygnus.com, ezannoni@cygnus.com, eliz@is.elta.co.il.Fred Fish1-18/+18
2001-10-24(start_psymtab_common): Revert change accidentally included in lastJim Blandy1-1/+0
2001-10-24Isolate STABS readers' use of the `textlow' and `texthigh' fieldsJim Blandy1-0/+1
2001-08-31* symfile.c (sections_overlap): New function.Jim Blandy1-5/+20
2001-08-31* symfile.c (load_command): Invalidate the overlay cache.Jim Blandy1-0/+4
2001-07-152001-07-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+1
2001-07-14 * utils.c (query): Remove tui hacks; tui must use the query_hook.Stephane Carrez1-1/+0
2001-06-06Delete some unnecessary PTR uses.Andrew Cagney1-6/+2
2001-05-29* symfile.c (compare_psymbols, compare_symbols): Declare usingAlexandre Oliva1-2/+2
2001-05-102001-05-10 Fernando Nasser <fnasser@redhat.com>Fernando Nasser1-11/+27
2001-04-05* main.c: Remove windows.h use.Christopher Faylor1-1/+1
2001-03-27* arch-utils.c (#include "gdbthread.h"): Removed.J.T. Conklin1-1/+0
2001-03-20Move realoc() decl to utils.c. s/realloc()/xrealloc()/.Andrew Cagney1-2/+2
2001-03-072001-03-06 J.T. Conklin <jtc@redback.com>J.T. Conklin1-1/+0
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-02-192001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-2/+2
2001-01-31Replace strsave() with xstrdup().Andrew Cagney1-3/+3