Rev. | Tiempo | Autor |
---|---|---|
bf777b3 ysato-h8300 | 2016-01-09 15:30:42 | Yoshinori Sato |
use ptsname. |
||
2bb20c8 | 2016-01-08 23:32:07 | Yoshinori Sato |
Fix warning for clang. |
||
c7a2014 | 2016-01-08 23:31:23 | Yoshinori Sato |
Add missing src |
||
c3a6afc | 2015-11-21 03:06:53 | Yoshinori Sato |
Use generic sim functions |
||
e65b4ac | 2015-11-21 03:06:11 | Yoshinori Sato |
Conver signal number |
||
1e65677 | 2015-11-20 23:49:10 | Yoshinori Sato |
Merge branch 'master' into ysato-h8300 |
||
45dda21 | 2015-11-20 23:47:59 | Yoshinori Sato |
Merge branch 'master' of ssh://sourceware.org/git/binutils-gdb |
||
a915c10 | 2015-11-20 23:16:30 | Nick Clifton |
Remove a if-clause that is redundant because the same test has been performed earlier on. |
||
9b334a2 | 2015-11-20 23:15:24 | Tristan Gingold |
Fix missing update in previous patch. |
||
a4f8732 | 2015-11-20 23:08:29 | Ronald Hoogenboom |
Fix building objcopy under mingw64 by replacing uses of strndup with xstrndup. |
||
f075eb5 | 2015-11-20 22:53:06 | Tristan Gingold |
binutils: add support for arm-*-darwin and aarch64-*-darwin. |
||
11b8aeb | 2015-11-20 21:58:16 | David Bridgham |
Synchronize PDP11 page size between BFD and LD. |
||
f8c2a96 | 2015-11-20 21:35:43 | Nick Clifton |
Update translations. |
||
bb09744 | 2015-11-20 19:36:07 | Jose E. Marchesi |
callfuncs.exp: avoid spurious register differences in sparc64 targets. |
||
9c88ed8 | 2015-11-20 18:48:56 | Jose E. Marchesi |
sparc: fix build of gdb/testsuite/gdb.arch/sparc-sysstep.c |
||
96161e2 | 2015-11-20 09:22:04 | Sandra Loosemore |
Fix think-o in calls to gdb_compile. |
||
7fcdc24 | 2015-11-20 09:00:08 | GDB Administrator |
Automatic date update in version.in |
||
06e03ff | 2015-11-20 03:32:55 | Pedro Alves |
gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handling |
||
b35d5ed | 2015-11-20 03:31:49 | Pedro Alves |
gdb: Workaround bad gdbserver qSupported:xmlRegisters=i386;UnknwnFeat+ handling |
||
bb82e93 | 2015-11-20 00:17:46 | Simon Marchi |
Fix iov_len calculation in aarch64_linux_set_debug_regs |
||
9a08470 | 2015-11-19 23:32:54 | Pedro Alves |
[C++] Default to -Werror in C++ mode too |
||
dad44a1 | 2015-11-19 23:32:54 | Pedro Alves |
[C++] Drop -fpermissive hack |
||
c6d8112 | 2015-11-19 23:32:53 | Pedro Alves |
[C++] breakpoint.c: "no memory" software watchpoints and enum casts |
||
4d19317 | 2015-11-19 23:32:53 | Simon Marchi |
[C++] s390: Fix enum gdb_syscall conversion |
||
f8708a1 | 2015-11-19 23:32:53 | Pedro Alves |
[C++] linux-thread-db.c: dladdr cast |
||
915ef8b | 2015-11-19 23:32:53 | Pedro Alves |
[C++] remote.c: Avoid enum arithmetic |
||
c282563 | 2015-11-19 23:13:45 | Matthew Wahab |
[AArch64] Reject invalid immediate operands to MSR PAN |
||
231c059 | 2015-11-19 23:01:04 | Yao Qi |
Change argument opcode type from enum aarch64_opcodes to uint32_t |
||
6c1c9a8 | 2015-11-19 23:01:03 | Yao Qi |
Define enum out of the scope of struct |
||
9caa331 | 2015-11-19 23:01:03 | Yao Qi |
Cast void * to user_fpsimd_state *. |