summaryrefslogtreecommitdiff
path: root/gdb/valops.c
Commit message (Expand)AuthorAgeFilesLines
* Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand2017-11-061-33/+13
* Clean up some DFP interfacesUlrich Weigand2017-10-051-3/+8
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-0/+5
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-1/+1
* Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves2017-08-211-14/+19
* Use containers to avoid cleanupsTom Tromey2017-08-031-7/+4
* Fix bit-/byte-offset mismatch in parameter to read_value_memoryAndreas Arnez2017-06-131-3/+4
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-25/+20
* Add ability to return rvalue reference values from value_refArtemiy Volkov2017-03-201-8/+17
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Adjust Value.location for lval_registerYao Qi2016-11-281-1/+0
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-3/+10
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-31/+34
* [PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan2016-05-311-15/+21
* remove trivialy unused variablesTrevor Saunders2016-05-071-5/+0
* Choose TARGET_OBJECT_STACK_MEMORY and TARGET_OBJECT_MEMORY in read_value_memoryYao Qi2016-04-221-1/+4
* Fix gdb crash when trying to print the address of a synthetic C++ referenceMartin Galvan2016-04-181-4/+13
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Constify value_stringSimon Marchi2015-11-181-1/+1
* Constify value_cstringSimon Marchi2015-11-181-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-25/+10
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-13/+13
* Consider addressable memory unit size in various value functionsSimon Marchi2015-07-281-16/+20
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-5/+5
* tui: replace deprecated_register_changed_hook with observerPatrick Palka2015-07-081-2/+0
* search_struct_field: remove OFFSET parameterSimon Marchi2015-07-061-12/+11
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-5/+8
* New common function "startswith"Gary Benson2015-03-061-6/+6
* gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans2015-01-311-2/+2
* Catch exception in value_rtti_indirect_typeSimon Marchi2015-01-231-2/+20
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* value_maybe_namespace_elt: Remove redundant call to lookup_static_symbol.Doug Evans2014-12-171-9/+0
* value_maybe_namespace_elt: Remove unnecessary test of result != NULL.Doug Evans2014-12-121-1/+1
* Remove remnant of Chill support.Doug Evans2014-12-021-3/+1
* New python events: inferior call, register/memory changed.Nick Bull2014-12-021-0/+1
* revert previous patch so that I can re-commit with correct authorDoug Evans2014-12-021-1/+0
* New python events: infcall, register/memory changed.Doug Evans2014-12-021-0/+1
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-1/+1
* Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans2014-11-061-1/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-3/+3
* valops.c: Fix some whitespace.Doug Evans2014-10-311-6/+6
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* MIPS bit field failures in gdb.base/store.expLuis Machado2014-10-031-41/+43
* Add new argument NOSIDE to find_overload_match.Siva Chandra2014-08-151-4/+15
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0