aboutsummaryrefslogtreecommitdiff
path: root/gdb/minsyms.c
AgeCommit message (Expand)Author
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-10-21Change minimal_symbol_reader::record_full to take a boolTom Tromey
2016-10-21Record minimal symbols directly in reader.Tom Tromey
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey
2016-10-21Introduce minimal_symbol_readerTom Tromey
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-23minsyms.c: Scan backwards over all zero sized symbols.Kevin Buettner
2015-03-06New common function "startswith"Gary Benson
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-17New parameter "debug symbol-lookup".Doug Evans
2014-11-05Use obstack_blank_fast to shrink obstacksAlan Modra
2014-09-11Introduce common/symbol.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-02-26add short-circuit logic to elfread.cTom Tromey
2014-02-26move minimal symbols to per-bfdTom Tromey
2014-02-26change minsyms not to be relocated at read-timeTom Tromey
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26make MSYMBOL_VALUE_ADDRESS an rvalueTom Tromey
2014-02-26change minsym representationTom Tromey
2014-02-26introduce minimal_symbol_upper_boundTom Tromey
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-06remove unnecessary declarationTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-08-05remove msymbol_objfileTom Tromey
2013-04-08 PR symtab/8424:Tom Tromey
2013-04-08 * coffread.c (record_minimal_symbol): Update.Tom Tromey
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey
2013-04-08 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.Tom Tromey
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz
2013-01-21 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-18 * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.Tom Tromey
2012-09-11Name of symbol missing when printing global variable's addressJoel Brobecker
2012-09-11install_minimal_symbols: use memset instead of setting each field.Joel Brobecker
2012-06-26 * NEWS: Mention new options "set debug dwarf2-read" andDoug Evans
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-12-22 * minsyms.h: Rearrange. Document header and all functions.Tom Tromey
2011-12-21 * symtab.h: Include minsyms.h.Tom Tromey
2011-12-19 * symtab.h (add_minsym_to_hash_table): Don't declare.Tom Tromey
2011-12-06the "ambiguous linespec" seriesTom Tromey
2011-07-05gdb/Thiago Jung Bauermann
2011-04-27gdb/doc/Jan Kratochvil
2011-04-06gdb/Jan Kratochvil