]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add setting to control frame language mismatch warning
authorTom Tromey <tromey@adacore.com>
Fri, 1 Nov 2024 16:08:34 +0000 (10:08 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 11 Nov 2024 14:42:01 +0000 (07:42 -0700)
commit218ee1660d139d945c8517775a4813107a174664
treeef3b5038ace9df699e13aa7971aa37eb155e2808
parent3a983e041b8b7130fc1e23d6e9e496850a968933
Add setting to control frame language mismatch warning

A customer noted that there is no way to prevent the "current language
does not match this frame" warning.  This patch adds a new setting to
allow this warning to be suppressed.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/NEWS
gdb/doc/gdb.texinfo
gdb/language.c
gdb/language.h
gdb/testsuite/gdb.base/langs.exp
gdb/testsuite/gdb.base/with.exp
gdb/top.c