summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Kill init_salPedro Alves2017-09-041-19/+7
* Rename some command functionsSimon Marchi2017-08-221-9/+9
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves2017-08-211-0/+19
* Catch exceptions thrown from gdbarch_skip_prologueYao Qi2017-07-251-1/+2
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-3/+15
* Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves2017-07-171-2/+2
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-181/+91
* Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves2017-07-171-10/+0
* Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)Pedro Alves2017-07-171-87/+13
* Make gdb.lookup_typename work for Rust typesTom Tromey2017-07-141-1/+2
* Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-indexPedro Alves2017-07-141-23/+9
* completion_list_add_name wrapper functionsPedro Alves2017-06-271-14/+26
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-27/+15
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-8/+4
* Change find_pcs_for_symtab_line to return a std::vectorTom Tromey2017-04-121-6/+5
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+1
* symtab.c: Small refactorPedro Alves2017-02-241-15/+3
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-189/+98
* Fix NULL pointer dereferenceGary Benson2017-02-091-0/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-58/+29
* Remove Java supportTom Tromey2016-10-061-81/+13
* PR python/20190 - compute TLS symbol without a frameTom Tromey2016-07-261-1/+1
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-231-93/+14
* Add support for the Rust languageTom Tromey2016-05-171-0/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-6/+1
* Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans2016-02-231-1/+35
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Introduce null_block_symbolPedro Alves2015-11-171-0/+3
* symtab.c: Add castSimon Marchi2015-10-261-1/+1
* More char constificationPedro Alves2015-10-131-2/+2
* Add some more casts (2/2)Simon Marchi2015-09-251-18/+28
* Add casts to memory allocation related callsSimon Marchi2015-09-251-23/+28
* symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans2015-09-181-3/+3
* [ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil2015-09-151-0/+4
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-9/+6
* PR gdb/17960 Internal error: tracker != NULL when completing on file:functionDoug Evans2015-08-101-5/+33
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-150/+156
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* Do not skip prologue for asm (.S) filesJan Kratochvil2015-06-261-1/+11
* PR symtab/18258Doug Evans2015-05-271-24/+37
* Remove --xdbJan Kratochvil2015-04-111-8/+0
* symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as VAR_DOMAIN.Doug Evans2015-04-061-9/+20
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* New common function "startswith"Gary Benson2015-03-061-3/+3
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-32/+34
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-24/+24