summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
Commit message (Expand)AuthorAgeFilesLines
* * symfile.c (symfile_bfd_open): Delete unnecessary declaration.Doug Evans2013-06-191-4/+0
* fix one bug in symfile.cTom Tromey2013-05-301-2/+8
* some cleanup checker fixesTom Tromey2013-05-301-0/+4
* * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.Doug Evans2013-05-091-60/+17
* * symfile.c (decrement_reading_symtab): Add assert.Doug Evans2013-05-091-0/+2
* * symfile.c: Whitespace cleanup.Doug Evans2013-05-071-12/+10
* * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans2013-05-061-7/+8
* * symfile.c (syms_from_objfile_1): Use correct section count whenDoug Evans2013-05-061-1/+1
* gdb/Jan Kratochvil2013-05-051-6/+6
* * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections insteadDoug Evans2013-05-041-4/+3
* * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey2013-04-081-4/+5
* * symfile.c (find_separate_debug_file): Add comment.Doug Evans2013-03-281-2/+4
* * symfile.c (alloc_section_addr_info): Update header. Don't setTom Tromey2013-03-211-9/+15
* * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:Tom Tromey2013-03-141-43/+6
* gdbTom Tromey2013-03-141-31/+1
* * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz2013-03-071-2/+2
* PR gdb/15161Kai Tietz2013-02-191-3/+3
* gdb/Jan Kratochvil2013-02-011-1/+6
* * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.Tom Tromey2013-01-301-1/+1
* * gdb_obstack.h (obconcat): Move declaration here, from...Tom Tromey2013-01-211-26/+0
* * symfile.h (obsavestring): Don't declare.Tom Tromey2013-01-211-24/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * symfile.c (list_overlays_command, map_overlay_command)Tom Tromey2012-12-181-9/+3
* Move init_entry_point_info to symfile.c and make it static.Joel Brobecker2012-12-151-0/+48
* Fix NULL objfile's section_offsets dereference during symbol load.Joel Brobecker2012-12-151-8/+34
* * coffread.c (coff_objfile_data_key): New global.Tom Tromey2012-12-121-1/+0
* * dsrec.c (report_transfer_performance): Don't declare.Tom Tromey2012-12-111-22/+0
* gdb/qiyao2012-11-271-0/+1
* 2012-11-26 Alexander Larsson <alexl@redhat.com>Tom Tromey2012-11-261-12/+25
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-4/+4
* * defs.h (quit_flag): Don't declare.Tom Tromey2012-08-221-1/+1
* * jit.c (jit_object_close_impl): Don't malloc the objfileTom Tromey2012-08-221-5/+10
* * windows-nat.c (windows_make_so): Use gdb_bfd_open.Tom Tromey2012-08-221-3/+3
* * dwarf2read.c (macro_start_file): Update.Tom Tromey2012-08-221-2/+0
* * elfread.c (elf_symtab_read): Update.Tom Tromey2012-08-221-3/+3
* * symfile.c (allocate_symtab): Use host_address_to_stringPierre Muller2012-08-211-2/+2
* gdb/qiyao2012-08-091-1/+1
* * symfile.c (symbol_file_add): Don't open BFD twice.Tom Tromey2012-07-241-2/+1
* * symfile.c (separate_debug_file_exists): Update.Tom Tromey2012-07-231-3/+3
* * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'Tom Tromey2012-07-231-6/+8
* * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey2012-07-231-13/+3
* * bfd-target.c (target_bfd_reopen): Update.Tom Tromey2012-07-231-7/+13
* * utils.c (make_cleanup_bfd_unref): Rename fromTom Tromey2012-07-181-4/+4
* * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey2012-07-181-15/+23
* * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey2012-07-181-24/+13
* * NEWS: Mention new options "set debug dwarf2-read" andDoug Evans2012-06-261-0/+20
* * linespec.c (decode_objc): Add cleanup to freeKeith Seitz2012-05-311-1/+2
* bfd/Tom Tromey2012-05-291-1/+0
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2012-05-181-1/+1
* Initial support for Fission. http://gcc.gnu.org/wiki/DebugFissionDoug Evans2012-04-281-1/+3