summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
Commit message (Expand)AuthorAgeFilesLines
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-86/+51
* Add validity bits for psymtab high and low fieldsTom Tromey2018-07-261-5/+3
* Introduce accessors for psymtab high and low fieldsTom Tromey2018-07-261-35/+36
* Remove dead code in end_psymtabTom Tromey2018-07-261-7/+1
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Remove buildsym_initTom Tromey2018-07-201-5/+0
* Move the symbol lists to buildsym_compunitTom Tromey2018-07-201-3/+3
* Remove the "listhead" argument from finish_blockTom Tromey2018-07-201-3/+3
* Move current_subfile to buildsym_compunitTom Tromey2018-07-201-4/+4
* Move the context stack to buildsym_compunitTom Tromey2018-07-201-21/+22
* Use outermost_context_p in more placesTom Tromey2018-07-161-3/+3
* Make free_pending_blocks staticTom Tromey2018-07-161-1/+0
* Remove buildsym_new_initTom Tromey2018-07-161-4/+4
* Move processing_acc_compilation to dbxread.cTom Tromey2018-07-161-0/+8
* Move last_source_start_addr to buildsym_compunitTom Tromey2018-07-161-4/+4
* Remove "struct" keyword in range-based for loopsSimon Marchi2018-05-291-1/+1
* Remove cleanups from dbxread.cTom Tromey2018-05-251-93/+36
* Remove symfile_complaintsTom Tromey2018-05-231-19/+10
* Fix "fall through" commentsTom Tromey2018-05-041-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-5/+10
* Replace really_free_pendings with a scoped_ classTom Tromey2017-11-041-8/+2
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-8/+9
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-39/+41
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-091-195/+6
* Use ui_file_as_string throughout morePedro Alves2016-11-081-13/+9
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-2/+2
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-14/+16
* Change minimal_symbol_reader to store objfileTom Tromey2016-10-211-2/+2
* Introduce minimal_symbol_readerTom Tromey2016-10-211-3/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-20/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-8/+8
* 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-15/+12
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-4/+4
* psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans2015-08-151-17/+10
* Add end_psymtab_common, have all debug info readers call it.Doug Evans2015-08-151-35/+31
* Remove special support in gdb for Sun's version of stabs.Doug Evans2015-06-191-28/+7
* New common function "startswith"Gary Benson2015-03-061-7/+7
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-20/+21
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-3/+3
* buildsym API cleanupDoug Evans2014-11-181-10/+9
* [RFA] Stabs: Ignore N_BNSYM/N_ENSYM entry typesPierre Muller2014-10-031-0/+2
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-2/+0