summaryrefslogtreecommitdiff
path: root/gdb/coff-pe-read.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-06Fix DLL export forwardingHannes Domani
2023-08-13Re: gdb: warn unused result for bfd IO functionsAlan Modra
2023-08-11gdb: warn unused result for bfd IO functionsAlan Modra
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra
2023-06-03[gdb] Fix typosTom de Vries
2023-03-28Rename "raw" to "unrelocated"Tom Tromey
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-19aarch64-pe support for LD, GAS and BFDJedidiah Thompson
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey
2022-04-22Un-break the coff-pe-read.c buildTom Tromey
2022-04-22More const use and alloca avoidance in coff-pe-read.cTom Tromey
2022-04-22Use std::string in coff-pe-read.cTom Tromey
2022-04-22Remove a const-removing cast from coff-pe-read.cTom Tromey
2022-04-22Simplify BFD section iteration in coff-pe-read.cTom Tromey
2022-04-11gdb: remove MSYMBOL_TYPE macroSimon Marchi
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-05-20Use bfd_get_filename throughout gdbAlan Modra
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-08Change section_offsets to a std::vectorTom Tromey
2020-01-06Fix a crash with a malformed PE headerJon Turney
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries
2019-10-18[gdb] Fix more typos in commentsTom de Vries
2019-09-19bfd_section_* macrosAlan Modra
2019-07-09Rename common to gdbsupportTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi
2018-05-29Removing lookup_minimal_symbol_and_objfileWeimin Pan
2018-05-25Remove cleanups from coff-pe-read.cTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-21Record minimal symbols directly in reader.Tom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-02-26change minsyms not to be relocated at read-timeTom Tromey