kumquat-buildroot/toolchain/uClibc
Thomas Petazzoni a0b6faaab4 gdb: convert to the package infrastructure
This commit converts gdb to the package infrastructure, and therefore
moves it from toolchain/gdb to package/gdb.

The target package is now visible in "Package selection for the
target" => "Debugging, profiling and benchmark". The main option,
"gdb", forcefully selects the "gdbserver" sub-option by
default. Another sub-option, "full debugger" allows to install the
complete gdb on the target. When this option is enabled, then
"gdbserver" is no longer forcefully selected. This ensures that at
least gdbserver or the full debugger gets built/installed, so that the
package is not a no-op.

The host debugger is still enabled through a configuration option in
"Toolchain". It is now visible regardless of the toolchain type (it
used to be hidden for External Toolchains). The configuration options
relative to the host debugger are now in package/gdb/Config.in.host,
similar to how we have package/binutils/Config.in.host.

Since gdb is now a proper package, it is no longer allowed to 'select
BR2_PTHREADS_DEBUG' to ensure thread debugging is available when
needed. Instead, it now 'depends on
BR2_TOOLCHAIN_HAS_THREADS_DEBUG'. This option, in turn, is selected by
the different toolchain backends when appropriate. The
'BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED' option is removed, since
we no longer need to know when it is allowed to 'select
BR2_PTHREADS_DEBUG'. Also, the 'BR2_PTHREADS_DEBUG' option is moved to
appear right below the thread implementation selection (in the case of
the Buildroot toolchain backend).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-11 21:46:32 +02:00
..
Config.in gdb: convert to the package infrastructure 2013-04-11 21:46:32 +02:00
uClibc-0.9.31.1-add-bsd-endian-conversions.patch uClibc: bump 0.9.31.x version 2011-06-09 10:18:05 +02:00
uClibc-0.9.31.1-add-inotify-init1.patch uClibc: bump 0.9.31.x version 2011-06-09 10:18:05 +02:00
uClibc-0.9.31.1-add-sock-cloexec.patch uClibc: bump 0.9.31.x version 2011-06-09 10:18:05 +02:00
uClibc-0.9.31.1-export-strverscmp.patch uClibc 0.9.31.1: add patch to export strverscmp for real 2011-11-02 12:11:17 +01:00
uClibc-0.9.31.1-fix-daylight-saving-time-handling.patch uClibc: add patches to fix daylight saving issues 2011-11-02 12:10:36 +01:00
uClibc-0.9.31.1-fix-error-locale-utf-8.patch uClibc: bump 0.9.31.x version 2011-06-09 10:18:05 +02:00
uClibc-0.9.31.1-fix-fcntl64-for-64-bit-targets.patch uClibc: bump 0.9.31.x version 2011-06-09 10:18:05 +02:00
uClibc-0.9.31.1-linuxthreads-errno-fix.patch uClibc: bump 0.9.31.x version 2011-06-09 10:18:05 +02:00
uClibc-0.9.31.1-more-workarounds-GCC-PR32219.patch uClibc: bump 0.9.31.x version 2011-06-09 10:18:05 +02:00
uClibc-0.9.31.1-powerpc-ptrace-fix.patch uClibc: bump 0.9.31.x version 2011-06-09 10:18:05 +02:00
uClibc-0.9.31.1-quad-routines.patch uClibc: bump 0.9.31.x version 2011-06-09 10:18:05 +02:00
uClibc-0.9.31.1-sparc-errno-fix.patch uClibc: fix sparc build breakage 2011-11-17 06:57:19 +01:00
uClibc-0.9.31.1-unshare.patch uClibc: add unshare() syscall support 2011-12-07 21:53:28 +01:00
uClibc-0.9.31.1-workaround-GCC-PR32219.patch uClibc: bump 0.9.31.x version 2011-06-09 10:18:05 +02:00
uClibc-0.9.31.config toolchain/arm: drop generic and old, add fa526/626, unify strongarm 2013-04-11 09:22:48 +02:00
uClibc-0.9.32.1-Fix-__libc_epoll_pwait-compile-failure-on-x86.patch uClibc: bump 0.9.32.x version to 0.9.32.1 2012-01-02 15:09:31 +01:00
uClibc-0.9.32.1-Fix-e500-__fe_nomask_env-use-of-__set_errno.patch uClibc: bump 0.9.32.x version to 0.9.32.1 2012-01-02 15:09:31 +01:00
uClibc-0.9.32.1-linuxthreads-errno-fix.patch uClibc: bump 0.9.32.x version to 0.9.32.1 2012-01-02 15:09:31 +01:00
uClibc-0.9.32.1-sparc-errno-fix.patch uClibc: bump 0.9.32.x version to 0.9.32.1 2012-01-02 15:09:31 +01:00
uClibc-0.9.32.1-unshare.patch uClibc: bump 0.9.32.x version to 0.9.32.1 2012-01-02 15:09:31 +01:00
uClibc-0.9.32.config toolchain/uClibc: enable UCLIBC_SUPPORT_AI_ADDRCONFIG 2012-05-03 15:54:05 +02:00
uClibc-0.9.33.2-bits-time.h-sync-with-glibc-2.16.patch uClibc: backport bits/time.h update to 0.9.33.2 2013-02-20 20:48:22 +01:00
uClibc-0.9.33.2-define-MSG_CMSG_CLOEXEC.patch uClibc: bump 0.9.33.x stable version 2012-05-15 11:46:39 +02:00
uClibc-0.9.33.2-dup3.patch avr32: support uClibc 0.9.33.2 2013-02-02 14:45:16 +01:00
uClibc-0.9.33.2-OpenWRT-140-avr32_atomic_fix.patch avr32: support uClibc 0.9.33.2 2013-02-02 14:45:16 +01:00
uClibc-0.9.33.config toolchain/uClibc: enable UCLIBC_SUPPORT_AI_ADDRCONFIG 2012-05-03 15:54:05 +02:00
uClibc-snapshot.config uClibc: update uClibc-snapshot.config to recent uClibcs 2012-11-15 16:39:31 +01:00
uclibc.mk toolchain/arm: drop generic and old, add fa526/626, unify strongarm 2013-04-11 09:22:48 +02:00