aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess1-7/+8
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess1-6/+15
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: move go_language class declaration into header fileAndrew Burgess1-1/+2
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess1-2/+6
2020-11-12Fix Rust regression with -readnowTom Tromey1-18/+41
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-39/+39
2020-10-28[gdb/symtab] Fix language of frame without debug infoTom de Vries1-0/+8
2020-10-27[gdb/testsuite] Fix section matching in find_pc_sect_compunit_symtabTom de Vries1-6/+12
2020-10-27[gdb/symtab] Use early continue in find_pc_sect_compunit_symtabTom de Vries1-44/+50
2020-10-06gdb: handle unmapped overlays in find_pc_lineAndrew Burgess1-3/+12
2020-09-16gdb: Convert language_data::la_macro_expansion to a methodAndrew Burgess1-1/+1
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess1-1/+1
2020-09-16gdb: Convert la_name_of_this to a methodAndrew Burgess1-3/+3
2020-07-06[gdb/symtab] Fix line-table end-of-sequence sortingTom de Vries1-6/+1
2020-06-17gdb: Convert language la_lookup_symbol_nonlocal field to a methodAndrew Burgess1-7/+6
2020-06-17gdb: Convert language la_collect_symbol_completion_matches field to a methodAndrew Burgess1-20/+7
2020-06-17gdb: Convert language la_get_symbol_name_matcher field to a methodAndrew Burgess1-2/+2
2020-06-14Handle Windows drives in rbreak pathsHannes Domani1-0/+5
2020-06-02gdb: Convert language la_sniff_from_mangled_name field to a methodAndrew Burgess1-2/+2
2020-06-02gdb: Convert language la_search_name_hash field to a methodAndrew Burgess1-1/+1
2020-06-02gdb: Convert language la_lookup_transparent_type field to a methodAndrew Burgess1-1/+1
2020-05-24Don't remove C++ aliases from completions if symbol doesn't matchPedro Alves1-5/+8
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-2/+2
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-1/+1
2020-05-15Remove lookup_objfile_from_blockTom Tromey1-31/+15
2020-05-15Remove allocate_symbol et alTom Tromey1-36/+0
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-9/+9
2020-05-08Remove ALL_PSPACESTom Tromey1-12/+4
2020-05-08Speed up psymbol reading by removing a copyTom Tromey1-6/+6
2020-04-24Remove symbol_get_demangled_nameTom Tromey1-18/+3
2020-04-24Fix two latent Rust bugsTom Tromey1-0/+2
2020-04-24Convert symbol_set_demangled_name to a methodTom Tromey1-15/+12
2020-04-23[gdb/symtab] Prefer def over decl (inter-CU case, with context)Tom de Vries1-5/+11
2020-04-23[gdb/symtab] Prefer def over decl (inter-CU case)Tom de Vries1-7/+27
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-6/+6
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-12/+3
2020-04-14[gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries1-1/+1
2020-04-10Skip separate debug files when handling copy relocationsTom Tromey1-1/+5
2020-04-02[gdb] Use partial symbol table to find language for mainTom de Vries1-0/+37
2020-04-01Avoid copying in lookup_name_infoTom Tromey1-4/+4
2020-03-19gdb: Remove C++ symbol aliases from completion listAndrew Burgess1-0/+21
2020-03-11Avoid infinite recursion in find_pc_sect_lineKevin Buettner1-1/+11
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-1/+24
2020-02-19Two compute_and_set_names simplificationsTom Tromey1-13/+5
2020-02-05Disambiguate info_print_optionsAli Tamur1-22/+24
2020-01-24gdb: Don't reorder line table entries too much when sorting.Andrew Burgess1-1/+6
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-09Fix memory leak of the demangled symbol nameChristian Biesinger1-9/+13