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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: Don't ignore all SIGSTOP when the signal handler is set to pass
Andrew Burgess
2019-10-03
5
-1
/
+140
*
[gdb/testsuite] Fix list-missing-source.exp with gcc 4.8
Tom de Vries
2019-10-03
2
-2
/
+8
*
[gdb/testsuite] Fix info-types.exp with gcc/g++ 4.8
Tom de Vries
2019-10-03
2
-4
/
+10
*
gdb: Remove whitespace in 'std::vector <...>'
Andrew Burgess
2019-10-03
7
-13
/
+28
*
[gdb] Fix set/show style metadata help text
Tom de Vries
2019-10-03
2
-1
/
+6
*
Convert boolean globals in server.c to bool
Christian Biesinger
2019-10-02
4
-39
/
+67
*
Fix type of startup_with_shell in gdbserver
Tom Tromey
2019-10-02
10
-49
/
+64
*
Add missing includes to gdb_assert.h and gdb_string_view.h
Christian Biesinger
2019-10-02
3
-0
/
+8
*
gdb/testsuite: Fix py-format-string.exp on big-endian platforms
Andreas Arnez
2019-10-02
3
-5
/
+18
*
Add $_ada_exception convenience variable
Tom Tromey
2019-10-02
7
-232
/
+142
*
Back out earlier Ada exception change
Tom Tromey
2019-10-02
2
-82
/
+31
*
Make print-file-var.exp test attribute visibility hidden, dlopen, and main sy...
Pedro Alves
2019-10-02
6
-78
/
+246
*
Handle copy relocations
Tom Tromey
2019-10-02
11
-32
/
+208
*
Make current_source_* per-program-space
Tom Tromey
2019-10-02
2
-48
/
+91
*
Don't call decode_line_with_current_source from select_source_symtab
Tom Tromey
2019-10-02
2
-7
/
+9
*
Search global block from basic_lookup_symbol_nonlocal
Andrew Burgess
2019-10-02
2
-28
/
+17
*
Change SYMBOL_VALUE_ADDRESS to be an rvalue
Tom Tromey
2019-10-02
8
-29
/
+58
*
Update my email address in gdb/MAINTAINERS
Andreas Arnez
2019-10-02
2
-2
/
+6
*
gdb: Remove a use of VEC from dwarf2read.{c,h}
Andrew Burgess
2019-10-02
3
-11
/
+18
*
gdb: Change a VEC to std::vector in btrace.{c,h}
Andrew Burgess
2019-10-02
4
-25
/
+38
*
gdb: Remove a VEC from gdbsupport/btrace-common.h
Andrew Burgess
2019-10-02
7
-65
/
+79
*
Use styled_string for "show logging filename"
Tom Tromey
2019-10-01
4
-2
/
+14
*
Use styled_string in more places
Tom Tromey
2019-10-01
5
-23
/
+55
*
Introduce metadata style
Tom Tromey
2019-10-01
43
-127
/
+331
*
Style "pwd" output
Tom Tromey
2019-10-01
4
-3
/
+18
*
Use new %p format suffixes in gdb
Pedro Alves
2019-10-01
7
-71
/
+77
*
Introduce gdb-specific %p format suffixes
Pedro Alves
2019-10-01
15
-107
/
+646
*
Don't create empty literal pieces
Tom Tromey
2019-10-01
3
-8
/
+20
*
Remove the ui_out_style_kind enum
Tom Tromey
2019-10-01
18
-86
/
+93
*
gdb/testsuite: Fix pretty-print.exp on big-endian platforms
Andreas Arnez
2019-10-01
3
-7
/
+18
*
Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir
Philippe Waroquiers
2019-10-01
2
-5
/
+10
*
[PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx
Ali Tamur
2019-09-30
2
-0
/
+15
*
Remove extra whitespaces at the end of lines.
Ali Tamur
2019-09-30
2
-5
/
+12
*
Use std::sort instead of qsort in minsyms.c
Christian Biesinger
2019-09-30
2
-22
/
+24
*
Disable all warnings in gdb.rust/traits.rs
Tom Tromey
2019-09-30
2
-3
/
+5
*
Improve some comments about msymbol handling
Christian Biesinger
2019-09-30
3
-7
/
+17
*
gdb: re-write add_psymbol_to_list doc, move it to header file
Simon Marchi
2019-09-30
3
-14
/
+33
*
[gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdir
Tom de Vries
2019-09-29
4
-6
/
+26
*
[gdb/testsuite] Make pass message unique in gdb-index.exp for cc-with-dwz-m
Tom de Vries
2019-09-29
2
-8
/
+14
*
gdb: include gdbarch.h in hppa-linux-nat.c
Simon Marchi
2019-09-28
2
-0
/
+6
*
[gdb/testsuite] Fix incomplete regexps in step-precsave.exp
Tom de Vries
2019-09-27
2
-2
/
+8
*
[gdb/testsuite] Add KFAIL for missing support of reverse-debugging of vmovd
Tom de Vries
2019-09-27
2
-1
/
+14
*
Revert "Improve ptrace-error detection on Linux targets"
Sergio Durigan Junior
2019-09-26
16
-487
/
+31
*
Improve ptrace-error detection on Linux targets
Sergio Durigan Junior
2019-09-26
16
-31
/
+487
*
Convert symtab.h function signatures to use bool instead of int
Christian Biesinger
2019-09-26
6
-68
/
+95
*
Remove gdb_usleep.c
Tom Tromey
2019-09-26
5
-72
/
+8
*
Do not expose stub types to Python
Tom Tromey
2019-09-26
7
-0
/
+132
*
Remove initialize_utils
Tom Tromey
2019-09-26
4
-54
/
+54
*
Remove make_hex_string
Tom Tromey
2019-09-25
4
-24
/
+8
*
[gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUs
Tom de Vries
2019-09-24
4
-2
/
+34
[next]