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/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
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-2
/
+2
*
Move declaration of overload_resolution to value.h
Christian Biesinger
2019-09-20
1
-3
/
+0
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
1
-4
/
+4
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-5
/
+5
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-15
/
+10
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-18
/
+14
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-14
/
+18
*
gdb/fortran: Handle internal function calls
Andrew Burgess
2019-04-01
1
-4
/
+8
*
More block constification
Tom Tromey
2019-03-24
1
-1
/
+1
*
Fortran function calls with arguments
Richard Bunt
2019-03-06
1
-1
/
+14
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
invoke_xmethod & array_view
Pedro Alves
2018-11-21
1
-5
/
+9
*
Use gdb:array_view in call_function_by_hand & friends
Pedro Alves
2018-11-21
1
-9
/
+9
*
Introduce gdbarch_num_cooked_regs
Simon Marchi
2018-10-21
1
-2
/
+1
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-23
/
+23
*
Logical short circuiting with argument lists
Richard Bunt
2018-09-19
1
-7
/
+37
*
gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOC
Andrew Burgess
2018-09-14
1
-1
/
+5
*
gdb: Fix sizeof for dynamic types other than arrays
Andrew Burgess
2018-07-30
1
-1
/
+3
*
[gdb/exp] Interpret size of vla with unknown size as <optimized out>
Tom de Vries
2018-07-28
1
-0
/
+2
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-3
/
+3
*
target_stack -> current_top_target() throughout
Pedro Alves
2018-06-07
1
-1
/
+1
*
Remove TYPE_TAG_NAME
Tom Tromey
2018-06-01
1
-2
/
+2
*
Fix "obvious" fall-through warnings
Tom Tromey
2018-05-04
1
-0
/
+1
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-1
/
+1
*
Handle alignof and _Alignof
Tom Tromey
2018-04-30
1
-0
/
+13
*
Calling ifunc functions when target has no debug info but resolver has
Pedro Alves
2018-04-26
1
-10
/
+15
*
Remove free_value_chain
Tom Tromey
2018-04-06
1
-8
/
+7
*
eval.c: reverse minsym and sym
Pedro Alves
2018-03-25
1
-4
/
+4
*
Change enable_thread_stack_temporaries to an RAII class
Tom Tromey
2018-03-08
1
-12
/
+5
*
Remove a cleanup from parse_expression_for_completion
Tom Tromey
2018-02-21
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
(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
[next]