summaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)Author
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-18constify struct block in some placesTom Tromey
2014-06-03Lookup and invoke debug methods of C++ classes if they are the best match.Siva Chandra
2014-06-03Add xmethod interface to the extension language API.Siva Chandra
2014-04-18Remove unnecessary argument METHOD to valops.c:oload_method_static.Siva Chandra
2014-04-14implement support for "enum class"Tom Tromey
2014-04-14constify value_aggregate_eltTom Tromey
2014-04-14vla: update type from newly created valueSanimir Agovic
2014-04-14type: add c99 variable length array supportSanimir Agovic
2014-04-11Revert the entire VLA series.Joel Brobecker
2014-04-11vla: update type from newly created valueSanimir Agovic
2014-04-11type: add c99 variable length array supportSanimir Agovic
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic
2014-02-28Remove the unnecesary argument METHOD to valops.c:find_oload_champ.Siva Chandra
2014-02-26start change to progspace independenceTom Tromey
2014-02-26change minsym representationTom Tromey
2014-02-24Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi
2014-02-23Adjust read_value_memory to use to_xfer_partialYao Qi
2014-01-29Minor reformatting in valops.c::value_sliceJoel Brobecker
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra
2014-01-07Remove duplicated #include's from GDBHonggyu Kim
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-06New OPTIMIZED_OUT_ERROR error code.Pedro Alves
2013-11-25PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz
2013-11-18remove gdb_string.hTom Tromey
2013-10-25Print nonexisting/optimized out static fields gracefully.Pedro Alves
2013-08-292013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>Sanimir Agovic
2013-08-29cleanup: use value_lazy_at instead of allocate_value_lazy/attribute setterSanimir Agovic
2013-08-05remove msymbol_objfileTom Tromey
2013-08-01 PR symtab/15695Doug Evans
2013-07-18gdb/Yao Qi
2013-07-04http://sourceware.org/ml/gdb-patches/2013-07/msg00056.htmlAndrew Burgess
2013-02-11gdb/:Sergio Durigan Junior
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-25 * valops.c (find_overload_match): Remove unused argument 'lax'.Siva Chandra Reddy
2013-01-25http://sourceware.org/ml/gdb-patches/2012-11/msg00312.htmlAndrew Burgess
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-14 * symtab.c (check_field): Now static. Move from...Tom Tromey
2012-12-062012-12-06 Pedro Alves <palves@redhat.com>Tom Tromey
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey
2012-09-27 * gdbtypes.c (lookup_array_range_type): Expand parametersSiddhesh Poyarekar
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar
2012-09-14gdb/Yao Qi
2012-08-16gdb/Yao Qi
2012-08-13gdb/Yao Qi
2012-08-02gdb/Yao Qi
2012-07-23 * p-valprint.c (pascal_object_print_value): Replace potentiallySiddhesh Poyarekar
2012-06-24gdb:Yao Qi