File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ a powerful tool that allows you to analyze the execution flow
66of a process.
77GDB can help to find bugs, uncover crash errors or track the
88source 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
1111GET 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
2929Stopping for breakpoints while debugging may cause timeouts, so the following
3030configuration options are suggested::
You can’t perform that action at this time.
0 commit comments