aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Rename some command functionsSimon Marchi1-9/+9
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-1/+1
2017-08-21Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves1-0/+19
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi1-1/+2
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves1-3/+15
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves1-2/+2
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-181/+91
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-10/+0
2017-07-17Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)Pedro Alves1-87/+13
2017-07-14Make gdb.lookup_typename work for Rust typesTom Tromey1-1/+2
2017-07-14Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-indexPedro Alves1-23/+9
2017-06-27completion_list_add_name wrapper functionsPedro Alves1-14/+26
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-27/+15
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-8/+4
2017-04-12Change find_pcs_for_symtab_line to return a std::vectorTom Tromey1-6/+5
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-2/+1
2017-02-24symtab.c: Small refactorPedro Alves1-15/+3
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-189/+98
2017-02-09Fix NULL pointer dereferenceGary Benson1-0/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-58/+29
2016-10-06Remove Java supportTom Tromey1-81/+13
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey1-1/+1
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey1-93/+14
2016-05-17Add support for the Rust languageTom Tromey1-0/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-6/+1
2016-02-23Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans1-1/+35
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Introduce null_block_symbolPedro Alves1-0/+3
2015-10-26symtab.c: Add castSimon Marchi1-1/+1
2015-10-13More char constificationPedro Alves1-2/+2
2015-09-25Add some more casts (2/2)Simon Marchi1-18/+28
2015-09-25Add casts to memory allocation related callsSimon Marchi1-23/+28
2015-09-18symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans1-3/+3
2015-09-15[ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil1-0/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-9/+6
2015-08-10PR gdb/17960 Internal error: tracker != NULL when completing on file:functionDoug Evans1-5/+33
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-150/+156
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-2/+2
2015-06-26Do not skip prologue for asm (.S) filesJan Kratochvil1-1/+11
2015-05-27PR symtab/18258Doug Evans1-24/+37
2015-04-11Remove --xdbJan Kratochvil1-8/+0
2015-04-06symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as VAR_DOMAIN.Doug Evans1-9/+20
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-06New common function "startswith"Gary Benson1-3/+3
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-32/+34
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-24/+24
2015-02-12completer.c (completion_list_add_name): Fix memory leak.Doug Evans1-0/+1
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-11/+63