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
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-1
/
+1
*
Replace VEC(converted_character_d) with std::vector
Simon Marchi
2018-01-07
1
-19
/
+10
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Constify add_setshow_*
Tom Tromey
2017-11-07
1
-6
/
+2
*
Target FP: Add string routines to target-float.{c,h}
Ulrich Weigand
2017-11-06
1
-14
/
+2
*
Target FP printing: Simplify and fix print_floating
Ulrich Weigand
2017-10-24
1
-104
/
+11
*
Constify add_prefix_cmd
Tom Tromey
2017-10-11
1
-8
/
+4
*
Clean up some DFP interfaces
Ulrich Weigand
2017-10-05
1
-4
/
+2
*
Constify two functions in valprint.c
Tom Tromey
2017-09-27
1
-6
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Return std::string from memory_error_message
Tom Tromey
2017-09-03
1
-5
/
+2
*
Remove BITS_IN_BYTES define
Tom Tromey
2017-08-14
1
-6
/
+3
*
Fix two regressions in scalar printing
Tom Tromey
2017-08-14
1
-1
/
+7
*
Eliminate make_cleanup_obstack_free, introduce auto_obstack
Pedro Alves
2017-06-27
1
-13
/
+4
*
Introduce gdb::byte_vector, add allocator that default-initializes
Pedro Alves
2017-06-14
1
-2
/
+3
*
Remove val_print_type_code_int
Tom Tromey
2017-06-12
1
-55
/
+5
*
Let print_decimal_chars handle signed values
Tom Tromey
2017-06-12
1
-1
/
+55
*
Don't always zero pad in print_*_chars
Tom Tromey
2017-06-12
1
-45
/
+92
*
Convert lvalue reference type check to general reference type check
Artemiy Volkov
2017-03-20
1
-2
/
+3
*
Fetch lazy value before calling val_print
Yao Qi
2017-03-03
1
-0
/
+3
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Remove apply_val_pretty_printer parameter valaddr
Yao Qi
2016-11-11
1
-4
/
+1
*
Remove parameter valaddr from la_val_print
Yao Qi
2016-11-08
1
-80
/
+110
*
Turn wchar iterator into a class
Tom Tromey
2016-10-12
1
-15
/
+10
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-5
/
+6
*
Remove obsolete TYPE_FLAG_... values
Ulrich Weigand
2016-09-06
1
-4
/
+3
*
Support structure offsets that are 512K or larger.
David Taylor
2016-06-24
1
-4
/
+4
*
[PR gdb/19893] Fix handling of synthetic C++ references
Martin Galvan
2016-05-31
1
-27
/
+94
*
Add array start and end strings to generic_val_print_decorations
Tom Tromey
2016-05-17
1
-7
/
+9
*
Extend flags to support multibit and enum bitfields.
Doug Evans
2016-03-15
1
-25
/
+66
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
[C++] Add casts to obstack_base calls
Simon Marchi
2015-11-18
1
-2
/
+2
*
target_read_memory&co: no longer return target_xfer_status
Pedro Alves
2015-10-27
1
-7
/
+7
*
fort_dyn_array: add basic fortran dyn array support
Keven Boell
2015-10-21
1
-0
/
+25
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-3
/
+3
*
Consider addressable memory unit size in various value functions
Simon Marchi
2015-07-28
1
-13
/
+40
*
Factor out complex printing code from generic_val_print
Simon Marchi
2015-07-27
1
-23
/
+33
*
Factor out decfloat printing code from generic_val_print
Simon Marchi
2015-07-27
1
-6
/
+17
*
Factor out float printing code from generic_val_print
Simon Marchi
2015-07-27
1
-9
/
+21
*
Factor out char printing code from generic_val_print
Simon Marchi
2015-07-27
1
-20
/
+34
*
Factor out int printing code from generic_val_print
Simon Marchi
2015-07-27
1
-11
/
+23
*
Factor out bool printing code from generic_val_print
Simon Marchi
2015-07-27
1
-18
/
+33
*
Factor out function/method printing code from generic_val_print
Simon Marchi
2015-07-27
1
-15
/
+31
*
Factor out flags printing code from generic_val_print
Simon Marchi
2015-07-27
1
-6
/
+18
*
Factor out enum printing code from generic_val_print
Simon Marchi
2015-07-27
1
-57
/
+71
*
Factor out reference printing code from generic_val_print
Simon Marchi
2015-07-27
1
-37
/
+50
*
Factor out memberptr printing code from generic_val_print
Simon Marchi
2015-07-27
1
-2
/
+15
*
Factor out pointer printing code from generic_val_print
Simon Marchi
2015-07-27
1
-12
/
+26
*
Factor out array printing code from generic_val_print
Simon Marchi
2015-07-27
1
-25
/
+41
*
Factor out print_unpacked_pointer from generic_val_print
Simon Marchi
2015-07-27
1
-17
/
+31
[next]