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
/
valprint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fortran: Fix arrays of variable length strings for FORTRAN
Ijaz, Abdul B
2024-10-29
1
-0
/
+74
*
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
*
gdb, types: Resolve pointer types dynamically
Bernhard Heckel
2024-02-02
1
-6
/
+0
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
Use pretty printers for struct member stubs
Hannes Domani
2023-12-08
1
-10
/
+10
*
[gdb/exp] Clean up asap in value_print_array_elements
Tom de Vries
2023-09-14
1
-0
/
+4
*
gdb: remove TYPE_FIELD_BITSIZE
Simon Marchi
2023-08-31
1
-2
/
+2
*
Fix bad interaction between element limit and repeated values (BZ#24331).
Paul Pluzhnikov
2023-05-13
1
-6
/
+19
*
Hide the implementation of gdb_mpf
Tom Tromey
2023-03-14
1
-1
/
+1
*
Have value::bits_synthetic_pointer return bool
Tom Tromey
2023-02-15
1
-1
/
+1
*
Turn various value copying-related functions into methods
Tom Tromey
2023-02-13
1
-6
/
+6
*
Turn many optimized-out value functions into methods
Tom Tromey
2023-02-13
1
-13
/
+12
*
Turn remaining value_contents functions into methods
Tom Tromey
2023-02-13
1
-12
/
+12
*
Turn value_bits_synthetic_pointer into a method
Tom Tromey
2023-02-13
1
-5
/
+4
*
Turn value_contents_eq into a method
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn value_fetch_lazy into a method
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn some value_contents functions into methods
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn allocate_value into a static "constructor"
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn value_address and set_value_address functions into methods
Tom Tromey
2023-02-13
1
-2
/
+2
*
Convert value_lval_const and deprecated_lval_hack to methods
Tom Tromey
2023-02-13
1
-3
/
+3
*
Turn value_lazy and set_value_lazy functions into methods
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn value_type into method
Tom Tromey
2023-02-13
1
-15
/
+15
*
GDB: Introduce limited array lengths while printing values
Andrew Burgess
2023-02-10
1
-1
/
+9
*
GDB: Add a character string limiting option
Andrew Burgess
2023-01-19
1
-22
/
+68
*
GDB: Allow arbitrary keywords in integer set commands
Maciej W. Rozycki
2023-01-19
1
-3
/
+6
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
Use bool constants for value_print_options
Tom Tromey
2022-12-19
1
-16
/
+16
*
Fix regression in pointer-to-member printing
Tom Tromey
2022-10-31
1
-1
/
+1
*
Fix crash in value_print_array_elements
Tom Tromey
2022-10-21
1
-7
/
+13
*
internal_error: remove need to pass __FILE__/__LINE__
Pedro Alves
2022-10-19
1
-2
/
+1
*
Fix a latent bug in print_wchar
Tom Tromey
2022-10-10
1
-8
/
+14
*
Don't use wchar_printable in print_wchar
Tom Tromey
2022-10-10
1
-6
/
+5
*
Boolify need_escape in generic_emit_char
Tom Tromey
2022-10-10
1
-6
/
+6
*
Fix latent quote char bug in generic_printstr
Tom Tromey
2022-10-10
1
-1
/
+1
*
gdb: remove TYPE_LENGTH
Simon Marchi
2022-09-21
1
-15
/
+15
*
gdb: remove TYPE_TARGET_TYPE
Simon Marchi
2022-09-21
1
-8
/
+8
*
[gdb] Add debug_{exp,val}
Tom de Vries
2022-08-05
1
-0
/
+12
*
Move finish_print out of value_print_options
Tom Tromey
2022-06-20
1
-1
/
+0
*
gdb: Add new 'print nibbles' feature
Enze Li
2022-06-18
1
-1
/
+47
*
Move target_read_string to target/target.c
Tom Tromey
2022-04-14
1
-172
/
+0
*
Remove the byte order parameter to target_read_string
Tom Tromey
2022-04-14
1
-5
/
+7
*
Rename read_string
Tom Tromey
2022-04-14
1
-5
/
+7
*
Don't call QUIT in read_string
Tom Tromey
2022-04-14
1
-3
/
+0
*
Rename print_spaces_filtered
Tom Tromey
2022-03-29
1
-3
/
+3
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-88
/
+88
*
Unify gdb putc functions
Tom Tromey
2022-03-29
1
-3
/
+3
*
Unify gdb puts functions
Tom Tromey
2022-03-29
1
-32
/
+32
[next]