From: Doug Evans Date: Thu, 10 Dec 2015 20:02:07 +0000 (-0800) Subject: fixup 102430245.patch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fusers%2Fdje%2Fgoogle-7.10;p=thirdparty%2Fbinutils-gdb.git fixup 102430245.patch --- diff --git a/gdb/python/python.c b/gdb/python/python.c index 59b16ff0bd2..40d42b6b4a1 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -2146,6 +2146,12 @@ Return the selected inferior object." }, { "inferiors", gdbpy_inferiors, METH_NOARGS, "inferiors () -> (gdb.Inferior, ...).\n\ Return a tuple containing all inferiors." }, + + { "top_interpreter_is_mi", gdbpy_top_interpreter_is_mi, METH_NOARGS, + "top_interpreter_is_mi () -> boolean.\n\ +Return True if the top level interpreter is MI-like." + }, + {NULL, NULL, 0, NULL} };