summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-08Per-language symbol name hashing algorithmPedro Alves
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand
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-10-21Change minimal_symbol_reader to store objfileTom Tromey
2016-10-21Introduce minimal_symbol_readerTom Tromey
2016-09-06Add missing format for built-in floating-point typesUlrich Weigand
2016-09-06Remove TYPE_NOSIGN "char" hackUlrich Weigand
2016-09-06Unify init_type and arch_type interface and helpersUlrich Weigand
2016-07-14Remove unused variablesTom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-29mdebugread.c: Address class -> address class indexPedro Alves
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-15psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans
2015-08-15Add end_psymtab_common, have all debug info readers call it.Doug Evans
2015-06-19Remove special support in gdb for Sun's version of stabs.Doug Evans
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans
2014-11-18buildsym API cleanupDoug Evans
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans
2014-11-02mdebugread.c (parse_procedure): Delete unnecessary forward decl.Doug Evans
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-18constify some blockvector APIsTom Tromey
2014-06-18constify struct block in some placesTom Tromey
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic
2014-02-26change minsyms not to be relocated at read-timeTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_stat.hTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-11-08Change "set debug symtab-create" to take a verbosity level.Doug Evans
2013-04-08 * coffread.c (record_minimal_symbol): Update.Tom Tromey
2013-04-08 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.Tom Tromey
2013-04-08 * coffread.c (process_coff_symbol, coff_read_enum_type): CallTom Tromey
2013-03-202013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey
2013-02-03gdb/Jan Kratochvil
2013-01-21 * symfile.h (obsavestring): Don't declare.Tom Tromey
2013-01-21 * buildsym.c (patch_subfile_names): Use set_last_source_file.Tom Tromey
2013-01-18gdb/Yao Qi