summaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-06Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand
2017-10-05Clean up some DFP interfacesUlrich Weigand
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves
2017-09-04Stop assuming no-debug-info functions return intPedro Alves
2017-08-21Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves
2017-08-03Use containers to avoid cleanupsTom Tromey
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