summaryrefslogtreecommitdiff
path: root/gdb/valops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print nonexisting/optimized out static fields gracefully.Pedro Alves2013-10-251-10/+1
* 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>Sanimir Agovic2013-08-291-1/+1
* cleanup: use value_lazy_at instead of allocate_value_lazy/attribute setterSanimir Agovic2013-08-291-4/+2
* remove msymbol_objfileTom Tromey2013-08-051-5/+5
* PR symtab/15695Doug Evans2013-08-011-2/+2
* gdb/Yao Qi2013-07-181-2/+1
* http://sourceware.org/ml/gdb-patches/2013-07/msg00056.htmlAndrew Burgess2013-07-041-162/+0
* gdb/:Sergio Durigan Junior2013-02-111-5/+21
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-1/+0
* * valops.c (find_overload_match): Remove unused argument 'lax'.Siva Chandra Reddy2013-01-251-6/+4
* http://sourceware.org/ml/gdb-patches/2012-11/msg00312.htmlAndrew Burgess2013-01-251-23/+7
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * symtab.c (check_field): Now static. Move from...Tom Tromey2012-12-141-36/+0
* 2012-12-06 Pedro Alves <palves@redhat.com>Tom Tromey2012-12-061-4/+4
* * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey2012-12-031-1/+1
* * gdbtypes.c (lookup_array_range_type): Expand parametersSiddhesh Poyarekar2012-09-271-4/+4
* * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar2012-09-251-6/+6
* gdb/Yao Qi2012-09-141-3/+2
* gdb/Yao Qi2012-08-161-33/+1
* gdb/Yao Qi2012-08-131-13/+0
* gdb/Yao Qi2012-08-021-1/+1
* * p-valprint.c (pascal_object_print_value): Replace potentiallySiddhesh Poyarekar2012-07-231-2/+8
* gdb:Yao Qi2012-06-241-3/+1
* * valops.c (value_find_oload_method_list): Now static.Tom Tromey2012-06-151-1/+1
* * valops.c (find_overload_match): Use value_ind.Tom Tromey2012-06-151-2/+1
* PR c++/7173:Tom Tromey2012-05-211-37/+96