aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-22/+23
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-1/+1
2016-11-23gdb: Use C++11 std::chronoPedro Alves1-17/+22
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-10/+11
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-25/+36
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+1
2016-07-14Remove some unused overlay codeTom Tromey1-10/+5
2016-06-23Move filename extensions into language_defnTom Tromey1-55/+4
2016-06-23Use VEC for filename_language_tableTom Tromey1-33/+37
2016-05-17Add support for the Rust languageTom Tromey1-0/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-3/+1
2016-05-03[gdb] Fix -Wparentheses warningsKyrylo Tkachov1-37/+43
2016-03-31Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves1-8/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17[C++/mingw] Misc alloca castsPedro Alves1-1/+1
2015-10-13More char constificationPedro Alves1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-6/+8
2015-09-25Add casts to memory allocation related callsSimon Marchi1-20/+23
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-8/+6
2015-08-24Prepare for gnulib updatePedro Alves1-7/+7
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-04-02Rearrange symfile_bfd_openGary Benson1-39/+30
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson1-21/+4
2015-03-11Implement remote_bfd_iovec_statGary Benson1-8/+9
2015-02-10Rename new_symfile_objfile, make static.Doug Evans1-3/+3
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson1-1/+3
2015-01-31PR symtab/17855Joel Brobecker1-2/+4
2015-01-29Fix build failure in symfile.c::unmap_overlay_command (GCC5 bug)Alexander Klimov1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-28Use lstat unconditionallyYao Qi1-2/+0
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-26/+65
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-26constify to_loadTom Tromey1-1/+1
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves1-5/+5
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-06-06symfile, vdso: remove target sectionsMarkus Metzger1-2/+2
2014-03-31New option "set print symbol-loading".Doug Evans1-1/+54
2014-02-26move minimal symbols to per-bfdTom Tromey1-6/+1
2014-02-26start change to progspace independenceTom Tromey1-5/+4
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-7/+8
2014-02-26change minsym representationTom Tromey1-3/+3
2014-01-15make language_of_main staticTom Tromey1-4/+2
2014-01-15move the entry point info into the per-bfd objectTom Tromey1-10/+16
2014-01-15relocate the entry point address when usedTom Tromey1-0/+21
2014-01-14psymtab cleanup patch 3/3Doug Evans1-6/+9
2014-01-14psymtab cleanup patch 2/3Doug Evans1-1/+1
2014-01-14psymtab cleanup patch 1/3Doug Evans1-0/+36