summaryrefslogtreecommitdiff
path: root/gdb/eval.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop assuming no-debug-info variables have type intPedro Alves2017-09-041-19/+118
* evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.Pedro Alves2017-09-041-31/+36
* evaluate_subexp_standard: Remove useless assignmentsPedro Alves2017-09-041-3/+0
* evaluate_subexp_standard: Eliminate one gotoPedro Alves2017-09-041-55/+55
* Make ptype/whatis print function name of functions with no debug info tooPedro Alves2017-09-041-1/+13
* Introduce OP_VAR_MSYM_VALUEPedro Alves2017-09-041-0/+24
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-17/+24
* Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves2017-08-211-12/+1
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-7/+7
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-32/+11
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+2
* gdb: Forward VALUE_LVAL when avoiding side effects for STRUCTOP_PTRAndrew Burgess2016-05-271-1/+1
* Rename OP_F90_RANGE to OP_RANGE.Tom Tromey2016-05-171-4/+4
* gdb: allow enumeration constants as second operand of BINOP_REPEATArtemiy Volkov2016-04-011-1/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCTPierre-Marie de Rodat2015-10-121-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-3/+2
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1