summaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
Commit message (Expand)AuthorAgeFilesLines
* Remove resume_section_map_updates_cleanupTom Tromey2018-06-181-18/+3
* Remove symfile_complaintsTom Tromey2018-05-231-2/+1
* Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_newSimon Marchi2018-05-201-5/+5
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-7/+2
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Remove make_cleanup_free_section_addr_infoTom Tromey2018-03-161-8/+3
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove make_cleanup_free_objfileTom Tromey2017-11-041-12/+0
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-4/+0
* Change objfile to use new/deleteTom Tromey2017-10-131-82/+59
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;Philippe Waroquiers2017-09-051-1/+0
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey2017-08-221-4/+7
* objfile_per_bfd_storage non-PODPedro Alves2017-06-271-4/+11
* -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-1/+1
* Remove Java supportTom Tromey2016-10-061-9/+0
* Use std::vector in objfiles.cTom Tromey2016-09-231-7/+6
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-7/+9
* Add casts to memory allocation related callsSimon Marchi2015-09-251-7/+12
* default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans2015-09-181-0/+10
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-0/+91
* Do not manipulate "target:" filenames as local pathsGary Benson2015-04-271-1/+2
* Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans2015-01-131-1/+12
* 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/+8
* Remove duplicate commentSimon Marchi2014-12-011-4/+0
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-11/+14
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-1/+1
* symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans2014-11-181-1/+1
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-1/+1
* solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans2014-11-061-1/+2
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify some blockvector APIsTom Tromey2014-06-181-1/+1
* "$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves2014-06-161-3/+3
* Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves2014-04-231-0/+16
* change probes to be program-space-independentTom Tromey2014-03-031-5/+0
* move minimal symbols to per-bfdTom Tromey2014-02-261-2/+3
* change minsyms not to be relocated at read-timeTom Tromey2014-02-261-13/+0
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* make MSYMBOL_VALUE_ADDRESS an rvalueTom Tromey2014-02-261-2/+3
* change minsym representationTom Tromey2014-02-261-2/+3
* move the "main" data into the per-BFD objectTom Tromey2014-01-151-0/+15