Remove path name from test case
[binutils-gdb.git] / gdb / xcoffread.c
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-08-18 Tom TromeyMerge psympriv.h into psymtab.h
2023-08-11 Alan Modragdb: warn unused result for bfd IO functions
2023-08-08 Alan ModraRename bfd_bread and bfd_bwrite
2023-07-26 Tom de Vries[gdb/build] Fix Wstringop-truncation in coff_getfilename
2023-06-05 Tom TromeyUse "unrelocated" terminology in linetable_entry
2023-05-07 Tom TromeyRename objfile::sections
2023-05-02 Mark Wielaardxcoffread.c: Fix -Werror=dangling-pointer= issue with...
2023-03-28 Tom TromeyRename "raw" to "unrelocated"
2023-03-28 Tom TromeyUse unrelocated_addr in minimal symbols
2023-03-28 Tom TromeyUse unrelocated_addr in psymbols
2023-03-28 Tom TromeyUse unrelocated_addr in partial symbol tables
2023-03-27 Alan ModraUse stdint types in coff internal_auxent
2023-03-18 Tom TromeyRename objfile_type to builtin_type
2023-03-17 Tom TromeyFix line table regression
2023-03-11 Tom TromeyChange linetable_entry::is_stmt to bool
2023-03-11 Tom TromeyChange linetables to be objfile-independent
2023-03-11 Tom TromeyAdd operator< and operator== to linetable_entry
2023-03-08 Tom TromeyRemove OBJF_REORDERED
2023-02-27 Tom TromeyRemove old GNU indent directives
2023-02-08 Tom TromeyDo not pass section index to end_compunit_symtab
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-09-30 Tsukasa OIgdb: Remove unused extra_lines variable
2022-08-03 Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-30 Simon Marchigdb: add "id" fields to identify symtabs and subfiles
2022-07-28 Tom TromeyRewrite registry.h
2022-06-10 Tom TromeyFix warning-avoidance initialization in xcoffread.c
2022-06-02 Tom TromeyODR warnings for "struct coff_symbol"
2022-06-02 Tom TromeyODR warning for "struct find_targ_sec_arg"
2022-06-02 Tom TromeyODR warnings for struct symloc
2022-04-21 Tom TromeyAlways use dwarf2_initialize_objfile
2022-04-12 Simon Marchigdb: change subfile::line_vector to an std::vector
2022-04-12 Simon Marchigdb: use std::vector for temporary linetable_entry...
2022-04-12 Simon Marchigdb: change subfile::name and buildsym_compunit::m_comp...
2022-04-12 Simon Marchigdb: allocate subfile with new
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-04 Simon Marchigdb: rename start_symtab/end_symtab to start_compunit_s...
2022-02-21 Andrew Burgessgdb: make use of std::string in dbxread.c and xcoffread.c
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06 Simon Marchigdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-10 Clément Chigotgdb: adjust x_file fields on COFF readers
2021-05-27 Simon Marchigdb: fix some indentation issues
2021-04-02 Simon Marchigdb: pass objfile_per_bfd_storage instead of objfile...
2021-03-20 Tom TromeyAllow multiple partial symbol readers per objfile
2021-03-20 Tom TromeyAdd partial_symtabs parameter to psymtab construction...
2021-03-20 Tom TromeyRemove sym_fns::sym_read_psymbols
2021-03-20 Tom TromeyChange how some psymbol readers access the psymtab...
2021-03-20 Tom TromeyMove sym_fns::qf to objfile
2021-03-20 Tom TromeyIntroduce dwarf2/public.h
2021-03-06 Tom TromeyCreate new file dwarf2/sect-names.h
2021-02-10 Andrew Burgessgdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
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-11-01 Tom TromeyChange end_psymtab_common to a method
2020-11-01 Tom TromeyRemove parameter from end_psymtab_common
2020-11-01 Tom TromeyRemove init_psymbol_list
2020-10-17 Tom TromeyHave partial symbol tables own psymbol vectors
2020-08-28 Tom TromeyFix two out-of-date comments
2020-06-25 Rainer OrthRemove obsolete gdbarch_static_transform_name
2020-05-15 Tom TromeyRemove allocate_symbol et al
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-03-29 Simon Marchigdb: rename partial symtab expand functions of debug...
2020-03-29 Simon Marchigdb: rename partial_symtab::read_dependencies to expand...
2020-03-29 Simon Marchigdb: remove discard_psymtab function
2020-03-10 Andrew Burgessgdb: Add support for tracking the DWARF line table...
2020-01-26 Tom TromeyConsolidate partial symtab dependency reading
2020-01-26 Tom TromeyIntroduce partial_symtab::expand_psymtab method
2020-01-26 Tom TromeyConsolidate psymtab "Reading" messages
2020-01-26 Tom TromeyIntroduce partial_symtab::read_symtab method
2020-01-26 Tom TromeyTurn start_psymtab_common into a constructor
2020-01-26 Tom TromeyChange allocate_psymtab to be a constructor
2020-01-26 Tom TromeyChange some psymtab fields to bool
2020-01-23 Simon Marchigdb: introduce objfile text_section_offset and data_sec...
2020-01-13 Ali TamurDwarf 5: Handle debug_str_offsets and indexed attribute...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-08 Tom TromeyChange section_offsets to a std::vector
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-27 Christian BiesingerReplace SYMBOL_SET_LINKAGE_NAME with a member function
2019-11-12 Christian BiesingerMake struct symbol inherit from general_symbol_info
2019-10-29 Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-10-19 Christian BiesingerReplace some more qsort calls with std::sort
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-02 Tom TromeyChange SYMBOL_VALUE_ADDRESS to be an rvalue
2019-09-19 Alan Modrabfd_section_* macros
2019-09-11 Christian BiesingerChange the type of copy_names from int to bool
2019-08-07 Tom TromeyUse obstack_strdup more
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-05-08 Tom TromeyConvert xcoffread.c to type-safe registry API
2019-01-10 Tom TromeyAdd psymtab_storage::allocate_dependencies
2019-01-10 Tom TromeySimplify calls to init_psymbol_list
2019-01-10 Tom TromeyChange add_psymbol_to_list to use an enum
2019-01-10 Tom TromeyRemove parameters from start_psymtab_common
2019-01-10 Tom TromeyRemove some unneeded psymtab initializations
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-26 Sangamesh MallayyaFix SYMBOL_LANGUAGE assertion failure on AIX.
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-07-26 Tom TromeyMake psymbols and psymtabs independent of the program...
2018-07-26 Tom TromeyAdd validity bits for psymtab high and low fields
next