summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
Commit message (Expand)AuthorAgeFilesLines
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-14/+17
* 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-7/+6
* psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans2015-08-151-22/+16
* Add end_psymtab_common, have all debug info readers call it.Doug Evans2015-08-151-7/+9
* Remove special support in gdb for Sun's version of stabs.Doug Evans2015-06-191-8/+8
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-27/+27
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-29/+33
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-11/+13
* buildsym API cleanupDoug Evans2014-11-181-4/+2
* symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans2014-11-181-6/+7
* mdebugread.c (parse_procedure): Delete unnecessary forward decl.Doug Evans2014-11-021-2/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify some blockvector APIsTom Tromey2014-06-181-11/+15
* constify struct block in some placesTom Tromey2014-06-181-4/+4
* refactoring: rename create_range_type to create_static_range_typeSanimir Agovic2014-04-111-2/+2
* change minsyms not to be relocated at read-timeTom Tromey2014-02-261-26/+12
* 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
* Change "set debug symtab-create" to take a verbosity level.Doug Evans2013-11-081-1/+1
* * coffread.c (record_minimal_symbol): Update.Tom Tromey2013-04-081-19/+2
* * 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-8/+2
* 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey2013-03-201-18/+23
* gdb/Jan Kratochvil2013-02-031-1/+3
* * symfile.h (obsavestring): Don't declare.Tom Tromey2013-01-211-6/+8
* * buildsym.c (patch_subfile_names): Use set_last_source_file.Tom Tromey2013-01-211-2/+2
* gdb/Yao Qi2013-01-181-8/+8
* gdb/Yao Qi2013-01-141-4/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * dbxread.c (read_dbx_symtab): Update.Tom Tromey2012-12-121-23/+25
* * coffread.c (coff_objfile_data_key): New global.Tom Tromey2012-12-121-6/+4
* * tracepoint.c (scope_info): Update.Tom Tromey2012-05-101-2/+2
* gdb/Jan Kratochvil2012-04-181-1/+1
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-8/+8
* 2012-01-19 Gary Benson <gbenson@redhat.com>Gary Benson2012-01-191-2/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+2
* * defs.h (is_cplus_marker, set_demangling_style): Moved to ...Doug Evans2011-11-101-0/+1
* * coffread.c (coffread_objfile): Rename from current_objfile.Tom Tromey2011-06-141-32/+32
* * symtab.h (current_objfile): Don't declare.Tom Tromey2011-06-141-0/+5
* * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.Tom Tromey2011-04-041-4/+12
* 2011-03-23 Kai Tietz <ktietz@redhat.com>Kai Tietz2011-03-231-7/+7
* 2011-03-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-03-051-1/+1
* 2011-03-02 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-03-021-1/+1
* 2011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-261-1/+1