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
/
guile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert type copying to new hash table
Simon Marchi
2024-11-25
3
-6
/
+6
*
[gdb/contrib] Add two rules in common-misspellings.txt
Tom de Vries
2024-11-23
2
-3
/
+3
*
gdb/guile: add get-basic-type
Andrew Burgess
2024-10-21
1
-0
/
+19
*
[gdb/guile, c++20] Work around Werror=volatile in libguile.h
Tom de Vries
2024-10-19
1
-1
/
+8
*
gdb: split apart two different types of filename completion
Andrew Burgess
2024-09-07
1
-1
/
+1
*
btrace, python: Enable ptwrite filter registration.
Felix Willgerodt
2024-08-14
1
-0
/
+1
*
gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN
Simon Marchi
2024-07-16
1
-14
/
+14
*
gdb: make objfile::pspace private
Simon Marchi
2024-07-15
1
-1
/
+1
*
gdb: remove gdbcmd.h
Simon Marchi
2024-04-25
5
-5
/
+3
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
25
-25
/
+0
*
Add extension_language_ops::shutdown
Tom Tromey
2024-02-27
1
-0
/
+1
*
gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.def
Lancelot SIX
2024-01-29
1
-2
/
+2
*
Use domain_search_flags in lookup_symbol et al
Tom Tromey
2024-01-28
2
-8
/
+11
*
Use a .def file for domain_enum
Tom Tromey
2024-01-28
1
-8
/
+10
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
35
-35
/
+35
*
gdb: change value_of_register and value_of_register_lazy to take the next frame
Simon Marchi
2023-12-14
1
-1
/
+2
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-2
/
+2
*
gdb: add program_space parameters to some auto-load functions
Simon Marchi
2023-10-05
1
-1
/
+2
*
Remove explanatory comments from includes
Tom Tromey
2023-09-20
6
-8
/
+8
*
Use gdb::checked_static_cast for watchpoints
Tom Tromey
2023-09-19
1
-2
/
+1
*
gdb: remove FIELD_ARTIFICIAL
Simon Marchi
2023-08-31
1
-1
/
+1
*
gdb: add inferior-specific breakpoints
Andrew Burgess
2023-08-17
1
-1
/
+6
*
[gdb/build] Fix enum param_types odr violation
Tom de Vries
2023-08-14
1
-5
/
+5
*
gdb: building inferior strings from within GDB
Andrew Burgess
2023-06-05
1
-3
/
+1
*
[gdb] Fix typos
Tom de Vries
2023-06-03
1
-1
/
+1
*
[gdb/guile] Fix doc string for value-optimized-out?
Tom de Vries
2023-06-03
1
-1
/
+1
*
gdb: remove breakpoint_pointer_iterator
Simon Marchi
2023-05-25
1
-2
/
+2
*
Add dynamic_prop::is_constant
Tom Tromey
2023-05-12
1
-2
/
+2
*
gdb: move struct ui and related things to ui.{c,h}
Simon Marchi
2023-05-01
2
-1
/
+2
*
gdb, gdbserver, gdbsupport: fix whitespace issues
Simon Marchi
2023-03-09
1
-1
/
+1
*
Guile QUIT processing updates
Kevin Buettner
2023-02-27
4
-0
/
+20
*
Convert explicit iterator uses to foreach
Tom Tromey
2023-02-19
1
-6
/
+1
*
Convert block_static_block and block_global_block to methods
Tom Tromey
2023-02-19
1
-2
/
+2
*
Turn record_latest_value into a method
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn preserve_one_value into method
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn many optimized-out value functions into methods
Tom Tromey
2023-02-13
2
-2
/
+2
*
Turn value_copy into a method
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn remaining value_contents functions into methods
Tom Tromey
2023-02-13
1
-2
/
+2
*
Turn value_incref and value_decref into methods
Tom Tromey
2023-02-13
1
-2
/
+2
*
Turn value_fetch_lazy into a method
Tom Tromey
2023-02-13
2
-2
/
+2
*
Turn value_zero into 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
*
Turn value_lazy and set_value_lazy functions into methods
Tom Tromey
2023-02-13
2
-3
/
+3
*
Turn value_type into method
Tom Tromey
2023-02-13
3
-17
/
+17
*
gdb: use -1 for breakpoint::task default value
Andrew Burgess
2023-02-12
1
-3
/
+3
*
gdb: only allow one of thread or task on breakpoints or watchpoints
Andrew Burgess
2023-02-12
1
-0
/
+10
*
GDB: Allow arbitrary keywords in integer set commands
Maciej W. Rozycki
2023-01-19
1
-115
/
+205
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
35
-35
/
+35
*
Use bool constants for value_print_options
Tom Tromey
2022-12-19
2
-5
/
+5
*
gdb/disasm: mark functions passed to the disassembler noexcept
Andrew Burgess
2022-11-28
1
-1
/
+1
[next]