aboutsummaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-25Print nonexisting/optimized out static fields gracefully.Pedro Alves1-10/+1
2013-08-292013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>Sanimir Agovic1-1/+1
2013-08-29cleanup: use value_lazy_at instead of allocate_value_lazy/attribute setterSanimir Agovic1-4/+2
2013-08-05remove msymbol_objfileTom Tromey1-5/+5
2013-08-01 PR symtab/15695Doug Evans1-2/+2
2013-07-18gdb/Yao Qi1-2/+1
2013-07-04http://sourceware.org/ml/gdb-patches/2013-07/msg00056.htmlAndrew Burgess1-162/+0
2013-02-11gdb/:Sergio Durigan Junior1-5/+21
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-1/+0
2013-01-25 * valops.c (find_overload_match): Remove unused argument 'lax'.Siva Chandra Reddy1-6/+4
2013-01-25http://sourceware.org/ml/gdb-patches/2012-11/msg00312.htmlAndrew Burgess1-23/+7
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14 * symtab.c (check_field): Now static. Move from...Tom Tromey1-36/+0
2012-12-062012-12-06 Pedro Alves <palves@redhat.com>Tom Tromey1-4/+4
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey1-1/+1
2012-09-27 * gdbtypes.c (lookup_array_range_type): Expand parametersSiddhesh Poyarekar1-4/+4
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar1-6/+6
2012-09-14gdb/Yao Qi1-3/+2
2012-08-16gdb/Yao Qi1-33/+1
2012-08-13gdb/Yao Qi1-13/+0
2012-08-02gdb/Yao Qi1-1/+1
2012-07-23 * p-valprint.c (pascal_object_print_value): Replace potentiallySiddhesh Poyarekar1-2/+8
2012-06-24gdb:Yao Qi1-3/+1
2012-06-15 * valops.c (value_find_oload_method_list): Now static.Tom Tromey1-1/+1
2012-06-15 * valops.c (find_overload_match): Use value_ind.Tom Tromey1-2/+1
2012-05-21 PR c++/7173:Tom Tromey1-37/+96