From 9f7af33404f14a53d94ea00d165f3fa7e22b1881 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 5 Jan 2021 17:19:28 +0100 Subject: [PATCH] Debugger: Clarify the the state of dumper use outside Creator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTCREATORBUG-25199 Change-Id: Ib993180a21b385c340f990298d0e9c521e18b767 Reviewed-by: André Hartmann Reviewed-by: Eike Ziller --- share/qtcreator/debugger/README.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/debugger/README.txt b/share/qtcreator/debugger/README.txt index bbebfecac70..b0e810bf4a6 100644 --- a/share/qtcreator/debugger/README.txt +++ b/share/qtcreator/debugger/README.txt @@ -1,7 +1,15 @@ +NOTE: + While the primary intention of this pretty printing implementation is -to provide what Qt Creator needs, it can be used in a plain GDB and LLDB -session, too. +to provide what Qt Creator needs, it can sometimes be used in plain +GDB and LLDB sessions, too. + +This features is provided as-is. There is no guarantee this works in any +way outside Qt Creator, this setup is not officially supported. +Bugreports or (better!) patches are welcome. + + With