aboutsummaryrefslogtreecommitdiff
path: root/gdb/coffread.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-28Use the new symbol domainsTom Tromey1-2/+3
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-08Simplify the public DWARF APITom Tromey1-3/+3
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-2/+2
2023-11-14gdb: merge debug symbol file lookup code from coffread & elfread pathsAndrew Burgess1-22/+2
2023-11-14gdb/coffread: bring separate debug file logic into line with elfread.cAndrew Burgess1-1/+3
2023-09-20Remove explanatory comments from includesTom Tromey1-2/+2
2023-09-19Give a language to a typeTom Tromey1-2/+2
2023-08-31gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi1-3/+3
2023-08-31[gdb/symtab] Do more zero-initialization of type::fieldsTom de Vries1-2/+2
2023-08-31[gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries1-12/+3
2023-08-28Use hex_string in gdb/coffread.c instead of PRIxPTRMark Wielaard1-2/+2
2023-08-25Fix gdb/coffread.c build on 32bit architecturesMark Wielaard1-1/+1
2023-08-25Verify COFF symbol stringtab offsetKeith Seitz1-2/+5
2023-08-23gdb: fix up a few places where a char was treated as a boolAndrew Burgess1-1/+1
2023-08-23gdb: bfd_get_symbol_leading_char vs. ""Alan Modra1-2/+2
2023-08-18Remove most includes of psymtab.hTom Tromey1-1/+0
2023-08-11gdb: warn unused result for bfd IO functionsAlan Modra1-22/+5
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-7/+7
2023-07-26[gdb/build] Fix Wstringop-truncation in coff_getfilenameTom de Vries1-2/+3
2023-07-15gdb: style filenames in separate debug file warningsAndrew Burgess1-7/+7
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey1-5/+7
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-8/+8
2023-03-18Rename objfile_type to builtin_typeTom Tromey1-17/+17
2023-03-18Use type allocator for array typesTom Tromey1-2/+1
2023-03-18Use type allocator for range typesTom Tromey1-1/+2
2023-03-18Remove alloc_typeTom Tromey1-1/+1
2023-03-17Fix line table regressionTom Tromey1-4/+6
2023-03-11Change linetables to be objfile-independentTom Tromey1-1/+0
2023-03-08Remove OBJF_REORDEREDTom Tromey1-5/+0
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey1-4/+1
2023-02-08Do not pass section index to end_compunit_symtabTom Tromey1-1/+1
2023-02-01gdb: defer warnings when loading separate debug filesAlexandra Hájková1-2/+10
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi1-7/+7
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-5/+5
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-13/+14
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-06-02ODR warning for "struct find_targ_sec_arg"Tom Tromey1-4/+4
2022-05-13Do not double-read minimal symbols for PE COFFTom Tromey1-57/+75
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi1-2/+1
2022-04-21Always use dwarf2_initialize_objfileTom Tromey1-3/+1
2022-04-11gdb: remove MSYMBOL_TYPE macroSimon Marchi1-3/+3
2022-04-11gdb: remove symbol value macrosSimon Marchi1-29/+20
2022-04-07gdb: remove symtab::blockvectorSimon Marchi1-1/+1
2022-04-04gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi1-16/+16