summaryrefslogtreecommitdiff
path: root/gdb/valops.c
Commit message (Expand)AuthorAgeFilesLines
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* gdb: Remove support for old mangling schemesSimon Marchi2019-01-091-23/+0
* gdb: Remove final cleanup from find_overload_matchAndrew Burgess2019-01-031-6/+0
* gdb: Remove a cleanup from find_overload_matchAndrew Burgess2019-01-031-6/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* valops.c: Overload resolution code: Rename parameters/localsPedro Alves2018-11-211-71/+71
* valops.c: Some more gdb::array_viewPedro Alves2018-11-211-54/+47
* C++ify badness_vector, fix leaksPedro Alves2018-11-211-51/+27
* Eliminate make_symbol_overload_list-related globals & cleanupPedro Alves2018-11-211-22/+15
* invoke_xmethod & array_viewPedro Alves2018-11-211-52/+52
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-1/+1
* Fix the [-Werror=shadow=local] warningWeimin Pan2018-10-081-3/+3
* Finding data member in virtual base classWeimin Pan2018-10-081-1/+62
* Simple -Wshadow=local fixesTom Tromey2018-10-041-10/+10
* Remove dead definition from valops.cTom Tromey2018-09-261-7/+0
* Remove old lint codeTom Tromey2018-07-301-1/+0
* Fix failure to find member of a typedef base classWeimin Pan2018-06-181-1/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-2/+2
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-4/+4
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-3/+3
* Convert struct target_ops to C++Pedro Alves2018-05-031-2/+2
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* Initial support for variant partsTom Tromey2018-02-261-0/+44
* Remove xmethod_worker::cloneSimon Marchi2018-01-071-1/+1
* C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi2018-01-071-32/+20
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand2017-11-061-33/+13
* Clean up some DFP interfacesUlrich Weigand2017-10-051-3/+8
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-0/+5
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-1/+1
* Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves2017-08-211-14/+19
* Use containers to avoid cleanupsTom Tromey2017-08-031-7/+4
* Fix bit-/byte-offset mismatch in parameter to read_value_memoryAndreas Arnez2017-06-131-3/+4
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-25/+20
* Add ability to return rvalue reference values from value_refArtemiy Volkov2017-03-201-8/+17
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Adjust Value.location for lval_registerYao Qi2016-11-281-1/+0
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-3/+10
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-31/+34
* [PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan2016-05-311-15/+21
* remove trivialy unused variablesTrevor Saunders2016-05-071-5/+0
* Choose TARGET_OBJECT_STACK_MEMORY and TARGET_OBJECT_MEMORY in read_value_memoryYao Qi2016-04-221-1/+4
* Fix gdb crash when trying to print the address of a synthetic C++ referenceMartin Galvan2016-04-181-4/+13
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Constify value_stringSimon Marchi2015-11-181-1/+1