aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)Author
2017-06-28Fix PR 21337: segfault when re-reading symbols.Doug Gilmore
2017-06-27objfile_per_bfd_storage non-PODPedro Alves
2017-06-11Introduce "set debug separate-debug-file"Simon Marchi
2017-04-12Use std::vector in reread_symbolsTom Tromey
2017-04-12Change increment_reading_symtab to return a scoped_restoreTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-02-13Improve load command's help textLuis Machado
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-11-23gdb: Use C++11 std::chronoPedro Alves
2016-10-26PR 20569, segv in follow_execSandra Loosemore
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-07-14Remove some unused overlay codeTom Tromey
2016-06-23Move filename extensions into language_defnTom Tromey
2016-06-23Use VEC for filename_language_tableTom Tromey
2016-05-17Add support for the Rust languageTom Tromey
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-05-03[gdb] Fix -Wparentheses warningsKyrylo Tkachov
2016-03-31Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17[C++/mingw] Misc alloca castsPedro Alves
2015-10-13More char constificationPedro Alves
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-24Prepare for gnulib updatePedro Alves
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-04-02Rearrange symfile_bfd_openGary Benson
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson
2015-03-11Implement remote_bfd_iovec_statGary Benson
2015-02-10Rename new_symfile_objfile, make static.Doug Evans
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson
2015-01-31PR symtab/17855Joel Brobecker
2015-01-29Fix build failure in symfile.c::unmap_overlay_command (GCC5 bug)Alexander Klimov
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-28Use lstat unconditionallyYao Qi
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-18SYMTAB_OBJFILE: New macro.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-26constify to_loadTom Tromey
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-06-06symfile, vdso: remove target sectionsMarkus Metzger
2014-03-31New option "set print symbol-loading".Doug Evans
2014-02-26move minimal symbols to per-bfdTom Tromey