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
/
valops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix common misspellings
Tom de Vries
2024-10-06
1
-1
/
+1
*
gdb, testsuite: clean duplicate header includes
Gerlicher, Klaus
2024-09-30
1
-1
/
+0
*
gdb: add program_space parameter to lookup_minimal_symbol
Simon Marchi
2024-08-12
1
-1
/
+2
*
gdb: remove lookup_bound_minimal_symbol
Simon Marchi
2024-08-12
1
-1
/
+1
*
gdb: drop struct keyword when using bound_minimal_symbol
Simon Marchi
2024-08-12
1
-2
/
+1
*
gdb: remove gdbcmd.h
Simon Marchi
2024-04-25
1
-1
/
+1
*
gdb: move a bunch of quit-related things to event-top.{c,h}
Simon Marchi
2024-04-23
1
-0
/
+1
*
gdb: move store/extract integer functions to extract-store-integer.{c,h}
Simon Marchi
2024-04-22
1
-0
/
+1
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
Fix casting in-memory values of primitive types to const reference
Hannes Domani
2024-03-20
1
-1
/
+2
*
Fix reinterpret_cast for classes with multiple inheritance
Hannes Domani
2024-03-20
1
-2
/
+9
*
gdb: pass frames as `const frame_info_ptr &`
Simon Marchi
2024-02-20
1
-2
/
+2
*
Allow value repeat operator on references
Hannes Domani
2024-02-09
1
-0
/
+2
*
Use domain_search_flags in lookup_symbol et al
Tom Tromey
2024-01-28
1
-10
/
+4
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb: fix frame passed to gdbarch_value_to_register in value_assign
Simon Marchi
2024-01-11
1
-1
/
+2
*
gdb: remove VALUE_REGNUM, add value::regnum
Simon Marchi
2023-12-24
1
-9
/
+6
*
gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
Simon Marchi
2023-12-24
1
-4
/
+3
*
gdb: remove stale comment in value_assign
Simon Marchi
2023-12-19
1
-7
/
+0
*
gdb: make get_frame_register_bytes take the next frame
Simon Marchi
2023-12-14
1
-2
/
+1
*
gdb: make put_frame_register_bytes take the next frame
Simon Marchi
2023-12-14
1
-17
/
+15
*
Allow calling of variadic C++ functions
Hannes Domani
2023-12-14
1
-2
/
+8
*
Fix dynamic_cast
Hannes Domani
2023-12-11
1
-4
/
+8
*
Allow cast of 128-bit integer to pointer
Tom Tromey
2023-12-08
1
-8
/
+6
*
Use C++17 [[fallthrough]] attribute
Tom Tromey
2023-11-29
1
-3
/
+3
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-3
/
+3
*
gdb: remove TYPE_FIELD_PACKED
Simon Marchi
2023-08-31
1
-1
/
+1
*
gdb: remove TYPE_FIELD_ARTIFICIAL
Simon Marchi
2023-08-31
1
-2
/
+2
*
Remove "highbound" parameter from value_array
Tom Tromey
2023-08-29
1
-16
/
+9
*
Use gdb::array_view for value_array
Tom Tromey
2023-08-29
1
-1
/
+2
*
gdb: building inferior strings from within GDB
Andrew Burgess
2023-06-05
1
-12
/
+11
*
[gdb] Fix typos
Tom de Vries
2023-06-03
1
-1
/
+1
*
Replace field_is_static with a method
Tom Tromey
2023-05-01
1
-3
/
+3
*
Pass a frame to value_at_lazy and value_from_contents_and_address
Tom Tromey
2023-03-29
1
-5
/
+6
*
Use gdb_gmp for scalar arithmetic
Tom Tromey
2023-03-27
1
-6
/
+8
*
Use type allocator for array types
Tom Tromey
2023-03-18
1
-2
/
+2
*
Use type allocator for range types
Tom Tromey
2023-03-18
1
-2
/
+4
*
Add operators and methods to gdb_mpq
Tom Tromey
2023-03-14
1
-9
/
+4
*
Add methods and operators to gdb_mpz
Tom Tromey
2023-03-14
1
-1
/
+1
*
Change value::m_stack to bool
Tom Tromey
2023-02-15
1
-1
/
+1
*
Change value::m_lazy to bool
Tom Tromey
2023-02-15
1
-1
/
+1
*
Remove deprecated_lval_hack
Tom Tromey
2023-02-13
1
-17
/
+17
*
Introduce set_lval method on value
Tom Tromey
2023-02-13
1
-2
/
+2
*
Turn various value copying-related functions into methods
Tom Tromey
2023-02-13
1
-8
/
+7
*
Turn some xmethod functions into methods
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn set_value_component_location into method
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn many optimized-out value functions into methods
Tom Tromey
2023-02-13
1
-3
/
+3
*
Turn value_copy into a method
Tom Tromey
2023-02-13
1
-7
/
+7
*
Turn remaining value_contents functions into methods
Tom Tromey
2023-02-13
1
-23
/
+23
*
Turn value_bits_synthetic_pointer into a method
Tom Tromey
2023-02-13
1
-2
/
+2
[next]