GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)
Joel Brobecker
2017-11-17
1
-3
/
+3
*
Target FP: Use target format throughout expression parsing
Ulrich Weigand
2017-10-25
1
-8
/
+3
*
eval.c:evaluate_subexp_standard: Use RAII to avoid leaks
Pedro Alves
2017-09-21
1
-14
/
+28
*
eval.c:evaluate_subexp_standard: Factor out function call handling
Pedro Alves
2017-09-05
1
-451
/
+476
*
Make "p S::method() const::static_var" work too
Pedro Alves
2017-09-04
1
-16
/
+24
*
Handle "p S::method()::static_var" in the C++ parser
Pedro Alves
2017-09-04
1
-0
/
+21
*
Eliminate UNOP_MEMVAL_TLS
Pedro Alves
2017-09-04
1
-16
/
+0
*
Stop assuming no-debug-info variables have type int
Pedro Alves
2017-09-04
1
-19
/
+118
*
evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.
Pedro Alves
2017-09-04
1
-31
/
+36
*
evaluate_subexp_standard: Remove useless assignments
Pedro Alves
2017-09-04
1
-3
/
+0
*
evaluate_subexp_standard: Eliminate one goto
Pedro Alves
2017-09-04
1
-55
/
+55
*
Make ptype/whatis print function name of functions with no debug info too
Pedro Alves
2017-09-04
1
-1
/
+13
*
Introduce OP_VAR_MSYM_VALUE
Pedro Alves
2017-09-04
1
-0
/
+24
*
Stop assuming no-debug-info functions return int
Pedro Alves
2017-09-04
1
-17
/
+24
*
Fix type casts losing typedefs and reimplement "whatis" typedef stripping
Pedro Alves
2017-08-21
1
-12
/
+1
*
Convert lvalue reference type check to general reference type check
Artemiy Volkov
2017-03-20
1
-7
/
+7
*
Change {lookup,make}_reference_type API
Artemiy Volkov
2017-03-20
1
-1
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
'struct expression *' -> gdb::unique_xmalloc_ptr<expression>
Pedro Alves
2016-11-08
1
-32
/
+11
*
Support structure offsets that are 512K or larger.
David Taylor
2016-06-24
1
-1
/
+2
*
gdb: Forward VALUE_LVAL when avoiding side effects for STRUCTOP_PTR
Andrew Burgess
2016-05-27
1
-1
/
+1
*
Rename OP_F90_RANGE to OP_RANGE.
Tom Tromey
2016-05-17
1
-4
/
+4
*
gdb: allow enumeration constants as second operand of BINOP_REPEAT
Artemiy Volkov
2016-04-01
1
-1
/
+2
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCT
Pierre-Marie de Rodat
2015-10-12
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-3
/
+2
*
Add casts for legitimate integer to enum conversions
Simon Marchi
2015-08-06
1
-1
/
+2
*
Replace the block_found global with explicit data-flow
Pierre-Marie de Rodat
2015-08-01
1
-1
/
+1
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-1
/
+1
*
Remove CHECK_TYPEDEF, use check_typedef instead
Simon Marchi
2015-07-14
1
-2
/
+2
*
PR python/18285
Doug Evans
2015-04-29
1
-0
/
+9
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-14
/
+19
*
Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...
Doug Evans
2015-01-31
1
-1
/
+0
*
gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
Doug Evans
2015-01-31
1
-2
/
+2
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Check that thread stack temps are not already enabled before enabling them.
Siva Chandra
2014-11-29
1
-1
/
+2
*
Enable chained function calls in C++ expressions.
Siva Chandra
2014-11-28
1
-1
/
+22
*
Work around GCC bug 63748
Ulrich Weigand
2014-11-10
1
-2
/
+2
*
Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.
Doug Evans
2014-11-06
1
-1
/
+1
*
Fix evaluation of method calls under EVAL_SKIP.
Siva Chandra
2014-11-03
1
-6
/
+7
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
Add new argument NOSIDE to find_overload_match.
Siva Chandra
2014-08-15
1
-3
/
+3
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-3
/
+0
*
Remove Chill from comments
Yao Qi
2014-07-21
1
-6
/
+5
*
Remove operator BINOP_RANGE
Yao Qi
2014-07-21
1
-44
/
+4
*
Remove operator BINOP_IN
Yao Qi
2014-07-21
1
-9
/
+0
*
Lookup and invoke debug methods of C++ classes if they are the best match.
Siva Chandra
2014-06-03
1
-5
/
+10
*
* eval.c (evaluate_subexp_standard): Add some comments.
Doug Evans
2014-05-19
1
-3
/
+10
*
vla: evaluate operand of sizeof if its type is a vla
Sanimir Agovic
2014-04-14
1
-4
/
+39
[next]