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
/
ax-gdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap help strings at 80 columns
Tom Tromey
2024-11-11
1
-2
/
+4
*
gdb: add program_space parameter to lookup_minimal_symbol
Simon Marchi
2024-08-12
1
-1
/
+2
*
gdb: make lookup_minimal_symbol objf and sfile parameters optional
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, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
Use domain_search_flags in lookup_symbol et al
Tom Tromey
2024-01-28
1
-2
/
+3
*
gdb: remove SYMBOL_*_OPS macros
Simon Marchi
2024-01-19
1
-9
/
+5
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb: remove TYPE_FIELD_PACKED
Simon Marchi
2023-08-31
1
-2
/
+2
*
gdb: remove TYPE_FIELD_BITSIZE
Simon Marchi
2023-08-31
1
-1
/
+1
*
Use bool for agent_expr::tracing
Tom Tromey
2023-06-20
1
-5
/
+5
*
Use gdb::byte_vector in agent_expr
Tom Tromey
2023-06-20
1
-15
/
+13
*
Introduce and use parser flags
Tom Tromey
2023-05-23
1
-1
/
+2
*
Replace field_is_static with a method
Tom Tromey
2023-05-01
1
-3
/
+3
*
Convert long_const_operation to use gdb_mpz
Tom Tromey
2023-04-17
1
-2
/
+2
*
Handle range types in ax-gdb.c
Tom Tromey
2023-02-27
1
-22
/
+38
*
Convert block_linkage_function to method
Tom Tromey
2023-02-19
1
-1
/
+1
*
Turn value_type into method
Tom Tromey
2023-02-13
1
-4
/
+4
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
internal_error: remove need to pass __FILE__/__LINE__
Pedro Alves
2022-10-19
1
-20
/
+10
*
Change GDB to use frame_info_ptr
Tom Tromey
2022-10-10
1
-1
/
+1
*
gdb: remove TYPE_LENGTH
Simon Marchi
2022-09-21
1
-16
/
+16
*
gdb: remove TYPE_TARGET_TYPE
Simon Marchi
2022-09-21
1
-7
/
+7
*
Use checked_static_cast in more places
Tom Tromey
2022-09-12
1
-4
/
+2
*
event_location -> location_spec
Pedro Alves
2022-06-17
1
-3
/
+3
*
gdb: remove BLOCK_ENTRY_PC macro
Simon Marchi
2022-04-27
1
-1
/
+1
*
gdb: remove symbol value macros
Simon Marchi
2022-04-11
1
-6
/
+6
*
gdb/x86: handle stap probe arguments in xmm registers
Andrew Burgess
2022-03-21
1
-0
/
+19
*
gdb: remove SYMBOL_TYPE macro
Simon Marchi
2022-02-06
1
-1
/
+1
*
gdb: remove SYMBOL_CLASS macro, add getter
Simon Marchi
2022-02-06
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: rename "maint agent" functions
Simon Marchi
2021-12-07
1
-7
/
+7
*
gdbsupport: make gdb_assert_not_reached accept a format string
Simon Marchi
2021-11-18
1
-1
/
+1
*
gdb: remove TYPE_FIELD_STATIC_PHYSADDR
Simon Marchi
2021-10-29
1
-1
/
+1
*
gdb: remove TYPE_FIELD_STATIC_PHYSNAME
Simon Marchi
2021-10-29
1
-1
/
+1
*
gdb: remove TYPE_FIELD_BITPOS
Simon Marchi
2021-10-29
1
-3
/
+3
*
gdb: remove TYPE_FIELD_LOC_KIND
Simon Marchi
2021-10-29
1
-1
/
+1
*
gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
Simon Marchi
2021-09-30
1
-2
/
+2
*
Change pointer_type to a method of struct type
Tom Tromey
2021-09-23
1
-14
/
+14
*
Use block_symbol in var_value_operation
Tom Tromey
2021-04-15
1
-3
/
+3
*
Use bound_minimal_symbol in var_msym_value_operation
Tom Tromey
2021-03-08
1
-3
/
+3
*
Remove union exp_element
Tom Tromey
2021-03-08
1
-732
/
+3
*
Add an expr::operation_up to struct expression
Tom Tromey
2021-03-08
1
-4
/
+15
*
Implement the "&&" and "||" operators
Tom Tromey
2021-03-08
1
-0
/
+56
*
Introduce var_value_operation
Tom Tromey
2021-03-08
1
-0
/
+20
*
Introduce unop_cast_type_operation
Tom Tromey
2021-03-08
1
-0
/
+12
*
Introduce unop_cast_operation
Tom Tromey
2021-03-08
1
-0
/
+10
*
Introduce assign_modify_operation
Tom Tromey
2021-03-08
1
-0
/
+42
*
Introduce assign_operation
Tom Tromey
2021-03-08
1
-0
/
+30
[next]