summaryrefslogtreecommitdiff
path: root/gdb/coff-pe-read.c
AgeCommit message (Expand)Author
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
2014-02-26start change to progspace independenceTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-08 Fix PR16201.Pierre Muller
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-04-19-Wpointer-sign: coff-pe-read.c: treat strings in PE/COFF data as char *.Pedro Alves
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey
2013-04-01 Fix coff-pe-read.c to compile with Wunused.Aleksandar Ristovski
2013-03-27Rename "set debug coff_pe_read" command to "set debug coff-pe-read".Pedro Alves
2013-03-26Make "set/show debug coff_pe_read" a zuinteger instead of uinteger.Pedro Alves
2013-03-04 * coff-pe-read.c (read_pe_exported_syms): Don't return withoutCorinna Vinschen