summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-211-2/+1
* gdb: reset/recompute objfile section offsets in reread_symbolsSimon Marchi2020-05-201-0/+8
* Use bfd_get_filename throughout gdbAlan Modra2020-05-201-1/+1
* Default gdb_bfd_open's fd parameter to -1Pedro Alves2020-05-191-3/+3
* gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi2020-05-191-1/+3
* gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi2020-05-191-9/+5
* gdb: allocate symfile_segment_data with newSimon Marchi2020-05-191-21/+6
* Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers2020-05-151-2/+2
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-6/+6
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-14/+3
* [gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries2020-04-141-1/+1
* Avoid infinite recursion in get_msymbol_addressTom Tromey2020-04-101-1/+1
* [gdb] Use partial symbol table to find language for mainTom de Vries2020-04-021-10/+1
* Introduce objfile::internTom Tromey2020-03-041-3/+1
* [gdb] Don't set initial language using previous languageTom de Vries2020-02-281-3/+6
* [gdb] Don't set initial language if set manuallyTom de Vries2020-02-261-0/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Switch the inferior too in switch_to_program_space_and_threadPedro Alves2020-01-101-0/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-54/+22
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-1/+1
* Move free_all_objfiles to program_spaceTom Tromey2019-12-121-1/+1
* Make the objfile destructor privateTom Tromey2019-12-121-4/+4
* Make add_separate_debug_objfile staticTom Tromey2019-12-121-4/+1
* Make the objfile constructor privateTom Tromey2019-12-121-1/+1
* Use bool in require_partial_symbolsTom Tromey2019-11-241-1/+1
* Remove some includes of readline.hTom Tromey2019-11-061-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Call forget_cached_source_info to clear the stale source cacheH.J. Lu2019-10-241-0/+3
* Fix typos in symfile.c and i386-darwin-tdep.cSergio Durigan Junior2019-10-191-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-3/+3
* Use new %p format suffixes in gdbPedro Alves2019-10-011-7/+6
* bfd_section_* macrosAlan Modra2019-09-191-62/+57
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Don't duplicate comment in symfile.c and .hChristian Biesinger2019-09-161-9/+1
* bfd_get_filenameAlan Modra2019-09-061-1/+1
* Add obstack_strdup overload taking a std::stringTom Tromey2019-08-061-3/+1
* Use obstack_strdup moreTom Tromey2019-08-061-3/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-2/+2
* Constify main_nameTom Tromey2019-07-181-1/+1
* Introduce field_unsignedTom Tromey2019-07-151-6/+6
* Use field_core_addr in more placesTom Tromey2019-07-151-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Fix breakpoints on file reloads for PIE binariesAlan Hayward2019-07-081-0/+12
* Move generic_load declaration to symfile.hSimon Marchi2019-07-021-0/+2
* Warn if add-symbol-file does not provide any symbolsTom Tromey2019-06-141-6/+3
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Fix lookup of separate debug file on MS-Windows.Eli Zaretskii2019-05-031-0/+22
* Make objfile::static_links an htab_upTom Tromey2019-04-191-1/+1
* Fix a couple of commentsTom Tromey2019-04-101-6/+0