aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
AgeCommit message (Expand)Author
2017-06-27objfile_per_bfd_storage non-PODPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves
2016-10-06Remove Java supportTom Tromey
2016-09-23Use std::vector in objfiles.cTom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-18default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-04-27Do not manipulate "target:" filenames as local pathsGary Benson
2015-01-13Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-17New parameter "debug symbol-lookup".Doug Evans
2014-12-01Remove duplicate commentSimon Marchi
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans
2014-11-06solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-18constify some blockvector APIsTom Tromey
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves
2014-03-03change probes to be program-space-independentTom Tromey
2014-02-26move minimal symbols to per-bfdTom Tromey
2014-02-26change minsyms not to be relocated at read-timeTom Tromey
2014-02-26start change to progspace independenceTom Tromey
2014-02-26make MSYMBOL_VALUE_ADDRESS an rvalueTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-15move the "main" data into the per-BFD objectTom Tromey
2014-01-15move the entry point info into the per-bfd objectTom Tromey
2014-01-15relocate the entry point address when usedTom Tromey
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-06update free_objfile commentTom Tromey
2013-12-06remove objfile_to_frontTom Tromey
2013-12-02Record objfile->original_name as an absolute pathJan Kratochvil
2013-11-18remove gdb_stat.hTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-10-29New remove-symbol-file command.Nicolas Blanc
2013-10-29Simplify REGISTRY cleanup usagesYao Qi
2013-10-09New flag OBJF_NOT_FILENAMEJan Kratochvil
2013-10-07move the demangled_names_hash into the per-BFDTom Tromey
2013-10-07don't share per-BFD data if relocations are neededTom Tromey
2013-09-26 * objfiles.c (allocate_objfile): Move comment to better place.Doug Evans
2013-09-25 * objfiles.c (free_objfile): Move comment.Doug Evans