summaryrefslogtreecommitdiff
path: root/gdb/valops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement support for "enum class"Tom Tromey2014-04-141-0/+40
* constify value_aggregate_eltTom Tromey2014-04-141-7/+7
* vla: update type from newly created valueSanimir Agovic2014-04-141-0/+4
* type: add c99 variable length array supportSanimir Agovic2014-04-141-3/+12
* Revert the entire VLA series.Joel Brobecker2014-04-111-16/+3
* vla: update type from newly created valueSanimir Agovic2014-04-111-0/+4
* type: add c99 variable length array supportSanimir Agovic2014-04-111-3/+12
* refactoring: rename create_range_type to create_static_range_typeSanimir Agovic2014-04-111-8/+8
* Remove the unnecesary argument METHOD to valops.c:find_oload_champ.Siva Chandra2014-02-281-11/+18
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* change minsym representationTom Tromey2014-02-261-1/+1
* Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi2014-02-241-1/+1
* Adjust read_value_memory to use to_xfer_partialYao Qi2014-02-231-73/+23
* Minor reformatting in valops.c::value_sliceJoel Brobecker2014-01-291-21/+22
* Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra2014-01-131-0/+45
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-2/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* New OPTIMIZED_OUT_ERROR error code.Pedro Alves2013-12-061-1/+2
* PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz2013-11-251-2/+27
* remove gdb_string.hTom Tromey2013-11-181-1/+1