summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in add_symbol_file_commandTom Tromey2017-08-141-32/+11
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-34/+19
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-22/+12
* Fix PR 21337: segfault when re-reading symbols.Doug Gilmore2017-06-281-3/+20
* objfile_per_bfd_storage non-PODPedro Alves2017-06-271-1/+1
* Introduce "set debug separate-debug-file"Simon Marchi2017-06-111-0/+18
* Use std::vector in reread_symbolsTom Tromey2017-04-121-16/+5
* Change increment_reading_symtab to return a scoped_restoreTom Tromey2017-04-121-13/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-6/+6
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-7/+6
* Improve load command's help textLuis Machado2017-02-131-1/+4
* Use class to manage BFD reference countsTom Tromey2017-01-101-53/+28
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-22/+23
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-1/+1
* gdb: Use C++11 std::chronoPedro Alves2016-11-231-17/+22
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-10/+11
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-25/+36
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+1
* Remove some unused overlay codeTom Tromey2016-07-141-10/+5
* Move filename extensions into language_defnTom Tromey2016-06-231-55/+4
* Use VEC for filename_language_tableTom Tromey2016-06-231-33/+37
* Add support for the Rust languageTom Tromey2016-05-171-0/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-3/+1
* [gdb] Fix -Wparentheses warningsKyrylo Tkachov2016-05-031-37/+43
* 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