aboutsummaryrefslogtreecommitdiff
path: root/gdb/findvar.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-04Use allocate_optimized_out_value instead of set_value_optimized_out.Pedro Alves1-2/+6
2013-04-08 PR symtab/8424:Tom Tromey1-5/+13
2013-03-20 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey1-12/+8
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar1-5/+3
2012-09-21http://sourceware.org/ml/gdb-patches/2012-08/msg00715.htmlAndrew Burgess1-1/+10
2012-06-05New "iterate_over_objfiles_in_search_order" gdbarch method.Joel Brobecker1-1/+41
2012-06-05Revert "Search global symbols from the expression's block objfile first."Joel Brobecker1-9/+1
2012-05-10Search global symbols from the expression's block objfile first.Joel Brobecker1-1/+9
2012-03-02language-specific read_var_value for Ada renamingsJoel Brobecker1-5/+17
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+2
2011-11-18 * findvar.c (read_frame_register_value): Respect value_offsetUlrich Weigand1-12/+18
2011-11-10read_frame_register_value and big endian archesJoel Brobecker1-3/+11
2011-10-27handle variables stored in muliple consecutive registersJoel Brobecker1-6/+31
2011-09-08gdb/Jan Kratochvil1-8/+14
2011-07-22gdbTom Tromey1-11/+13
2011-07-12gdb/Jan Kratochvil1-4/+1
2011-03-18 gdb/Pedro Alves1-4/+15
2011-03-18 gdb/Pedro Alves1-3/+12
2011-01-12gdb/Jan Kratochvil1-17/+23
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder1-5/+9
2010-01-01Update copyright year in most headers.Joel Brobecker1-2/+2
2009-11-112009-10-28 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+5
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-15/+25
2009-07-02 * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand1-2/+2
2009-06-17 * gdbarch.sh (pointer_to_address): Change to type 'm'.Ulrich Weigand1-5/+8
2009-06-04 * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS.Ulrich Weigand1-5/+6