summaryrefslogtreecommitdiff
path: root/gdb/coffread.c
Commit message (Expand)AuthorAgeFilesLines
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-5/+7
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-7/+4
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-3/+3
* Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney2015-06-151-1/+5
* Don't set breakpoints on import stubs on Windows amd64Pedro Alves2015-03-261-13/+24
* New common function "startswith"Gary Benson2015-03-061-15/+15
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-19/+19
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-3/+7
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-1/+1
* buildsym API cleanupDoug Evans2014-11-181-11/+8
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* refactoring: rename create_range_type to create_static_range_typeSanimir Agovic2014-04-111-3/+3
* change minsyms not to be relocated at read-timeTom Tromey2014-02-261-4/+4
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+4
* change minsym representationTom Tromey2014-02-261-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans2013-09-251-2/+1
* Keep objfile original filenameJan Kratochvil2013-09-241-1/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-4/+5
* * buildsym.c (subfile_stack): Move here from buildsym.h.Doug Evans2013-08-201-1/+14
* gdb/Yao Qi2013-07-181-0/+29
* * coffread.c (record_minimal_symbol): Update.Tom Tromey2013-04-081-5/+1
* * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey2013-04-081-1/+1
* * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.Tom Tromey2013-04-081-1/+2
* * coffread.c (process_coff_symbol, coff_read_enum_type): CallTom Tromey2013-04-081-7/+2
* Ignore __fu<digits>__ symbols from COFF symbol tablesJoel Brobecker2013-03-291-0/+43
* 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey2013-03-201-12/+17
* * symfile.h (obsavestring): Don't declare.Tom Tromey2013-01-211-6/+6
* * buildsym.c (patch_subfile_names): Use set_last_source_file.Tom Tromey2013-01-211-9/+7
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Fix NULL objfile's section_offsets dereference during symbol load.Joel Brobecker2012-12-151-2/+0
* * coffread.c (coff_objfile_data_key): New global.Tom Tromey2012-12-121-11/+19
* * coffread.c (coff_symfile_init): Use set_objfile_data.Tom Tromey2012-12-121-6/+5
* gdb/Yao Qi2012-11-211-1/+1
* * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'Tom Tromey2012-07-231-1/+2
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+0
* 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-161-1/+1
* * tracepoint.c (scope_info): Update.Tom Tromey2012-05-101-1/+1
* 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-04-271-0/+1
* gdb/Jan Kratochvil2012-04-181-1/+1
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-5/+6
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* * coffread.c (coffread_objfile): Rename from current_objfile.Tom Tromey2011-06-141-7/+7
* * symtab.h (current_objfile): Don't declare.Tom Tromey2011-06-141-0/+4
* 2011-05-26 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-05-261-1/+1
* delete target_ops.to_lookup_symbolJoel Brobecker2011-03-171-16/+8