summaryrefslogtreecommitdiff
path: root/gdb/eval.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-7/+7
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-74/+74
* gdb: add type::code / type::set_codeSimon Marchi2020-05-141-1/+1
* Allow pointer arithmetic with integer referencesHannes Domani2020-04-011-3/+17
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-051-6/+6
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-3/+3
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-3/+3
* Allow re-assigning to convenience variablesTom Tromey2019-11-141-1/+8
* [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_resolution to value.hChristian Biesinger2019-09-201-3/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-4/+4
* Rename gdb exception typesTom Tromey2019-04-081-5/+5
* Rewrite TRY/CATCHTom Tromey2019-04-081-15/+10
* Revert the header-sorting patchTom Tromey2019-04-061-18/+14
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-14/+18
* gdb/fortran: Handle internal function callsAndrew Burgess2019-04-011-4/+8
* More block constificationTom Tromey2019-03-241-1/+1
* Fortran function calls with argumentsRichard Bunt2019-03-061-1/+14
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* invoke_xmethod & array_viewPedro Alves2018-11-211-5/+9
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-9/+9
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-2/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-23/+23
* Logical short circuiting with argument listsRichard Bunt2018-09-191-7/+37
* gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOCAndrew Burgess2018-09-141-1/+5
* gdb: Fix sizeof for dynamic types other than arraysAndrew Burgess2018-07-301-1/+3
* [gdb/exp] Interpret size of vla with unknown size as <optimized out>Tom de Vries2018-07-281-0/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-3/+3
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-2/+2
* Fix "obvious" fall-through warningsTom Tromey2018-05-041-0/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Handle alignof and _AlignofTom Tromey2018-04-301-0/+13
* Calling ifunc functions when target has no debug info but resolver hasPedro Alves2018-04-261-10/+15
* Remove free_value_chainTom Tromey2018-04-061-8/+7
* eval.c: reverse minsym and symPedro Alves2018-03-251-4/+4
* Change enable_thread_stack_temporaries to an RAII classTom Tromey2018-03-081-12/+5
* Remove a cleanup from parse_expression_for_completionTom Tromey2018-02-211-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* (Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker2017-11-171-3/+3
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-8/+3
* eval.c:evaluate_subexp_standard: Use RAII to avoid leaksPedro Alves2017-09-211-14/+28
* eval.c:evaluate_subexp_standard: Factor out function call handlingPedro Alves2017-09-051-451/+476
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-16/+24
* Handle "p S::method()::static_var" in the C++ parserPedro Alves2017-09-041-0/+21
* Eliminate UNOP_MEMVAL_TLSPedro Alves2017-09-041-16/+0