aboutsummaryrefslogtreecommitdiff
path: root/gdb/findvar.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner1-6/+20
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey1-10/+21
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-2/+2
2016-06-07Frame static link: Handle null pointer.Bernhard Heckel1-0/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-20Fix internal error on DW_OP_bregx(-1)Jan Kratochvil1-0/+6
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-18default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans1-1/+13
2015-09-15Fix PR/18564 - regression in showing __thread so extern variablePhilippe Waroquiers1-7/+10
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-4/+164
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-2/+2
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-6/+6
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-2/+2
2014-09-10Support gdbarch_convert_register_p targets in address_from_registerUlrich Weigand1-4/+21
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-7/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-04-17Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand1-11/+23
2014-04-14vla: resolve dynamic bounds if value contents is a constant byte-sequenceSanimir Agovic1-1/+11
2014-04-11Revert the entire VLA series.Joel Brobecker1-11/+1
2014-04-11vla: resolve dynamic bounds if value contents is a constant byte-sequenceSanimir Agovic1-1/+11
2014-02-26start change to progspace independenceTom Tromey1-2/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-10/+6
2014-02-26change minsym representationTom Tromey1-5/+5
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-0/+9
2013-09-05Rework value_of_register in terms of value_of_register_lazy.Pedro Alves1-29/+2
2013-08-29cleanup: use value_lazy_at instead of allocate_value_lazy/attribute setterSanimir Agovic1-9/+1