aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)Author
2017-06-27completion_list_add_name wrapper functionsPedro Alves
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-12Change find_pcs_for_symtab_line to return a std::vectorTom Tromey
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-02-24symtab.c: Small refactorPedro Alves
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-02-09Fix NULL pointer dereferenceGary Benson
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-10-06Remove Java supportTom Tromey
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey
2016-05-17Add support for the Rust languageTom Tromey
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-02-23Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17Introduce null_block_symbolPedro Alves
2015-10-26symtab.c: Add castSimon Marchi
2015-10-13More char constificationPedro Alves
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-18symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans
2015-09-15[ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-10PR gdb/17960 Internal error: tracker != NULL when completing on file:functionDoug Evans
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-06-26Do not skip prologue for asm (.S) filesJan Kratochvil
2015-05-27PR symtab/18258Doug Evans
2015-04-11Remove --xdbJan Kratochvil
2015-04-06symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as VAR_DOMAIN.Doug Evans
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-02-12completer.c (completion_list_add_name): Fix memory leak.Doug Evans
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson
2015-01-31Build list of completions as symbol tables are expanded.Gary Benson
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson
2015-01-31Add symbol lookup cache.Doug Evans
2015-01-11Temporarily revert symbol lookup cache.Doug Evans
2015-01-11symtab.c (eq_symbol_entry): Use SYMBOL_SEARCH_NAME and symbol_matches_domain.Doug Evans
2015-01-11Improve comments for symbol_cache_mark_{not_,}found.Doug Evans
2015-01-10Add symbol lookup cache.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Look up primitive types as symbols.Doug Evans
2014-12-23initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans