Add two convenience methods to block
[binutils-gdb.git] / gdb / findvar.c
2023-11-14 Tom TromeyAdd two convenience methods to block
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-03-28 Tom TromeyRename "raw" to "unrelocated"
2023-03-28 Tom TromeyUse unrelocated_addr in minimal symbols
2023-02-19 Tom TromeyConvert block_static_link to method
2023-02-19 Tom TromeyConvert block_static_block and block_global_block to...
2023-02-19 Tom TromeyConvert block_inlined_p to method
2023-02-13 Tom TromeyRemove deprecated_lval_hack
2023-02-13 Tom TromeyIntroduce set_lval method on value
2023-02-13 Tom TromeyTurn various value copying-related functions into methods
2023-02-13 Tom TromeyTurn many optimized-out value functions into methods
2023-02-13 Tom TromeyTurn value_fetch_lazy into a method
2023-02-13 Tom TromeyTurn some value_contents functions into methods
2023-02-13 Tom TromeyTurn allocate_optimized_out_value into static "constructor"
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn allocate_value_lazy into a static "constructor"
2023-02-13 Tom TromeyTurn value_offset into method
2023-02-13 Tom TromeyTurn value_type into method
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16 Andrew Burgessgdb: fix crash when getting the value of a label symbol
2022-12-15 Andrew Burgessgdb: use gdb_assert not internal_error
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-05-05 Simon Marchigdb: use gdb::function_view for gdbarch_iterate_over_ob...
2022-04-28 Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-20 Tom TromeyReplace symbol_arch with symbol::arch
2022-04-20 Tom TromeyReplace symbol_objfile with symbol::objfile
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-02-11 Tom TromeyAdd initializers to bound_minimal_symbol
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-03 Simon Marchigdb: make extract_integer take an array_view
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-09-23 Tom TromeyChange pointer_type to a method of struct type
2021-02-10 Andrew Burgessgdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
2021-01-28 Simon Marchigdb: rename get_type_arch to type::arch
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-29 Tom TromeyRemove target_has_registers macro
2020-07-06 Andrew Burgessgdb: Python unwinders, inline frames, and tail-call...
2020-06-02 Andrew Burgessgdb: Convert language la_read_var_value field to a...
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-04-24 Tom TromeyPrefer existing data when evaluating DWARF expression
2020-02-08 Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-21 Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-22 Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-10-03 Tom TromeyAvoid undefined behavior in extract_integer
2018-08-23 Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-07-18 Tom de Vries[gdb/exp] Fix printing of type of optimized out vla
2018-04-06 Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-05 Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-09-16 Simon MarchiAdd selftests run filtering
2017-08-18 Yao QiPut selftests api into selftests namespace
2017-06-16 Yao Qiextract/store integer function template
2017-05-26 Alan HaywardAdd regcache raw_supply_integer and raw_collect_integer.
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-16 Kevin BuettnerChange meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_...
2016-07-26 Tom TromeyPR python/20190 - compute TLS symbol without a frame
2016-06-25 David TaylorSupport structure offsets that are 512K or larger.
2016-06-07 Bernhard HeckelFrame static link: Handle null pointer.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-20 Jan KratochvilFix internal error on DW_OP_bregx(-1)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-19 Doug Evansdefault_read_var_value <LOC_UNRESOLVED>: Include minsym...
2015-09-15 Philippe WaroquiersFix PR/18564 - regression in showing __thread so extern...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-07-28 Simon MarchiConsider addressable memory unit size in various value...
2015-05-05 Joel BrobeckerAdd valaddr support in dynamic property resolution.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-11-18 Doug EvansUse SYMBOL_OBJFILE more.
2014-09-10 Ulrich WeigandSupport gdbarch_convert_register_p targets in address_f...
2014-08-19 Pedro AlvesHandle partially optimized out values similarly to...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-04-17 Ulrich WeigandUse address_from_register in dwarf2-frame.c:read_addr_f...
2014-04-14 Sanimir Agovicvla: resolve dynamic bounds if value contents is a...
2014-04-11 Joel BrobeckerRevert the entire VLA series.
2014-04-11 Sanimir Agovicvla: resolve dynamic bounds if value contents is a...
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
next