]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: Debuggging with gdb 63992/head
authorMatan Breizman <mbreizma@redhat.com>
Wed, 2 Feb 2022 10:11:53 +0000 (10:11 +0000)
committerZac Dover <zac.dover@proton.me>
Wed, 18 Jun 2025 06:19:50 +0000 (16:19 +1000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 682b806efa39784c8ef67b46f4ac628f40aa15d9)

doc/dev/developer_guide/debugging-gdb.rst

index 15314443161a9bfdef32e445cf70c34e815e4d18..18aed02ec19173368e513a78bd1b33daec811548 100644 (file)
@@ -6,7 +6,7 @@ a powerful tool that allows you to analyze the execution flow
 of a process.
 GDB can help to find bugs, uncover crash errors or track the
 source code during execution of a development cluster.
-It can also be used to debug Teuthology test runs.
+It can also be used to debug Teuthology tests runs.
 
 GET STARTED WITH GDB
 --------------------
@@ -24,7 +24,7 @@ Attaching gdb to the process::
 
 .. note::
     It is recommended to compile without any optimizations (``-O0`` gcc flag)
-    in order to avoid elimination of intermediate values.
+    in order to avoid elimintaion of intermediate values.
 
 Stopping for breakpoints while debugging may cause timeouts, so the following
 configuration options are suggested::