aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-6/+6
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+3
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+3
2019-11-14Allow re-assigning to convenience variablesTom Tromey1-1/+8
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-09-20Move declaration of overload_resolution to value.hChristian Biesinger1-3/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-4/+4
2019-04-08Rename gdb exception typesTom Tromey1-5/+5
2019-04-08Rewrite TRY/CATCHTom Tromey1-15/+10
2019-04-06Revert the header-sorting patchTom Tromey1-18/+14
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-14/+18
2019-04-01gdb/fortran: Handle internal function callsAndrew Burgess1-4/+8
2019-03-24More block constificationTom Tromey1-1/+1
2019-03-06Fortran function calls with argumentsRichard Bunt1-1/+14
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21invoke_xmethod & array_viewPedro Alves1-5/+9
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-9/+9
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-2/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-23/+23
2018-09-19Logical short circuiting with argument listsRichard Bunt1-7/+37
2018-09-14gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOCAndrew Burgess1-1/+5
2018-07-30gdb: Fix sizeof for dynamic types other than arraysAndrew Burgess1-1/+3
2018-07-28[gdb/exp] Interpret size of vla with unknown size as <optimized out>Tom de Vries1-0/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-3/+3
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-2/+2
2018-05-04Fix "obvious" fall-through warningsTom Tromey1-0/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-30Handle alignof and _AlignofTom Tromey1-0/+13
2018-04-26Calling ifunc functions when target has no debug info but resolver hasPedro Alves1-10/+15
2018-04-06Remove free_value_chainTom Tromey1-8/+7
2018-03-25eval.c: reverse minsym and symPedro Alves1-4/+4
2018-03-08Change enable_thread_stack_temporaries to an RAII classTom Tromey1-12/+5
2018-02-21Remove a cleanup from parse_expression_for_completionTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-17(Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker1-3/+3
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand1-8/+3
2017-09-21eval.c:evaluate_subexp_standard: Use RAII to avoid leaksPedro Alves1-14/+28
2017-09-05eval.c:evaluate_subexp_standard: Factor out function call handlingPedro Alves1-451/+476
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves1-16/+24
2017-09-04Handle "p S::method()::static_var" in the C++ parserPedro Alves1-0/+21
2017-09-04Eliminate UNOP_MEMVAL_TLSPedro Alves1-16/+0
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves1-19/+118
2017-09-04evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.Pedro Alves1-31/+36
2017-09-04evaluate_subexp_standard: Remove useless assignmentsPedro Alves1-3/+0
2017-09-04evaluate_subexp_standard: Eliminate one gotoPedro Alves1-55/+55