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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
valarith.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use scoped_value_mark in more places
Tom Tromey
2022-10-14
1
-2
/
+1
*
gdb: remove TYPE_LENGTH
Simon Marchi
2022-09-21
1
-30
/
+30
*
gdb: remove TYPE_TARGET_TYPE
Simon Marchi
2022-09-21
1
-20
/
+18
*
[gdb/exp] Fix UB in scalar_binop
Tom de Vries
2022-05-23
1
-1
/
+4
*
gdb: Avoid undefined shifts, fix Go shifts
Pedro Alves
2022-04-08
1
-4
/
+99
*
Reimplement array concatenation for Ada and D
Tom Tromey
2022-03-16
1
-128
/
+41
*
Remove eval_op_concat
Tom Tromey
2022-03-16
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: improve reuse of value contents when fetching array elements
Andrew Burgess
2021-12-13
1
-9
/
+9
*
gdb: trivial changes to use array_view
Simon Marchi
2021-12-03
1
-6
/
+3
*
gdbsupport: add array_view copy function
Simon Marchi
2021-12-03
1
-22
/
+27
*
gdb: make value_subscripted_rvalue static
Andrew Burgess
2021-12-03
1
-2
/
+8
*
gdb: change functions returning value contents to use gdb::array_view
Simon Marchi
2021-10-25
1
-35
/
+36
*
Move value_true to value.h
Tom Tromey
2021-09-24
1
-2
/
+2
*
gdb: use gdb::optional instead of passing a pointer to gdb::array_view
Andrew Burgess
2021-06-25
1
-1
/
+1
*
gdb: replace NULL terminated array with array_view
Andrew Burgess
2021-06-25
1
-1
/
+1
*
[gdb/exp] Fix assert when adding ptr to imaginary unit
Tom de Vries
2021-02-05
1
-0
/
+3
*
gdb: rename get_type_arch to type::arch
Simon Marchi
2021-01-28
1
-4
/
+4
*
Fix fixed-point binary operation type handling
Tom Tromey
2021-01-06
1
-16
/
+30
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
Handle fixed-point division by zero
Tom Tromey
2020-12-14
1
-0
/
+2
*
gdb: fix value_subscript when array upper bound is not known
Simon Marchi
2020-12-09
1
-7
/
+15
*
gdb: make get_discrete_bounds return bool
Simon Marchi
2020-12-09
1
-1
/
+1
*
valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambda
Joel Brobecker
2020-11-23
1
-15
/
+19
*
Make function fixed_point_scaling_factor a method of struct type
Joel Brobecker
2020-11-23
1
-3
/
+3
*
gmp-utils: Convert the read/write methods to using gdb::array_view
Joel Brobecker
2020-11-23
1
-3
/
+6
*
Add support for fixed-point type comparison operators
Joel Brobecker
2020-11-15
1
-1
/
+14
*
Add support for fixed-point type arithmetic
Joel Brobecker
2020-11-15
1
-2
/
+89
*
Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it public
Joel Brobecker
2020-11-15
1
-31
/
+0
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-40
/
+40
*
gdb: Convert language_data::c_style_arrays to a method
Andrew Burgess
2020-09-16
1
-3
/
+3
*
gdb: remove TYPE_VECTOR
Simon Marchi
2020-09-14
1
-8
/
+8
*
gdb: remove TYPE_UNSIGNED
Simon Marchi
2020-09-14
1
-6
/
+6
*
gdb: make type::bounds work for array and string types
Simon Marchi
2020-07-12
1
-2
/
+2
*
gdb: remove TYPE_ARRAY_BIT_STRIDE
Simon Marchi
2020-07-12
1
-1
/
+1
*
gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED
Simon Marchi
2020-07-12
1
-4
/
+5
*
gdb: remove TYPE_INDEX_TYPE macro
Simon Marchi
2020-06-08
1
-2
/
+2
*
gdb: remove TYPE_NAME macro
Simon Marchi
2020-05-16
1
-5
/
+5
*
gdb: remove TYPE_CODE macro
Simon Marchi
2020-05-14
1
-60
/
+60
*
Prefer existing data when evaluating DWARF expression
Tom Tromey
2020-04-24
1
-1
/
+1
*
Implement complex arithmetic
Tom Tromey
2020-04-01
1
-21
/
+178
*
gdb/fortran: Support negative array stride in one limited case
Andrew Burgess
2020-02-25
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Remove gdbarch_bits_big_endian
Tom Tromey
2019-12-04
1
-1
/
+1
*
gdb/fortran: array stride support
Andrew Burgess
2019-12-01
1
-0
/
+11
*
Adjust byte order variable display/change if DW_AT_endianity is present.
Peeter Joot
2019-11-21
1
-6
/
+4
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
gdb: Update type of lower bound in value_subscripted_rvalue
Andrew Burgess
2019-07-12
1
-1
/
+1
*
Don't include gdbarch.h from defs.h
Tom Tromey
2019-07-10
1
-0
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
[next]