Remove path name from test case
[binutils-gdb.git] / gdb / coffread.c
2023-11-14 Andrew Burgessgdb: merge debug symbol file lookup code from coffread...
2023-11-14 Andrew Burgessgdb/coffread: bring separate debug file logic into...
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-09-19 Tom TromeyGive a language to a type
2023-08-31 Simon Marchigdb: introduce field::bitsize / field::set_bitsize
2023-08-31 Tom de Vries[gdb/symtab] Do more zero-initialization of type::fields
2023-08-31 Tom de Vries[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
2023-08-28 Mark WielaardUse hex_string in gdb/coffread.c instead of PRIxPTR
2023-08-25 Mark WielaardFix gdb/coffread.c build on 32bit architectures
2023-08-25 Keith SeitzVerify COFF symbol stringtab offset
2023-08-23 Andrew Burgessgdb: fix up a few places where a char was treated as...
2023-08-23 Alan Modragdb: bfd_get_symbol_leading_char vs. ""
2023-08-18 Tom TromeyRemove most includes of 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-07-15 Andrew Burgessgdb: style filenames in separate debug file warnings
2023-03-28 Tom TromeyUse unrelocated_addr in minimal symbols
2023-03-27 Alan ModraUse stdint types in coff internal_auxent
2023-03-18 Tom TromeyRename objfile_type to builtin_type
2023-03-18 Tom TromeyUse type allocator for array types
2023-03-18 Tom TromeyUse type allocator for range types
2023-03-18 Tom TromeyRemove alloc_type
2023-03-17 Tom TromeyFix line table regression
2023-03-11 Tom TromeyChange linetables to be objfile-independent
2023-03-08 Tom TromeyRemove OBJF_REORDERED
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS
2023-02-08 Tom TromeyDo not pass section index to end_compunit_symtab
2023-02-01 Alexandra Hájkovágdb: defer warnings when loading separate debug files
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: add type::length / type::set_length
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-08-03 Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28 Tom TromeyRewrite registry.h
2022-06-02 Tom TromeyODR warning for "struct find_targ_sec_arg"
2022-05-13 Tom TromeyDo not double-read minimal symbols for PE COFF
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-21 Tom TromeyAlways use dwarf2_initialize_objfile
2022-04-11 Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove symtab::blockvector
2022-04-04 Simon Marchigdb: rename start_symtab/end_symtab to start_compunit_s...
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06 Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
2022-02-06 Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-02-06 Simon Marchigdb: move compunit_filetabs to compunit_symtab::filetabs
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
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-10-07 Simon Marchigdb: add accessors for field (and call site) location
2021-10-01 Simon Marchigdb: add field::name / field::set_name
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-03-20 Tom TromeyRemove sym_fns::sym_read_psymbols
2021-03-20 Tom TromeyMove sym_fns::qf to objfile
2021-03-20 Tom TromeyChange objfile_has_partial_symbols to a method
2021-03-20 Tom TromeyIntroduce dwarf2/public.h
2021-02-10 Andrew Burgessgdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
2021-01-21 Luis MachadoFix build errors for armhf
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-18 Jameson Nashgdb: define COFF file offsets with file_ptr
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-14 Simon Marchigdb: add type::is_unsigned / type::set_is_unsigned
2020-06-08 Simon Marchigdb: add field::type / field::set_type
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: add type::fields / type::set_fields
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22 Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-21 Simon Marchigdb: remove unnecessary NULL checks before xfree
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-16 Simon Marchigdb: add type::name / type::set_name
2020-05-15 Tom TromeyRemove allocate_symbol et al
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-14 Simon Marchigdb: add type::code / type::set_code
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-01-23 Simon Marchigdb: introduce objfile text_section_offset and data_sec...
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-12-27 Christian BiesingerMake symbol_set_names a member function
2019-12-16 Christian BiesingerUse a member function to set a symbol's language
2019-11-27 Christian BiesingerReplace SYMBOL_SET_LINKAGE_NAME with a member function
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-29 Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
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-06 Alan Modrabfd_get_filename
2019-08-07 Tom TromeyUse obstack_strdup more
2019-06-16 Tom TromeyReplace uses of concat with xstrdup
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-10 Tom TromeyDelay allocation of dbx_symfile_info
2019-05-08 Tom TromeyConvert coffread.c to type-safe registry API
2019-04-06 Tom TromeyRevert the header-sorting patch
next