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: Add process record and replay support for s390.
Marcin Kościelnicki
2015-11-04
7
-3
/
+4552
*
gdb/record-full: Use xmalloc instead of alloca for temporary memory storage.
Marcin Kościelnicki
2015-11-04
2
-1
/
+9
*
Fix non stopping breakpoint on newer compilers.
Walfred Tedeschi
2015-11-04
1
-2
/
+3
*
Changing compiler flags for MPX tests.
Walfred Tedeschi
2015-11-04
2
-2
/
+2
*
Improve error message for MPX bound table examinations.
Walfred Tedeschi
2015-11-04
1
-1
/
+2
*
btrace: add instruction-history /s and fix documentation
Markus Metzger
2015-11-04
5
-2
/
+32
*
btrace: change record instruction-history /m
Markus Metzger
2015-11-04
2
-22
/
+186
*
disasm: add struct disasm_insn to describe to-be-disassembled instruction
Markus Metzger
2015-11-04
3
-9
/
+72
*
disasm: split dump_insns
Markus Metzger
2015-11-04
2
-77
/
+101
*
xtensa: Add missing statics
Simon Marchi
2015-11-03
2
-3
/
+9
*
linux-mips-low.c: Add casts
Simon Marchi
2015-11-03
2
-4
/
+11
*
linux-mips-low.c: Change "private" variable name
Simon Marchi
2015-11-03
2
-2
/
+7
*
linux-mips-low.c: Fix type of mips_add_watchpoint parameter
Simon Marchi
2015-11-03
2
-2
/
+7
*
arm-linux-nat.c: Add cast
Simon Marchi
2015-11-03
2
-1
/
+5
*
Change return type of raw_bkpt_type_to_arm_hwbp_type
Simon Marchi
2015-11-03
2
-1
/
+6
*
gdbserver arm: Add casts
Simon Marchi
2015-11-03
3
-4
/
+11
*
linux-aarch32-low.c: Use NULL_REGSET
Simon Marchi
2015-11-03
2
-1
/
+5
*
target_ops mask_watchpoint: change int to target_hw_bp_type
Simon Marchi
2015-11-03
5
-16
/
+35
*
remote-sim.c: Add casts
Simon Marchi
2015-11-03
2
-11
/
+25
*
linux-ppc-low.c: Add casts
Simon Marchi
2015-11-03
2
-7
/
+17
*
linux-ppc-low.c: Remove forward declaration, move ppc_arch_setup lower
Simon Marchi
2015-11-03
2
-98
/
+103
*
Obvious typo fix in gdb.reverse/readv-reverse.exp
Marcin Kościelnicki
2015-11-03
2
-1
/
+5
*
gdb/reverse: Fix continue_to_breakpoint in syscall testcases.
Marcin Kościelnicki
2015-11-03
8
-28
/
+41
*
Add myself to gdb MAINTAINERS
Marcin Kościelnicki
2015-11-03
2
-0
/
+5
*
Don't displaced step when there's a breakpoint in the scratch pad range
Pedro Alves
2015-10-30
4
-0
/
+96
*
Simplify gdb.threads/wp-replication.exp on counting HW watchpoints
Yao Qi
2015-10-30
3
-72
/
+36
*
gdb/linux-record: Fix struct sizes for x32
Marcin Kościelnicki
2015-10-30
2
-4
/
+9
*
gdb/linux-record: Fix size_termios for x32, amd64, aarch64
Marcin Kościelnicki
2015-10-30
3
-3
/
+9
*
gdb/linux-record: TASK_COMM_LEN is 16 on ppc too
Marcin Kościelnicki
2015-10-30
2
-2
/
+6
*
gdb/linux-record: Fix old_select syscall handling
Marcin Kościelnicki
2015-10-30
2
-19
/
+30
*
gdb/linux-record: Fix newfstatat handling
Marcin Kościelnicki
2015-10-30
2
-1
/
+11
*
gdb/linux-record: Fix [gs]etgroups16 syscall
Marcin Kościelnicki
2015-10-30
2
-7
/
+14
*
gdb/linux-record: Support time, waitpid, pipe syscalls
Marcin Kościelnicki
2015-10-30
8
-0
/
+43
*
gdb/linux-record: Fix msghdr parsing on 64-bit targets
Marcin Kościelnicki
2015-10-30
2
-1
/
+7
*
gdb/linux-record: Fix readdir and getdents handling
Marcin Kościelnicki
2015-10-30
8
-32
/
+32
*
gdb/linux-record: Fix sizes of sigaction and sigset_t
Marcin Kościelnicki
2015-10-30
6
-26
/
+41
*
gdb/linux-record: Fix size_[ug]id values
Marcin Kościelnicki
2015-10-30
3
-4
/
+9
*
gdb/linux-record: Remove size_siginfo
Marcin Kościelnicki
2015-10-30
8
-9
/
+13
*
gdb/record: Add testcases for a few syscalls.
Marcin Kościelnicki
2015-10-30
15
-0
/
+777
*
gdbserver/proc-service.c: Change CORE_ADDR cast to uintptr_t
Simon Marchi
2015-10-30
2
-2
/
+7
*
gdbserver: Move pointer dereference to after assert checks.
Henrik Wallin
2015-10-29
2
-2
/
+10
*
Add/adjust casts in gdbserver's proc-service
Simon Marchi
2015-10-29
2
-2
/
+8
*
mdebugread.c: Address class -> address class index
Pedro Alves
2015-10-29
2
-20
/
+34
*
Add a cast in jit_target_read_impl
Simon Marchi
2015-10-29
2
-1
/
+6
*
Cast gdb_dlsym return value
Simon Marchi
2015-10-29
2
-1
/
+5
*
gdbserver/server.c: Cast return value of memmem
Simon Marchi
2015-10-29
2
-1
/
+7
*
Change type of write_qxfer_response parameter
Simon Marchi
2015-10-29
2
-1
/
+6
*
dwarf2read.c: Add cast
Simon Marchi
2015-10-29
2
-1
/
+5
*
Add cast to VEC_iterate
Pedro Alves
2015-10-29
2
-1
/
+5
*
guile/: Add enum cast
Pedro Alves
2015-10-29
2
-1
/
+5
[prev]
[next]