summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
Commit message (Expand)AuthorAgeFilesLines
* Make psymtab range adapter a method on objfileTom Tromey2019-01-171-1/+1
* gdb/23712: Use new multidictionary APIKeith Seitz2019-01-101-4/+4
* Fix leak in mdebugread.cPedro Alves2019-01-101-9/+14
* Add psymtab_storage::allocate_dependenciesTom Tromey2019-01-101-2/+2
* Introduce class psymtab_storageTom Tromey2019-01-101-5/+6
* Change add_psymbol_to_list to use an enumTom Tromey2019-01-101-15/+15
* Remove parameters from start_psymtab_commonTom Tromey2019-01-101-3/+1
* Remove ALL_OBJFILE_PSYMTABSTom Tromey2019-01-091-11/+11
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-6/+2
* Use std::string in mdebugread.cTom Tromey2018-10-041-14/+6
* Simple -Wshadow=local fixesTom Tromey2018-10-041-36/+38
* 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