aboutsummaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-3/+3
2014-10-31valops.c: Fix some whitespace.Doug Evans1-6/+6
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-10-03MIPS bit field failures in gdb.base/store.expLuis Machado1-41/+43
2014-08-15Add new argument NOSIDE to find_overload_match.Siva Chandra1-4/+15
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-06-03Lookup and invoke debug methods of C++ classes if they are the best match.Siva Chandra1-80/+232
2014-06-03Add xmethod interface to the extension language API.Siva Chandra1-1/+2
2014-04-18Remove unnecessary argument METHOD to valops.c:oload_method_static.Siva Chandra1-8/+7
2014-04-14implement support for "enum class"Tom Tromey1-0/+40
2014-04-14constify value_aggregate_eltTom Tromey1-7/+7
2014-04-14vla: update type from newly created valueSanimir Agovic1-0/+4
2014-04-14type: add c99 variable length array supportSanimir Agovic1-3/+12
2014-04-11Revert the entire VLA series.Joel Brobecker1-16/+3
2014-04-11vla: update type from newly created valueSanimir Agovic1-0/+4
2014-04-11type: add c99 variable length array supportSanimir Agovic1-3/+12
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic1-8/+8
2014-02-28Remove the unnecesary argument METHOD to valops.c:find_oload_champ.Siva Chandra1-11/+18
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26change minsym representationTom Tromey1-1/+1
2014-02-24Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi1-1/+1
2014-02-23Adjust read_value_memory to use to_xfer_partialYao Qi1-73/+23
2014-01-29Minor reformatting in valops.c::value_sliceJoel Brobecker1-21/+22
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra1-0/+45
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-2/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-06New OPTIMIZED_OUT_ERROR error code.Pedro Alves1-1/+2
2013-11-25PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz1-2/+27