From 768304767b039b5b0d7c3c4a45a4fce04e1d0f81 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 6 Apr 2006 18:08:44 +0000 Subject: akvadrako writes: The term gdb-client is deceptive - although it parallels the gdb-server name, it is actually a full fledged gdb version. I want to use it to debug uClibc core files on my host system. Although I haven't got that to work yet, I wasted time figuring out how to do build gdb for the host not realizing it already had a target. With this documentation change, things would have been a lot clearer to me. --- toolchain/gdb/Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'toolchain/gdb/Config.in') diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 737eb07f6..9c1caf4c1 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -14,16 +14,16 @@ config BR2_PACKAGE_GDB_SERVER Build the gdbserver stub to run on the target. A full gdb is needed to debug the progam. -config BR2_PACKAGE_GDB_CLIENT - bool "Build gdb client for the Host" +config BR2_PACKAGE_GDB_HOST + bool "Build gdb for the Host" default n help - Build gdb to run on the host to debug programs running on the target. + Build gdb to run on the host to debug programs run on the target. choice prompt "GDB debugger Version" default BR2_GDB_VERSION_6_3 - depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_CLIENT + depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_HOST help Select the version of gdb you wish to use. -- cgit v1.2.3