aboutsummaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Convert struct target_ops to C++Pedro Alves1-2/+2
2018-03-19Convert observers to C++Tom Tromey1-3/+3
2018-02-26Initial support for variant partsTom Tromey1-0/+44
2018-01-07Remove xmethod_worker::cloneSimon Marchi1-1/+1
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi1-32/+20
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand1-33/+13
2017-10-05Clean up some DFP interfacesUlrich Weigand1-3/+8
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves1-0/+5
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+1
2017-08-21Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves1-14/+19
2017-08-03Use containers to avoid cleanupsTom Tromey1-7/+4
2017-06-13Fix bit-/byte-offset mismatch in parameter to read_value_memoryAndreas Arnez1-3/+4
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-25/+20
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov1-8/+17
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-28Adjust Value.location for lval_registerYao Qi1-1/+0
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner1-3/+10
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-31/+34
2016-05-31[PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan1-15/+21
2016-05-07remove trivialy unused variablesTrevor Saunders1-5/+0
2016-04-22Choose TARGET_OBJECT_STACK_MEMORY and TARGET_OBJECT_MEMORY in read_value_memoryYao Qi1-1/+4
2016-04-18Fix gdb crash when trying to print the address of a synthetic C++ referenceMartin Galvan1-4/+13
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-18Constify value_stringSimon Marchi1-1/+1
2015-11-18Constify value_cstringSimon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-25/+10
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-13/+13
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-16/+20
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-5/+5
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka1-2/+0
2015-07-06search_struct_field: remove OFFSET parameterSimon Marchi1-12/+11
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-5/+8
2015-03-06New common function "startswith"Gary Benson1-6/+6
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans1-2/+2
2015-01-23Catch exception in value_rtti_indirect_typeSimon Marchi1-2/+20
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-1/+1
2014-12-17value_maybe_namespace_elt: Remove redundant call to lookup_static_symbol.Doug Evans1-9/+0
2014-12-12value_maybe_namespace_elt: Remove unnecessary test of result != NULL.Doug Evans1-1/+1
2014-12-02Remove remnant of Chill support.Doug Evans1-3/+1
2014-12-02New python events: inferior call, register/memory changed.Nick Bull1-0/+1
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-1/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-0/+1
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-1/+1
2014-11-06Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans1-1/+1