summaryrefslogtreecommitdiff
path: root/gdb/valops.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: improve debug output of function overload resolutionTankut Baris Aktemur2019-11-291-3/+8
* gdb: fix segfault in overload resolution debug outputTankut Baris Aktemur2019-11-291-23/+25
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-4/+4
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Move declaration of overload_debug to headerChristian Biesinger2019-10-081-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make value_must_coerce_to_target return a boolSimon Marchi2019-07-101-6/+5
* Specialize value_cast error message for AdaTom Tromey2019-07-101-1/+2
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove unnecessary casts of NULLTom Tromey2019-06-161-4/+4
* gdb: Check for not allocated/associated values during array slicingAndrew Burgess2019-06-101-0/+5
* 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