summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
Commit message (Expand)AuthorAgeFilesLines
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-65/+42
* Add validity bits for psymtab high and low fieldsTom Tromey2018-07-261-4/+4
* Introduce accessors for psymtab high and low fieldsTom Tromey2018-07-261-23/+25
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Remove buildsym_initTom Tromey2018-07-201-1/+0
* Move the symbol lists to buildsym_compunitTom Tromey2018-07-201-1/+1
* Move current_subfile to buildsym_compunitTom Tromey2018-07-201-1/+1
* Remove buildsym_new_initTom Tromey2018-07-161-1/+1
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-7/+7
* Remove symfile_complaintsTom Tromey2018-05-231-55/+33
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-34/+17
* Remove cleanups from mdebugread.cTom Tromey2018-05-111-30/+15
* Fix "fall through" commentsTom Tromey2018-05-041-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-14/+17
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-2/+2
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-3/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-23/+23
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-24/+24
* Change minimal_symbol_reader to store objfileTom Tromey2016-10-211-2/+2
* Introduce minimal_symbol_readerTom Tromey2016-10-211-5/+2
* Add missing format for built-in floating-point typesUlrich Weigand2016-09-061-2/+2
* Remove TYPE_NOSIGN "char" hackUlrich Weigand2016-09-061-0/+1
* Unify init_type and arch_type interface and helpersUlrich Weigand2016-09-061-66/+40
* Remove unused variablesTom Tromey2016-07-141-17/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* mdebugread.c: Address class -> address class indexPedro Alves2015-10-291-20/+28
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-1/+23
* 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