• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


gdb_7_6-branch
RSS
Rev. Zeit Autor
230d39c gdb_7_6-branch 2014-01-22 21:23:00 Baruch Siach

gdb: xtensa: fix on 64-bit hosts

On 64-bit hosts unsigned long is 64 bit. Use uint32_t instead.

gdb/
2014-01-22 Baruch Siach <baruch@tkos.co.il>

* xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.

eabefd8 2014-01-22 21:22:55 Pedro Alves

xtensa-config.c: missing defs.h include.

All .c files must start by including defs.h.

2014-01-22 Pedro Alves <palves@redhat.com>

* xtensa-config.c: Include defs.h.

ce1f860 2014-01-22 21:22:26 Baruch Siach

gdb: xtensa: fix linux ptrace includes

Currently, xtensa code using the Linux ptrace interface only include
sys/ptrace.h. This file comes from the C library (glibc and uClibc,
at least), and includes a declaration of the ptrace() functions, along
with some cross architecture constants that are mostly copied from the
file located at include/uapi/linux/ptrace.h in recent Linux kernels.

For xtensa specific constants like PTRACE_GETXTREGS and
PTRACE_SETXTREGS the asm/ptrace.h include from the Linux kernel UAPI
is needed. The code in gdbserver xtensa specific part doesn't call
ptrace() directly, so we can remove the unneeded sys/ptrace.h include.
The gdb xtensa specific code needs both headers, since it calls
ptrace().

gdb/
* xtensa-linux-nat.c: Include asm/ptrace.h.

gdb/gdbserver/
* linux-xtensa-low.c: Include asm/ptrace.h instead of
sys/ptrace.h.

6cd7dee 2014-01-08 09:00:07 GDB Administrator

Automatic date update in version.in

443949e 2014-01-07 09:00:07 GDB Administrator

Automatic date update in version.in

2ebae56 2014-01-06 09:00:05 GDB Administrator

Automatic date update in version.in

5e91531 2014-01-05 09:00:05 GDB Administrator

Automatic date update in version.in

63a4c5e 2014-01-04 09:00:06 GDB Administrator

Automatic date update in version.in

7db2a8d 2014-01-03 09:00:06 GDB Administrator

Automatic date update in version.in

41fdde9 2014-01-02 09:00:07 GDB Administrator

Automatic date update in version.in

004bd2b 2014-01-01 09:00:05 GDB Administrator

Automatic date update in version.in

d6aed7c 2013-12-31 09:00:06 GDB Administrator

Automatic date update in version.in

7eb45b1 2013-12-30 09:00:05 GDB Administrator

Automatic date update in version.in

bfe2496 2013-12-29 09:00:06 GDB Administrator

Automatic date update in version.in

e654f9d 2013-12-28 09:00:06 GDB Administrator

Automatic date update in version.in

3754068 2013-12-27 09:00:06 GDB Administrator

Automatic date update in version.in

7f21315 2013-12-26 09:00:06 GDB Administrator

Automatic date update in version.in

6381f0b 2013-12-25 09:00:07 GDB Administrator

Automatic date update in version.in

6efd991 2013-12-24 09:00:06 GDB Administrator

Automatic date update in version.in

11186ba 2013-12-23 09:00:06 GDB Administrator

Automatic date update in version.in

0266e32 2013-12-22 09:00:05 GDB Administrator

Automatic date update in version.in

7c448da 2013-12-21 09:00:05 GDB Administrator

Automatic date update in version.in

60d6999 2013-12-20 09:00:06 GDB Administrator

Automatic date update in version.in

e069a14 2013-12-19 09:00:06 GDB Administrator

Automatic date update in version.in

bbe6948 2013-12-18 09:00:06 GDB Administrator

Automatic date update in version.in

cedc14e 2013-12-17 09:00:05 GDB Administrator

Automatic date update in version.in

1db0791 2013-12-16 23:06:49 Pedro Alves

PR 16329: remote debugging broken on Solaris.

Like on GNU/Linux (linux-thread-db.c), the Solaris solaris-threads
target (handles libthread_db.so) shouldn't be pushed when remote
debugging.

This uses the same predicate used by linux-thread-db.c.

gdb/
2013-12-16 Pedro Alves <palves@redhat.com>

PR 16329
* sol-thread.c (check_for_thread_db): If the target can't run or
isn't a core, return without pushing.

3b88acb 2013-12-16 09:00:06 GDB Administrator

Automatic date update in version.in

5df24b3 2013-12-15 09:00:06 GDB Administrator

Automatic date update in version.in

805d0e0 2013-12-14 09:00:06 GDB Administrator

Automatic date update in version.in