aboutsummaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)Author
2017-06-13Fix bit-/byte-offset mismatch in parameter to read_value_memoryAndreas Arnez
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-28Adjust Value.location for lval_registerYao Qi
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-05-31[PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-22Choose TARGET_OBJECT_STACK_MEMORY and TARGET_OBJECT_MEMORY in read_value_memoryYao Qi
2016-04-18Fix gdb crash when trying to print the address of a synthetic C++ referenceMartin Galvan
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-18Constify value_stringSimon Marchi
2015-11-18Constify value_cstringSimon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka
2015-07-06search_struct_field: remove OFFSET parameterSimon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans
2015-01-23Catch exception in value_rtti_indirect_typeSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-12-17value_maybe_namespace_elt: Remove redundant call to lookup_static_symbol.Doug Evans
2014-12-12value_maybe_namespace_elt: Remove unnecessary test of result != NULL.Doug Evans
2014-12-02Remove remnant of Chill support.Doug Evans
2014-12-02New python events: inferior call, register/memory changed.Nick Bull
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans
2014-12-02New python events: infcall, register/memory changed.Doug Evans
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans
2014-11-06Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans
2014-10-31valops.c: Fix some whitespace.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-10-03MIPS bit field failures in gdb.base/store.expLuis Machado
2014-08-15Add new argument NOSIDE to find_overload_match.Siva Chandra
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-18constify struct block in some placesTom Tromey
2014-06-03Lookup and invoke debug methods of C++ classes if they are the best match.Siva Chandra
2014-06-03Add xmethod interface to the extension language API.Siva Chandra
2014-04-18Remove unnecessary argument METHOD to valops.c:oload_method_static.Siva Chandra
2014-04-14implement support for "enum class"Tom Tromey