summaryrefslogtreecommitdiff
path: root/gdb/coff-pe-read.c
Commit message (Expand)AuthorAgeFilesLines
* Rename "raw" to "unrelocated"Tom Tromey2023-03-281-1/+1
* Use unrelocated_addr in minimal symbolsTom Tromey2023-03-281-8/+5
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* aarch64-pe support for LD, GAS and BFDJedidiah Thompson2022-10-191-2/+6
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-2/+2
* Un-break the coff-pe-read.c buildTom Tromey2022-04-221-1/+1
* More const use and alloca avoidance in coff-pe-read.cTom Tromey2022-04-221-13/+13
* Use std::string in coff-pe-read.cTom Tromey2022-04-221-8/+5
* Remove a const-removing cast from coff-pe-read.cTom Tromey2022-04-221-4/+3
* Simplify BFD section iteration in coff-pe-read.cTom Tromey2022-04-221-42/+13
* gdb: remove MSYMBOL_TYPE macroSimon Marchi2022-04-111-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-28/+28
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess2021-02-101-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* Use bfd_get_filename throughout gdbAlan Modra2020-05-201-1/+1
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-1/+1
* Fix a crash with a malformed PE headerJon Turney2020-01-061-0/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-9/+9
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-9/+9
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-16/+16
* Removing lookup_minimal_symbol_and_objfileWeimin Pan2018-05-291-2/+2
* Remove cleanups from coff-pe-read.cTom Tromey2018-05-251-29/+14
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-15/+15
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-3/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+4
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* change minsyms not to be relocated at read-timeTom Tromey2014-02-261-13/+11
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* change minsym representationTom Tromey2014-02-261-2/+2
* Fix PR16201.Pierre Muller2014-01-081-6/+22
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* -Wpointer-sign: coff-pe-read.c: treat strings in PE/COFF data as char *.Pedro Alves2013-04-191-3/+4
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-10/+7