summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* change minsyms not to be relocated at read-timeTom Tromey2014-02-261-19/+4
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-9/+10
* change minsym representationTom Tromey2014-02-261-2/+2
* minor cleanup in dbxread.cTom Tromey2014-02-201-2/+0
* move the "main" data into the per-BFD objectTom Tromey2014-01-151-1/+1
* make language_of_main staticTom Tromey2014-01-151-1/+1
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* 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-2/+2
* * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unusedTom Tromey2013-10-161-1/+0
* * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans2013-09-251-2/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-1/+1
* * buildsym.c (subfile_stack): Move here from buildsym.h.Doug Evans2013-08-201-1/+0
* * dbxread.c (record_minimal_symbol): Make 'name' argument const.Tom Tromey2013-08-201-6/+7
* fix dbxread.cTom Tromey2013-05-301-5/+6
* * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans2013-05-061-1/+1
* * coffread.c (record_minimal_symbol): Update.Tom Tromey2013-04-081-12/+1
* Fix completer.c FIXME, and invalid pointer to pointer conversion.Pedro Alves2013-03-131-33/+0
* * cp-namespace.c (cp_set_block_scope): Remove.Tom Tromey2013-01-251-4/+31
* * symfile.h (obsavestring): Don't declare.Tom Tromey2013-01-211-2/+2
* * buildsym.c (patch_subfile_names): Use set_last_source_file.Tom Tromey2013-01-211-5/+6
* gdb/Yao Qi2013-01-181-9/+10
* gdb/Yao Qi2013-01-141-7/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * dbxread.c (read_dbx_symtab): Update.Tom Tromey2012-12-121-27/+24
* * coffread.c (coff_symfile_init): Use set_objfile_data.Tom Tromey2012-12-121-23/+34
* gdb/Yao Qi2012-11-211-1/+1