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
*
Fix build/17104
Yao Qi
2014-08-13
3
-0
/
+8
*
Delete "Loaded symbols for ..." message, it is redundant.
Doug Evans
2014-08-11
4
-9
/
+13
*
linux-nat.c (linux_nat_thread_address_space): Delete dead code.
Doug Evans
2014-08-10
2
-1
/
+4
*
Fix PR remote/9053: remove dead code on query packet size
Yao Qi
2014-08-09
2
-4
/
+5
*
Remove duplicated code on checking address 0x0 is accessiable
Yao Qi
2014-08-09
13
-60
/
+67
*
Make test messages in gdb.mi/mi-var-display.exp unique
Yao Qi
2014-08-09
2
-16
/
+21
*
IA64 Linux: Define regset structures.
Andreas Arnez
2014-08-07
2
-0
/
+101
*
M68K Linux: Define regset structures.
Andreas Arnez
2014-08-07
2
-0
/
+76
*
TILEGX Linux: Fill 'collect_regset' in regset structure.
Andreas Arnez
2014-08-07
3
-23
/
+22
*
SCORE: Fill 'collect_regset' in regset structure.
Andreas Arnez
2014-08-07
3
-79
/
+56
*
NIOS2 Linux: Fill 'collect_regset' in regset structure.
Andreas Arnez
2014-08-07
2
-1
/
+25
*
M32R Linux: Fill 'collect_regset' in regset structure.
Andreas Arnez
2014-08-07
2
-18
/
+68
*
HPPA Linux: Fill 'collect_regset' in regset structures.
Andreas Arnez
2014-08-07
2
-67
/
+48
*
FRV Linux: Fill 'collect_regset' in regset structures.
Andreas Arnez
2014-08-07
2
-87
/
+70
*
ALPHA Linux: Fill 'collect_regset' in regset structures.
Andreas Arnez
2014-08-07
2
-21
/
+45
*
AARCH64 Linux: Fill 'collect_regset' in regset structures.
Andreas Arnez
2014-08-07
4
-98
/
+73
*
S390: Migrate to regcache_supply/collect_regset.
Andreas Arnez
2014-08-07
4
-328
/
+188
*
regcache: Add functions suitable for regset_supply/collect.
Andreas Arnez
2014-08-07
3
-0
/
+141
*
Rename 'descr' field in regset structure to 'regmap'.
Andreas Arnez
2014-08-07
5
-13
/
+25
*
Replace 0 with TARGET_XFER_EOF in to_xfer_partial
Yao Qi
2014-08-07
4
-5
/
+11
*
Tweak comments in struct dwarf2_per_cu_data
Yao Qi
2014-08-07
2
-2
/
+6
*
Fix remote/17230
Yao Qi
2014-08-07
2
-1
/
+8
*
Move errno.h to common-defs.h
Gary Benson
2014-08-07
36
-48
/
+43
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
321
-439
/
+327
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
228
-251
/
+233
*
Move common-utils.h to common-defs.h
Gary Benson
2014-08-07
9
-8
/
+14
*
Move ptid.h to common-defs.h
Gary Benson
2014-08-07
11
-11
/
+16
*
Move gdb_locale.h to common-defs.h
Gary Benson
2014-08-07
5
-3
/
+10
*
Move gdb/signals.h to common-defs.h
Gary Benson
2014-08-07
6
-5
/
+11
*
Move pathmax.h to common-defs.h
Gary Benson
2014-08-07
5
-6
/
+10
*
Move libiberty.h to common-defs.h
Gary Benson
2014-08-07
10
-7
/
+15
*
Move ansidecl.h to common-defs.h
Gary Benson
2014-08-07
7
-9
/
+12
*
Move stddef.h to common-defs.h
Gary Benson
2014-08-07
20
-23
/
+25
*
Move stdarg.h to common-defs.h
Gary Benson
2014-08-07
11
-11
/
+16
*
Move stdlib.h to common-defs.h
Gary Benson
2014-08-07
21
-25
/
+26
*
Move stdio.h to common-defs.h
Gary Benson
2014-08-07
25
-23
/
+31
*
Rename variable with confusing name
Simon Marchi
2014-08-06
2
-17
/
+22
*
Rearrange awkwardly-nested conditionals
Gary Benson
2014-08-06
2
-6
/
+8
*
Remove duplicated include file
Yao Qi
2014-08-06
3
-2
/
+6
*
Replace hardwired target-is-async check
Gary Benson
2014-08-06
2
-1
/
+5
*
Fix comment in dwarf_decode_lines_1
Yao Qi
2014-08-06
2
-1
/
+7
*
Remove pointless function initialize_interps
Gary Benson
2014-08-05
2
-19
/
+7
*
Remove spurious va_end in vwarning
Gary Benson
2014-08-05
2
-1
/
+4
*
Prepare gdb for 64-bit obstacks
Alan Modra
2014-08-05
7
-16
/
+29
*
Fix incorrect placement of two Intel gdb/NEWS items
Jan Kratochvil
2014-08-04
2
-7
/
+11
*
make "set debug target" take effect immediately
Tom Tromey
2014-08-04
6
-6
/
+29
*
fix test suite regression
Tom Tromey
2014-08-04
2
-2
/
+7
*
[gdb/doc] Add target triplet to man files
Masaki Muranaka
2014-08-01
2
-2
/
+10
*
Handle variable-sized fields in the interior of structure type
Joel Brobecker
2014-08-01
5
-26
/
+50
*
Add debug trace in amd64-windows-tdep.c::amd64_windows_frame_decode_insns
Joel Brobecker
2014-08-01
2
-0
/
+14
[next]