aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-12-20 11:17:36 +0100
committerhjk <hjk@qt.io>2022-12-20 13:26:09 +0000
commit2b97f69796f05d4d9d4b6745c4fbdc5d928aa001 (patch)
treebb4cac8fa298716b3dc22323b0c717af23b6c99f /doc/qtcreator/src/debugger
parent44d2f1510895fde649d622d92f11a1cc4ff33502 (diff)
Debugger: Merge GDB and GDB Extended option pages
Change-Id: I0d4c041cec9ea01e1310f08a4ee87ed8080976bd Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc/qtcreator/src/debugger')
-rw-r--r--doc/qtcreator/src/debugger/creator-debugger-common.qdocinc2
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc9
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc5
3 files changed, 5 insertions, 11 deletions
diff --git a/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc b/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc
index 1226853275..ed4d4bf64a 100644
--- a/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc
+++ b/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc
@@ -155,7 +155,7 @@
You can automatically add breakpoints on some functions to catch error
and warning messages. For more information, see \l{Specifying CDB Settings}
- and \l{Specifying Extended GDB Settings}.
+ and \l{Specifying GDB Settings}.
For more information on breakpoints, see
\l{http://sourceware.org/gdb/onlinedocs/gdb/Breakpoints.html#Breakpoints}
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc b/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc
index 057f43aa41..f6e5fedcf6 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc
@@ -110,16 +110,11 @@
To execute arbitrary Python scripts, use
\c {python execfile('/path/to/script.py')}.
- \section2 Specifying Extended GDB Settings
-
- To specify extended settings for GBD, select \uicontrol Edit >
- \uicontrol Preferences > \uicontrol Debugger > \uicontrol {GDB Extended}.
- The settings give access to advanced or experimental functions of GDB.
+ The settings in the \uicontrol Extended group give access to advanced
+ or experimental functions of GDB.
Enabling them may negatively impact your debugging experience, so use
them with care.
- \image qtcreator-gdb-extended-options.png "GDB Extended preferences"
-
To use asynchronous mode to control the inferior, select the
respective check box.
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index 35d598d4c6..44d9c9af44 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -414,8 +414,7 @@
To increase the timeout in the \uicontrol {GDB timeout} field, select
\uicontrol Edit > \uicontrol Preferences > \uicontrol Debugger >
\uicontrol GDB. For more information about settings that you can specify
- to manage the GDB process, see \l{Specifying GDB Settings} and
- \l{Specifying Extended GDB Settings}.
+ to manage the GDB process, see \l{Specifying GDB Settings}.
For more information about connecting with \c {target extended-remote} mode
in GDB, see \l{https://sourceware.org/gdb/onlinedocs/gdb/Connecting.html}
@@ -630,7 +629,7 @@
The extended GDB settings provide the option to step backwards in code,
but this option should be used with care, as it is slow and unstable on the
- GDB side. For more information, see \l{Specifying Extended GDB Settings}.
+ GDB side. For more information, see \l{Specifying GDB Settings}.
\section2 Customizing Debug Views