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
/
value.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert type copying to new hash table
Simon Marchi
2024-11-25
1
-2
/
+2
*
[gdb/exp] Allow internal function to indicate return type
Tom de Vries
2024-07-24
1
-8
/
+27
*
Change finalize_values into a final cleanup
Tom Tromey
2024-02-27
1
-4
/
+0
*
gdb: pass frames as `const frame_info_ptr &`
Simon Marchi
2024-02-20
1
-17
/
+18
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb: make value::allocate_register_lazy store id of next non-inline frame
Simon Marchi
2023-12-24
1
-4
/
+4
*
gdb: remove VALUE_REGNUM, add value::regnum
Simon Marchi
2023-12-24
1
-4
/
+10
*
gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
Simon Marchi
2023-12-24
1
-7
/
+9
*
gdb: remove read_frame_register_value's frame parameter
Simon Marchi
2023-12-24
1
-3
/
+0
*
gdb: add type parameter to value::allocate_register and add value::allocate_r...
Simon Marchi
2023-12-24
1
-4
/
+9
*
gdb: pass frame_info_ptr to gdbarch_value_from_register
Simon Marchi
2023-12-24
1
-4
/
+3
*
gdb: add gdbarch_pseudo_register_write that takes a frame
Simon Marchi
2023-12-14
1
-0
/
+22
*
gdb: read pseudo register through frame
Simon Marchi
2023-12-14
1
-0
/
+26
*
gdb: add value::allocate_register
Simon Marchi
2023-12-14
1
-0
/
+7
*
gdb: change value_of_register and value_of_register_lazy to take the next frame
Simon Marchi
2023-12-14
1
-2
/
+7
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-2
/
+2
*
Remove explanatory comments from includes
Tom Tromey
2023-09-20
1
-1
/
+1
*
Introduce type::is_array_like and value_to_array
Tom Tromey
2023-09-05
1
-0
/
+4
*
Remove "highbound" parameter from value_array
Tom Tromey
2023-08-29
1
-1
/
+1
*
Use gdb::array_view for value_array
Tom Tromey
2023-08-29
1
-1
/
+1
*
gdb: check max-value-size when reading strings for printf
Andrew Burgess
2023-07-07
1
-0
/
+5
*
gdb: building inferior strings from within GDB
Andrew Burgess
2023-06-05
1
-2
/
+39
*
Fix scoped_value_mark not working with empty value chain
Ciaran Woodward
2023-05-25
1
-2
/
+3
*
Add flags to parse_and_eval
Tom Tromey
2023-05-23
1
-1
/
+1
*
Remove evaluate_type
Tom Tromey
2023-05-01
1
-2
/
+0
*
Remove evaluate_expression
Tom Tromey
2023-05-01
1
-9
/
+0
*
Pass a frame to value_at_lazy and value_from_contents_and_address
Tom Tromey
2023-03-29
1
-4
/
+10
*
Add value_as_mpz and value_from_mpz
Tom Tromey
2023-03-27
1
-0
/
+7
*
Fix some value comments
Tom Tromey
2023-03-02
1
-0
/
+5
*
Remove value_in
Tom Tromey
2023-02-28
1
-2
/
+0
*
Return bool from more value methods
Tom Tromey
2023-02-15
1
-11
/
+11
*
Have value::bits_synthetic_pointer return bool
Tom Tromey
2023-02-15
1
-3
/
+3
*
Change value::m_stack to bool
Tom Tromey
2023-02-15
1
-5
/
+5
*
Change value::m_initialized to bool
Tom Tromey
2023-02-15
1
-5
/
+5
*
Change value::m_lazy to bool
Tom Tromey
2023-02-15
1
-8
/
+8
*
Change value::m_modifiable to bool
Tom Tromey
2023-02-15
1
-4
/
+4
*
Remove deprecated_lval_hack
Tom Tromey
2023-02-13
1
-10
/
+0
*
Introduce set_lval method on value
Tom Tromey
2023-02-13
1
-0
/
+4
*
Make ~value private
Tom Tromey
2023-02-13
1
-4
/
+6
*
Make struct value data members private
Tom Tromey
2023-02-13
1
-6
/
+2
*
Turn record_latest_value into a method
Tom Tromey
2023-02-13
1
-2
/
+3
*
Add value::set_modifiable
Tom Tromey
2023-02-13
1
-0
/
+4
*
Turn various value copying-related functions into methods
Tom Tromey
2023-02-13
1
-29
/
+66
*
Turn preserve_one_value into method
Tom Tromey
2023-02-13
1
-2
/
+4
*
Turn some xmethod functions into methods
Tom Tromey
2023-02-13
1
-11
/
+11
*
Turn set_value_component_location into method
Tom Tromey
2023-02-13
1
-5
/
+4
*
Turn value_non_lval and value_force_lval into methods
Tom Tromey
2023-02-13
1
-4
/
+7
*
Turn many optimized-out value functions into methods
Tom Tromey
2023-02-13
1
-65
/
+59
*
Turn value_copy into a method
Tom Tromey
2023-02-13
1
-2
/
+5
*
Turn remaining value_contents functions into methods
Tom Tromey
2023-02-13
1
-27
/
+28
[next]