aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* move the entry point info into the per-bfd objectTom Tromey2014-01-151-3/+3
* relocate the entry point address when usedTom Tromey2014-01-151-17/+3
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* update free_objfile commentTom Tromey2013-12-061-15/+1
* remove objfile_to_frontTom Tromey2013-12-061-20/+0
* Record objfile->original_name as an absolute pathJan Kratochvil2013-12-021-3/+14
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* New remove-symbol-file command.Nicolas Blanc2013-10-291-0/+26
* Simplify REGISTRY cleanup usagesYao Qi2013-10-291-7/+3
* New flag OBJF_NOT_FILENAMEJan Kratochvil2013-10-091-0/+1