Handle biased types
[external/binutils.git] / gdb / symfile.c
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
2019-03-15 Tom TromeyRemove minsym termination
2019-03-07 Tom TromeyC++-ify bcache
2019-02-12 John BaldwinTry to use the canonical version of a sysroot for debug...
2019-02-12 John BaldwinUse child_path to determine if an object file is under...
2019-02-12 John BaldwinLook for separate debug files in debug directories...
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Tom TromeyRemove clear_symtab_users_cleanup
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyIntroduce objfile::reset_psymtabs
2019-01-10 Tom TromeyIntroduce class psymtab_storage
2019-01-10 Tom TromeyRemove ALL_OBJSECTIONS
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-02 Andrey UtkinFix search of debug files for remote debuggee
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyStyle the "Reading symbols" message
2018-12-26 Simon MarchiImprove "set debug separate-debug-file"
2018-10-19 Tom TromeyClear static_links in reread_symbols
2018-10-04 Tom TromeySimplify complaints even more
2018-10-04 Tom TromeyOnly print "no debugging symbols" message once
2018-10-04 Tom TromeyClean up "Reading symbols" output
2018-10-04 Tom TromeyUse filtered printing when reading symbols
2018-07-22 Tom TromeyPass the correct argument to the observer in reread_symbols
2018-07-14 Simon MarchiRemove struct keyword in range-based for loop
2018-07-13 Tom TromeyRemove a warning on macOS
2018-06-28 Petr TesarikAdd an optional offset option to the "add-symbol-file...
2018-06-28 Petr TesarikMake sure that sorting does not change section order
2018-06-28 Petr TesarikMake add-symbol-file's address argument optional
2018-06-28 Petr TesarikAdd an optional offset option to the "symbol-file"...
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-30 Simon MarchiRemove "struct" keyword in range-based for loops
2018-05-23 Tom TromeyRemove symfile_complaints
2018-05-23 Tom TromeyRemove "noisy" parameter from clear_complaints
2018-05-21 Tom TromeyUse std::string in reread_symbols
2018-05-16 Tom TromeyUse a distinguishing name for minidebug objfile
2018-05-05 Tom TromeyFix "fall through" comments
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-03-26 Keith SeitzRemove struct keyword from section_addr_info
2018-03-19 Tom TromeyConvert observers to C++
2018-03-16 Tom TromeyRemove make_cleanup_free_section_addr_info
2018-03-13 Tom TromeyRemove two cleanups using std::string
2018-03-08 Simon MarchiMake find_separate_debug_file* return std::string
2018-03-03 Simon MarchiMake delim_string_to_char_ptr_vec return an std::vector
2018-02-27 Tom TromeyChange target_write_memory_blocks to use std::vector
2018-02-14 Tom TromeyChange openp et al to use a unique_xmalloc_ptr
2018-01-21 Andrew Burgessgdb: New API for tracking innermost block
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-12-02 Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01 Sergio Durigan JuniorMake '{add-,}symbol-file' not care about the position...
2017-12-01 Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01 Sergio Durigan JuniorAdd support for the readnever concept
2017-11-29 Tom TromeyUpdate usage text for add-symbol-file, symbol-file...
2017-11-29 Tom TromeyFix add-symbol-file usage and errors
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyRemove cmd_cfunc_ftype
2017-11-07 Tom TromeyConstify add_info
2017-11-04 Tom TromeyRemove make_cleanup_free_objfile
2017-11-04 Tom TromeyUse unique_xmalloc_ptr in find_separate_debug_file_by_d...
2017-10-28 Simon MarchiGet rid of VEC(filename_language)
2017-10-28 Simon MarchiAdd tests for filename_language
2017-10-14 Simon MarchiReplace psymbol_allocation_list with std::vector
2017-10-13 Tom TromeyChange objfile to use new/delete
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-11 Simon MarchiUse std::vector for symtab_fns
2017-10-03 Tom TromeyUse gdb::byte_vector in load_progress
2017-10-03 Tom TromeyRemove unused declarations
2017-09-27 Tom TromeyConstify some commands in exec.c, plus symbol_file_command
2017-09-27 Tom TromeyConstify some commands in symfile.c
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-14 Tom TromeyFix memory leak in add_symbol_file_command
2017-08-05 Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-06-28 Doug GilmoreFix PR 21337: segfault when re-reading symbols.
2017-06-27 Pedro Alvesobjfile_per_bfd_storage non-POD
2017-06-11 Simon MarchiIntroduce "set debug separate-debug-file"
2017-04-12 Tom TromeyUse std::vector in reread_symbols
2017-04-12 Tom TromeyChange increment_reading_symtab to return a scoped_restore
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-02-23 Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-02-13 Luis MachadoImprove load command's help text
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
next