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
/
gdbtypes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert type copying to new hash table
Simon Marchi
2024-11-25
1
-4
/
+3
*
gdb: cleanup includes in gdbtypes.h
Simon Marchi
2024-11-04
1
-4
/
+0
*
Require trivial destructor in allocate_on_obstack
Tom Tromey
2024-03-21
1
-2
/
+2
*
Use bool in dynamic type code
Tom Tromey
2024-02-22
1
-1
/
+1
*
Handling of arrays with optimized-out bounds
Tom Tromey
2024-02-05
1
-0
/
+26
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
Allow calling of variadic C++ functions
Hannes Domani
2023-12-14
1
-1
/
+2
*
Fix build with GCC 7.5
Tom Tromey
2023-11-22
1
-10
/
+8
*
Use enum accessibility in types and member functions
Tom Tromey
2023-11-21
1
-13
/
+14
*
Remove char-based bitfield macros
Tom Tromey
2023-11-21
1
-9
/
+0
*
Remove some type field accessor macros
Tom Tromey
2023-11-21
1
-9
/
+0
*
Add field::is_public
Tom Tromey
2023-11-21
1
-1
/
+5
*
Remove byte vectors from cplus_struct_type
Tom Tromey
2023-11-21
1
-63
/
+58
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-4
/
+4
*
Give a language to a type
Tom Tromey
2023-09-19
1
-13
/
+22
*
Pass a type allocator to init_fixed_point_type
Tom Tromey
2023-09-19
1
-1
/
+1
*
Introduce type::is_array_like and value_to_array
Tom Tromey
2023-09-05
1
-0
/
+5
*
Introduce TYPE_SPECIFIC_RUST_STUFF
Tom Tromey
2023-09-05
1
-1
/
+10
*
gdb: remove TYPE_FIELD_PACKED
Simon Marchi
2023-08-31
1
-2
/
+5
*
gdb: remove TYPE_FIELD_BITSIZE
Simon Marchi
2023-08-31
1
-1
/
+0
*
gdb: remove FIELD_BITSIZE
Simon Marchi
2023-08-31
1
-4
/
+2
*
gdb: introduce field::bitsize / field::set_bitsize
Simon Marchi
2023-08-31
1
-4
/
+14
*
gdb: remove TYPE_FIELD_ARTIFICIAL
Simon Marchi
2023-08-31
1
-1
/
+0
*
gdb: remove FIELD_ARTIFICIAL
Simon Marchi
2023-08-31
1
-2
/
+1
*
gdb: introduce field::is_artificial / field::set_is_artificial
Simon Marchi
2023-08-31
1
-2
/
+12
*
[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
Tom de Vries
2023-08-31
1
-0
/
+8
*
gdb: fix printf of wchar_t early in a gdb session
Andrew Burgess
2023-07-07
1
-2
/
+12
*
[gdb] Fix typos
Tom de Vries
2023-06-03
1
-2
/
+2
*
Add dynamic_prop::is_constant
Tom Tromey
2023-05-12
1
-0
/
+5
*
Replace field_is_static with a method
Tom Tromey
2023-05-01
1
-2
/
+12
*
Add frame parameter to resolve_dynamic_type
Tom Tromey
2023-03-29
1
-1
/
+5
*
Remove objfile_type
Tom Tromey
2023-03-18
1
-39
/
+1
*
Add some types to struct builtin_type
Tom Tromey
2023-03-18
1
-0
/
+15
*
Rename objfile_type to builtin_type
Tom Tromey
2023-03-18
1
-1
/
+1
*
Use type allocator for set types
Tom Tromey
2023-03-18
1
-1
/
+2
*
Use type allocator for array types
Tom Tromey
2023-03-18
1
-6
/
+35
*
Use type allocator for range types
Tom Tromey
2023-03-18
1
-8
/
+21
*
Unify arch_pointer_type and init_pointer_type
Tom Tromey
2023-03-18
1
-6
/
+10
*
Unify arch_decfloat_type and init_decfloat_type
Tom Tromey
2023-03-18
1
-2
/
+6
*
Unify arch_float_type and init_float_type
Tom Tromey
2023-03-18
1
-5
/
+12
*
Unify arch_boolean_type and init_boolean_type
Tom Tromey
2023-03-18
1
-4
/
+8
*
Unify arch_character_type and init_character_type
Tom Tromey
2023-03-18
1
-4
/
+7
*
Unify arch_integer_type and init_integer_type
Tom Tromey
2023-03-18
1
-5
/
+5
*
Remove init_type
Tom Tromey
2023-03-18
1
-2
/
+0
*
Remove arch_type
Tom Tromey
2023-03-18
1
-2
/
+0
*
Remove alloc_type
Tom Tromey
2023-03-18
1
-3
/
+0
*
Remove alloc_type_copy
Tom Tromey
2023-03-18
1
-5
/
+1
*
Remove alloc_type_arch
Tom Tromey
2023-03-18
1
-2
/
+0
*
Introduce type_allocator
Tom Tromey
2023-03-18
1
-0
/
+98
*
Move allocate_stub_method to stabsread.c
Tom Tromey
2023-03-10
1
-2
/
+0
[next]