Skip to content

Commit 9b8e8ba

Browse files
authored
Merge pull request ceph#63992 from zdover23/wip-doc-2025-06-18-backport-44861-to-tentacle
tentacle: doc/dev: Debuggging with gdb Reviewed-by: Anthony D'Atri <[email protected]>
2 parents c2f4044 + f83f5d0 commit 9b8e8ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dev/developer_guide/debugging-gdb.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a powerful tool that allows you to analyze the execution flow
66
of a process.
77
GDB can help to find bugs, uncover crash errors or track the
88
source code during execution of a development cluster.
9-
It can also be used to debug Teuthology test runs.
9+
It can also be used to debug Teuthology tests runs.
1010

1111
GET STARTED WITH GDB
1212
--------------------
@@ -24,7 +24,7 @@ Attaching gdb to the process::
2424

2525
.. note::
2626
It is recommended to compile without any optimizations (``-O0`` gcc flag)
27-
in order to avoid elimination of intermediate values.
27+
in order to avoid elimintaion of intermediate values.
2828

2929
Stopping for breakpoints while debugging may cause timeouts, so the following
3030
configuration options are suggested::

0 commit comments

Comments
 (0)