summaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Read corrrect auxiliary entry in AIXUlrich Weigand2017-04-271-25/+43
* -Wwrite-strings: The RestPedro Alves2017-04-051-4/+4
* DWARF-5 basic functionalityJan Kratochvil2017-02-201-0/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-2/+2
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-17/+18
* Change minimal_symbol_reader to store objfileTom Tromey2016-10-211-2/+2
* Introduce minimal_symbol_readerTom Tromey2016-10-211-3/+2
* Fix build failure in xcoffread.cTom Tromey2016-10-211-1/+1
* Fix symbol table file name on AIXUlrich Weigand2016-10-211-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* Fix two misleading indentation warningsSimon Marchi2016-01-291-7/+6
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Recognize a few more AIX XCOFF DWARF sections.David Edelsohn2015-10-131-3/+6
* Add casts to memory allocation related callsSimon Marchi2015-09-251-7/+12
* gdb: Remove casts of NULL during assignment.Andrew Burgess2015-09-041-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-20/+12
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-2/+3
* psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans2015-08-151-12/+9
* Add end_psymtab_common, have all debug info readers call it.Doug Evans2015-08-151-6/+2
* Remove special support in gdb for Sun's version of stabs.Doug Evans2015-06-191-2/+1
* constify xcoffread.cPedro Alves2015-03-201-2/+2
* New common function "startswith"Gary Benson2015-03-061-1/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-15/+15
* xcoffread.c: delete 'within_function' definitionPedro Alves2015-02-111-5/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans2014-12-231-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-10/+9
* buildsym API cleanupDoug Evans2014-11-181-15/+14
* xcoffread.c (process_linenos): Delete unnecessary code.Doug Evans2014-11-021-3/+0
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* change minsyms not to be relocated at read-timeTom Tromey2014-02-261-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans2013-09-251-3/+1
* * symfile.h (struct sym_fns): Add "objfile" argument toDoug Evans2013-09-251-1/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-2/+2
* 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>Ulrich Weigand2013-09-181-2/+2
* 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>Ulrich Weigand2013-08-261-2/+22
* Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves2013-07-011-1/+0
* * somread.c (som_symfile_offsets): Add 'const' to addrs.Tom Tromey2013-05-061-4/+1
* Reimplement shared library support on ppc-aix...Joel Brobecker2013-05-061-42/+41
* -Wpointer-sign: xcoffread.c.Pedro Alves2013-04-191-1/+1
* * coffread.c (record_minimal_symbol): Update.Tom Tromey2013-04-081-8/+2
* * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey2013-04-081-1/+1
* * coffread.c (process_coff_symbol, coff_read_enum_type): CallTom Tromey2013-04-081-1/+1
* 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey2013-03-201-1/+1
* * symfile.h (obsavestring): Don't declare.Tom Tromey2013-01-211-2/+2