aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves2016-03-311-8/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++/mingw] Misc alloca castsPedro Alves2015-11-171-1/+1
* More char constificationPedro Alves2015-10-131-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-6/+8
* Add casts to memory allocation related callsSimon Marchi2015-09-251-20/+23
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-8/+6
* Prepare for gnulib updatePedro Alves2015-08-241-7/+7
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* Rearrange symfile_bfd_openGary Benson2015-04-021-39/+30
* Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson2015-04-021-21/+4
* Implement remote_bfd_iovec_statGary Benson2015-03-111-8/+9
* Rename new_symfile_objfile, make static.Doug Evans2015-02-101-3/+3
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-1/+3
* PR symtab/17855Joel Brobecker2015-01-311-2/+4
* Fix build failure in symfile.c::unmap_overlay_command (GCC5 bug)Alexander Klimov2015-01-291-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Use lstat unconditionallyYao Qi2014-11-281-2/+0
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-26/+65
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-1/+1
* 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 to_loadTom Tromey2014-06-261-1/+1
* "$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves2014-06-161-5/+5
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* symfile, vdso: remove target sectionsMarkus Metzger2014-06-061-2/+2
* New option "set print symbol-loading".Doug Evans2014-03-311-1/+54
* move minimal symbols to per-bfdTom Tromey2014-02-261-6/+1
* start change to progspace independenceTom Tromey2014-02-261-5/+4
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-7/+8
* change minsym representationTom Tromey2014-02-261-3/+3
* make language_of_main staticTom Tromey2014-01-151-4/+2
* move the entry point info into the per-bfd objectTom Tromey2014-01-151-10/+16
* relocate the entry point address when usedTom Tromey2014-01-151-0/+21
* psymtab cleanup patch 3/3Doug Evans2014-01-141-6/+9
* psymtab cleanup patch 2/3Doug Evans2014-01-141-1/+1
* psymtab cleanup patch 1/3Doug Evans2014-01-141-0/+36
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-3/+3
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* make symtab::filename constTom Tromey2013-12-061-2/+2
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* crash while re-reading symbols from objfile on ppc-aix.Joel Brobecker2013-11-131-2/+6
* Change "set debug symtab-create" to take a verbosity level.Doug Evans2013-11-081-1/+3
* Create target sections for user-added symbol files.Nicolas Blanc2013-10-291-2/+18
* New remove-symbol-file command.Nicolas Blanc2013-10-291-0/+85
* move the demangled_names_hash into the per-BFDTom Tromey2013-10-071-5/+0
* New option "set debug symfile on".Doug Evans2013-09-251-2/+2