aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-14Fix memory leak in add_symbol_file_commandTom Tromey1-32/+11
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-34/+19
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-22/+12
2017-06-28Fix PR 21337: segfault when re-reading symbols.Doug Gilmore1-3/+20
2017-06-27objfile_per_bfd_storage non-PODPedro Alves1-1/+1
2017-06-11Introduce "set debug separate-debug-file"Simon Marchi1-0/+18
2017-04-12Use std::vector in reread_symbolsTom Tromey1-16/+5
2017-04-12Change increment_reading_symtab to return a scoped_restoreTom Tromey1-13/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-6/+6
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-7/+6
2017-02-13Improve load command's help textLuis Machado1-1/+4
2017-01-10Use class to manage BFD reference countsTom Tromey1-53/+28
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