diff options
author | Alexey Neyman <stilor@att.net> | 2019-04-05 14:09:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 14:09:48 -0700 |
commit | 51f1db5c0aed562caf6d195ee5d3666ee33cc0ad (patch) | |
tree | dfcb47a7f71ddb84e81e6a89530dcaf4f33b0dfe /config/debug | |
parent | ace18924a37dce89d9476dfc9a4ec329e77660a2 (diff) | |
parent | 693d3943b10665b99a31ab1f3b4058fb4b3a32d1 (diff) | |
download | crosstool-ng-51f1db5c0aed562caf6d195ee5d3666ee33cc0ad.tar.gz crosstool-ng-51f1db5c0aed562caf6d195ee5d3666ee33cc0ad.tar.bz2 crosstool-ng-51f1db5c0aed562caf6d195ee5d3666ee33cc0ad.zip |
Merge pull request #1178 from stilor/master
Last fixes for 1.24.0
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in.native | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native index 1ee8ad12..101e8246 100644 --- a/config/debug/gdb.in.native +++ b/config/debug/gdb.in.native @@ -6,7 +6,7 @@ config GDB_NATIVE depends on ! BARE_METAL depends on ! LIBC_BIONIC depends on CC_LANG_CXX || !GDB_8_0_or_later - select LIBC_UCLIBC_WCHAR if LIBC_UCLIBC && GDB_8_0_or_later + select LIBC_UCLIBC_WCHAR if LIBC_UCLIBC select EXPAT_TARGET select NCURSES_TARGET help @@ -26,10 +26,12 @@ if GDB_NATIVE || GDB_GDBSERVER config GDB_NATIVE_BUILD_IPA_LIB bool prompt "Build the IPA library" + depends on LIBC_GLIBC depends on GDB_HAS_IPA_LIB && !GDB_NATIVE_STATIC help gdbserver >= 7.2 comes with an optional library to use tracepoints, - the In Process Agent (IPA) library, libinproctrace.so. + the In Process Agent (IPA) library, libinproctrace.so. This library + uses some GNU extensions from the C library. Say 'y' if you intend to use tracepoints when debugging your programs with gdbserver. |