summaryrefslogtreecommitdiff
path: root/gdb/valops.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* Lookup and invoke debug methods of C++ classes if they are the best match.Siva Chandra2014-06-031-80/+232
* Add xmethod interface to the extension language API.Siva Chandra2014-06-031-1/+2
* Remove unnecessary argument METHOD to valops.c:oload_method_static.Siva Chandra2014-04-181-8/+7