Remove LA_PRINT_TYPE
[binutils-gdb.git] / gdb / symfile.c
2022-02-06 Simon Marchigdb: remove SYMTAB_LANGUAGE macro, add getter/setter
2022-02-06 Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_DEBUGFORMAT macro, add getter...
2022-02-06 Simon Marchigdb: add compunit_symtab::add_filetab method
2022-02-06 Simon Marchigdb: add getter/setter for compunit_symtab::objfile
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-25 Tom TromeyReduce explicit use of gdb_stdout
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-05 Tom TromeyUse filtered output in ordinary commands
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyUse gdb_stdlog for separate debug file logging
2021-12-07 Tom de Vries[gdb/symtab] Support -readnow during reread
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-06-28 Simon Marchigdb: convert obj_section macros to methods
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-04-17 Tom TromeyAdd 'domain' parameter to expand_symtabs_matching
2021-04-17 Tom TromeyAdd search_flags to expand_symtabs_matching
2021-04-17 Tom TromeyLet expand_symtabs_matching short-circuit
2021-04-02 Simon Marchigdb: use std::string in partial_symtab::partial_symtab...
2021-03-26 Tom TromeyUse function view in quick_symbol_functions::map_symbol...
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-20 Tom TromeyAllow multiple partial symbol readers per objfile
2021-03-20 Tom TromeySwitch objfile to hold a list of psymbol readers
2021-03-20 Tom TromeyIntroduce objfile::require_partial_symbols
2021-03-20 Tom TromeyRearrange psymtab_storage construction
2021-03-20 Tom TromeyAttach partial symtab storage to psymbol_functions
2021-03-20 Tom TromeyConvert quick_symbol_functions to use methods
2021-03-20 Tom TromeyMove sym_fns::qf to objfile
2021-03-20 Tom TromeyIntroduce method wrappers for quick_symbol_functions
2021-03-20 Tom TromeyChange objfile_has_partial_symbols to a method
2021-01-12 Simon Marchigdb: move read{now,never}_symbol_files declarations...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29 Tom TromeyChange add_target_sections_of_objfile to method on...
2020-10-29 Tom TromeyChange remove_target_sections to method on program_space
2020-10-29 Tom TromeyRemove symfile_objfile macro
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-10-13 Tom TromeyChange target_section_table to std::vector alias
2020-10-13 Tom TromeyUse a std::vector in target_section_table
2020-09-19 Tom TromeyUse gdb_bfd_sections in generic_load
2020-09-19 Tom TromeyUse gdb_bfd_sections in symfile.c
2020-09-16 Andrew Burgessgdb: Convert la_filename_extensions to a method
2020-06-24 Philippe WaroquiersFixes PR 25475: ensure exec-file-mismatch "ask" always...
2020-05-21 Simon Marchigdb: remove unnecessary NULL checks before xfree
2020-05-20 Simon Marchigdb: reset/recompute objfile section offsets in reread_...
2020-05-19 Alan ModraUse bfd_get_filename throughout gdb
2020-05-19 Pedro AlvesDefault gdb_bfd_open's fd parameter to -1
2020-05-19 Simon Marchigdb: make symfile_segment_data::segment_info an std...
2020-05-19 Simon Marchigdb: use std::vector to store segments in symfile_segme...
2020-05-19 Simon Marchigdb: allocate symfile_segment_data with new
2020-05-15 Philippe WaroquiersEnsure class_alias is only used for user-defined aliases.
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-14 Tom de Vries[gdb] Expand symbolless symtabs using maint expand...
2020-04-10 Tom TromeyAvoid infinite recursion in get_msymbol_address
2020-04-02 Tom de Vries[gdb] Use partial symbol table to find language for...
2020-03-04 Tom TromeyIntroduce objfile::intern
2020-02-28 Tom de Vries[gdb] Don't set initial language using previous language
2020-02-26 Tom de Vries[gdb] Don't set initial language if set manually
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesSwitch the inferior too in switch_to_program_space_and_...
2020-01-08 Tom TromeyChange section_offsets to a std::vector
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-12 Tom TromeyMove free_all_objfiles to program_space
2019-12-12 Tom TromeyMake the objfile destructor private
2019-12-12 Tom TromeyMake add_separate_debug_objfile static
2019-12-12 Tom TromeyMake the objfile constructor private
2019-11-24 Tom TromeyUse bool in require_partial_symbols
2019-11-06 Tom TromeyRemove some includes of readline.h
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-24 H.J. LuCall forget_cached_source_info to clear the stale sourc...
2019-10-19 Sergio Durigan JuniorFix typos in symfile.c and i386-darwin-tdep.c
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-01 Pedro AlvesUse new %p format suffixes in gdb
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-09-17 Christian BiesingerDon't duplicate comment in symfile.c and .h
2019-09-06 Alan Modrabfd_get_filename
2019-08-07 Tom TromeyAdd obstack_strdup overload taking a std::string
2019-08-07 Tom TromeyUse obstack_strdup more
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-18 Tom TromeyConstify main_name
2019-07-15 Tom TromeyIntroduce field_unsigned
2019-07-15 Tom TromeyUse field_core_addr in more places
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-08 Alan HaywardFix breakpoints on file reloads for PIE binaries
2019-07-02 Simon MarchiMove generic_load declaration to symfile.h
2019-06-14 Tom TromeyWarn if add-symbol-file does not provide any symbols
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-03 Eli ZaretskiiFix lookup of separate debug file on MS-Windows.
2019-04-19 Tom TromeyMake objfile::static_links an htab_up
2019-04-10 Tom TromeyFix a couple of comments
2019-04-10 Tom TromeyRemove some uses of "object_files"
2019-03-23 Tom TromeyHave parser reset the innermost block tracker
next