summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
Commit message (Expand)AuthorAgeFilesLines
* objfile_per_bfd_storage non-PODPedro Alves2017-06-271-14/+18
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-49/+5
* Remove some unnecessary codeTom Tromey2016-09-231-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans2015-09-181-0/+5
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-0/+22
* objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans2015-08-151-136/+152
* Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans2015-01-131-0/+9
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* New parameter "debug symbol-lookup".Doug Evans2014-12-171-0/+4
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-19/+15
* solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans2014-11-061-1/+1
* objfiles.h: Remove some unused macros.Doug Evans2014-10-311-13/+0
* "$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves2014-06-161-11/+7
* Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves2014-04-231-0/+7
* add short-circuit logic to elfread.cTom Tromey2014-02-261-1/+6
* move minimal symbols to per-bfdTom Tromey2014-02-261-24/+36
* change minsym representationTom Tromey2014-02-261-1/+1
* move the "main" data into the per-BFD objectTom Tromey2014-01-151-0/+12
* move the entry point info into the per-bfd objectTom Tromey2014-01-151-5/+8
* relocate the entry point address when usedTom Tromey2014-01-151-1/+4
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove objfile_to_frontTom Tromey2013-12-061-2/+0
* Record objfile->original_name as an absolute pathJan Kratochvil2013-12-021-2/+4
* New remove-symbol-file command.Nicolas Blanc2013-10-291-0/+2
* New flag OBJF_NOT_FILENAMEJan Kratochvil2013-10-091-0/+5
* move the demangled_names_hash into the per-BFDTom Tromey2013-10-071-7/+7
* New option "set debug symfile on".Doug Evans2013-09-251-0/+3
* Keep objfile original filenameJan Kratochvil2013-09-241-1/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-1/+3
* Remove solib-sunos.cJan Kratochvil2013-09-241-5/+0
* move gdbarch object from objfile to per-BFDTom Tromey2013-08-201-7/+7
* * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki2013-06-241-1/+11
* 2013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson2013-06-041-0/+16
* * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans2013-05-061-1/+1
* * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey2013-04-081-8/+13
* * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:Tom Tromey2013-03-141-5/+0
* * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.Tom Tromey2013-02-281-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* solib-darwin.c: handle PIE when attaching processes.Joel Brobecker2012-12-181-0/+1
* Move init_entry_point_info to symfile.c and make it static.Joel Brobecker2012-12-151-2/+0
* * coffread.c (coff_objfile_data_key): New global.Tom Tromey2012-12-121-13/+0
* * coffread.c (coff_symfile_init): Use set_objfile_data.Tom Tromey2012-12-121-11/+1
* * jit.c (jit_object_close_impl): Don't malloc the objfileTom Tromey2012-08-221-2/+3
* * dwarf2read.c (macro_start_file): Update.Tom Tromey2012-08-221-1/+3
* * elfread.c (elf_symtab_read): Update.Tom Tromey2012-08-221-1/+25
* * auto-load.c (_initialize_auto_load): Update.Tom Tromey2012-08-221-20/+3
* * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey2012-07-181-4/+0