aboutsummaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.gdbserver
Commit message (Collapse)AuthorAgeFilesLines
* Mark static gdb/gdbserver EXPERIMENTALAlexey Neyman2017-03-151-2/+17
| | | | | | ... and default to 'n'. Signed-off-by: Alexey Neyman <stilor@att.net>
* Supply --disable-build-with-cxx instead of requiring C++Alexey Neyman2017-02-091-1/+1
| | | | | | | ... when building native GDB/gdbserver. Suggested by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Alexey Neyman <stilor@att.net>
* Require C++ support for gdbserver 7.12 or newer.Alexey Neyman2017-02-021-0/+1
| | | | | | | Also, do not select gdbserver for cross-gdb automatically, or it may be selected even without meeting the dependencies (if C++ is not enabled) Signed-off-by: Alexey Neyman <stilor@att.net>
* config: Add static link check to static optionsBryan Hundven2016-02-261-0/+1
| | | | | | If we can't static link with gcc, then don't allow static linking. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* debug/gdb: add option to enable/disable the IPA lib for gdbserverYann E. MORIN"2012-05-171-0/+20
| | | | | | | | | | | | | gdbserver >= 7.2 comes with an optional library to use tracepoints, the In Process Agent (IPA) library, libinproctrace.so. Currently, we build gdbserver staticaly, but that breaks the build of the IPA lib. Add an option to biuld the IPA lib, but not if statically linking. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kconfig: remove useless 'default n'Benoît THÉBAUDEAU"2011-05-311-1/+0
| | | | | | | kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
* debug/gdb: split menuconfig for easier maintenanceYann E. MORIN"2010-03-151-0/+26