summaryrefslogtreecommitdiff
path: root/gdb/coff-pe-read.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix coff-pe-read.c to compile with Wunused.Aleksandar Ristovski2013-04-011-13/+2
* Rename "set debug coff_pe_read" command to "set debug coff-pe-read".Pedro Alves2013-03-271-1/+1
* Make "set/show debug coff_pe_read" a zuinteger instead of uinteger.Pedro Alves2013-03-261-8/+8
* * coff-pe-read.c (read_pe_exported_syms): Don't return withoutCorinna Vinschen2013-03-041-0/+3
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * coff-pe-read.c (pe_text_section_offset): Increase size of snamePierre Muller2012-12-131-2/+3
* 2012-12-13 Pedro Alves <palves@redhat.com>Pedro Alves2012-12-131-3/+4
* * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)Pierre Muller2012-12-131-9/+3
* * coff-pe-read.h (pe_text_section_offset): Declare new function.Pierre Muller2012-12-131-54/+411
* 2012-11-07 Pedro Alves <palves@redhat.com>Pedro Alves2012-11-071-1/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* * coff-pe-read.c: Include defs.h before bfd.h.Rainer Orth2011-11-041-2/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+2
* 2010-12-31 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-12-311-29/+32
* 2010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-051-2/+0
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* * coff-pe-read.c (read_pe_exported_syms): RecognizePedro Alves2009-07-051-7/+10
* 2009-01-09 Kai Tietz <kai.tietz@onevision.com>Kai Tietz2009-01-091-1/+1
* 2009-01-08 Kai Tietz <kai.tietz@onevision.com>Kai Tietz2009-01-081-4/+21