add gdb-client to run on host to debug target.. (kgdb)
authorWaldemar Brodkorb <wbx@openwrt.org>
Tue, 7 Jun 2005 08:11:06 +0000 (08:11 +0000)
committerWaldemar Brodkorb <wbx@openwrt.org>
Tue, 7 Jun 2005 08:11:06 +0000 (08:11 +0000)
commit7dc2e6dab0769df77a5a23bd34a666e25b88842b
treec154b3c2f8370f229a4f8fd0bf65c3ae12060383
parent53d63aad955f53b9d2b933b7ca19ef655ef55ab5
add gdb-client to run on host to debug target.. (kgdb)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1166 3c298f89-4303-0410-b956-a3cf2f4a3e73
29 files changed:
toolchain/Config.in.devel
toolchain/Makefile
toolchain/gdb/Config.in [new file with mode: 0644]
toolchain/gdb/Makefile [new file with mode: 0644]
toolchain/gdb/patches/100-uclibc-conf.patch [new file with mode: 0644]
toolchain/gdb/patches/200-uclibc-readline-conf.patch [new file with mode: 0644]
toolchain/gdb/patches/400-mips-coredump.patch [new file with mode: 0644]
toolchain/gdb/patches/500-thread-timeout.patch [new file with mode: 0644]
toolchain/gdb/patches/600-debian_10.selected-frame.patch [new file with mode: 0644]
toolchain/gdb/patches/620-debian_static-thread-db.patch [new file with mode: 0644]
toolchain/gdb/patches/630-debian_24.tracepoint-segv.patch [new file with mode: 0644]
toolchain/gdb/patches/640-debian_dwarf2-frame-signal-unwinder.patch [new file with mode: 0644]
toolchain/gdb/patches/650-debian_vsyscall-gdb-support.patch [new file with mode: 0644]
toolchain/gdb/patches/660-debian_dwarf-cfa-restore.patch [new file with mode: 0644]
toolchain/gdb/patches/680-debian_sim-destdir.patch [new file with mode: 0644]
toolchain/gdb/patches/690-debian_member-field-symtab.patch [new file with mode: 0644]
toolchain/gdb/patches/700-debian_cp-pass-by-reference.patch [new file with mode: 0644]
toolchain/gdb/patches/710-debian_thread-db-multiple-libraries.patch [new file with mode: 0644]
toolchain/gdb/patches/720-debian_static-threads-test.patch [new file with mode: 0644]
toolchain/gdb/patches/730-debian_gdb-fix-tracefork-check.patch [new file with mode: 0644]
toolchain/gdb/patches/740-debian_make-cv-type-crash.patch [new file with mode: 0644]
toolchain/gdb/patches/750-debian_sparc-singlestep.patch [new file with mode: 0644]
toolchain/gdb/patches/760-debian_vsyscall-bfd-close-result.patch [new file with mode: 0644]
toolchain/gdb/patches/770-debian_vfork-done-spelling.patch [new file with mode: 0644]
toolchain/gdb/patches/780-debian_gdbserver-rdynamic.patch [new file with mode: 0644]
toolchain/gdb/patches/790-debian_dwarf2-cfi-warning.patch [new file with mode: 0644]
toolchain/gdb/patches/800-debian_linux-use-underscore-exit.patch [new file with mode: 0644]
toolchain/gdb/patches/810-debian_bfd-no-kylix-crash.patch [new file with mode: 0644]
toolchain/gdb/patches/820-debian_disable-linux-fork-messages.patch [new file with mode: 0644]