summaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-04Remove make_cleanup_free_objfileTom Tromey
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi
2017-10-13Change objfile to use new/deleteTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-05Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;Philippe Waroquiers
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey
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