aboutsummaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05-Wwrite-strings: The RestPedro Alves1-39/+41
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves1-195/+6
2016-11-08Use ui_file_as_string throughout morePedro Alves1-13/+9
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-2/+2
2016-10-21Record minimal symbols directly in reader.Tom Tromey1-14/+16
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey1-2/+2
2016-10-21Introduce minimal_symbol_readerTom Tromey1-3/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-20/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-8/+8
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-15/+12
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-4/+4
2015-08-15psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans1-17/+10
2015-08-15Add end_psymtab_common, have all debug info readers call it.Doug Evans1-35/+31
2015-06-19Remove special support in gdb for Sun's version of stabs.Doug Evans1-28/+7
2015-03-06New common function "startswith"Gary Benson1-7/+7
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-20/+21
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-3/+3
2014-11-18buildsym API cleanupDoug Evans1-10/+9
2014-10-03[RFA] Stabs: Ignore N_BNSYM/N_ENSYM entry typesPierre Muller1-0/+2
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-2/+0
2014-02-26change minsyms not to be relocated at read-timeTom Tromey1-19/+4
2014-02-26start change to progspace independenceTom Tromey1-2/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-9/+10
2014-02-26change minsym representationTom Tromey1-2/+2
2014-02-20minor cleanup in dbxread.cTom Tromey1-2/+0
2014-01-15move the "main" data into the per-BFD objectTom Tromey1-1/+1
2014-01-15make language_of_main staticTom Tromey1-1/+1
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-2/+2
2013-10-16 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unusedTom Tromey1-1/+0
2013-09-25 * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans1-2/+1
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-1/+1
2013-08-20 * buildsym.c (subfile_stack): Move here from buildsym.h.Doug Evans1-1/+0
2013-08-20 * dbxread.c (record_minimal_symbol): Make 'name' argument const.Tom Tromey1-6/+7
2013-05-30fix dbxread.cTom Tromey1-5/+6
2013-05-06 * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans1-1/+1
2013-04-08 * coffread.c (record_minimal_symbol): Update.Tom Tromey1-12/+1
2013-03-13Fix completer.c FIXME, and invalid pointer to pointer conversion.Pedro Alves1-33/+0
2013-01-25 * cp-namespace.c (cp_set_block_scope): Remove.Tom Tromey1-4/+31
2013-01-21 * symfile.h (obsavestring): Don't declare.Tom Tromey1-2/+2
2013-01-21 * buildsym.c (patch_subfile_names): Use set_last_source_file.Tom Tromey1-5/+6
2013-01-18gdb/Yao Qi1-9/+10