aboutsummaryrefslogtreecommitdiff
path: root/gdb/findvar.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi1-41/+14
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-2/+2
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi1-4/+4
2022-04-20Replace symbol_arch with symbol::archTom Tromey1-1/+1
2022-04-20Replace symbol_objfile with symbol::objfileTom Tromey1-5/+5
2022-04-11gdb: remove symbol value macrosSimon Marchi1-14/+13
2022-02-11Add initializers to bound_minimal_symbolTom Tromey1-2/+1
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi1-18/+17
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi1-2/+2
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-5/+5
2021-09-23Change pointer_type to a method of struct typeTom Tromey1-2/+2
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess1-10/+8
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-13/+13
2020-09-28Remove target_has_registers macroTom Tromey1-1/+1
2020-07-06gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess1-0/+8
2020-06-02gdb: Convert language la_read_var_value field to a methodAndrew Burgess1-7/+6
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-4/+4
2020-04-24Prefer existing data when evaluating DWARF expressionTom Tromey1-3/+3
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-11/+11
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-6/+6
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-17[gdb] Fix typos in commentsTom de Vries1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-12/+10
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-10/+12
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-6/+3
2018-10-04Simple -Wshadow=local fixesTom Tromey1-1/+1
2018-10-03Avoid undefined behavior in extract_integerTom Tromey1-1/+1
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-2/+2
2018-07-18[gdb/exp] Fix printing of type of optimized out vlaTom de Vries1-0/+2
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-1/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-1/+0
2017-09-16Add selftests run filteringSimon Marchi1-1/+3
2017-08-18Put selftests api into selftests namespaceYao Qi1-1/+1
2017-06-16extract/store integer function templateYao Qi1-70/+35
2017-05-26Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward1-0/+128
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-4/+2