summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2016-11-02 12:09:57 +0000
committerSean McGivern <sean@mcgivern.me.uk>2016-11-02 12:09:57 +0000
commitaca7bd13883d27b31f77355ac83e2847c146cdee (patch)
treeb932c0c8fff165006aac7830771093fa274f1e3a
parent8db745ef64dc228f6a26d4bd95a8ec1bf7eb42a0 (diff)
parentc7dd62a0dae8a38a6104b2e4f771a7b324ac927b (diff)
downloadgitlab-ce-aca7bd13883d27b31f77355ac83e2847c146cdee.tar.gz
Merge branch 'fix/backtrace-command' into 'master'
Fix gdb backtrace command See merge request !7227
-rw-r--r--doc/administration/troubleshooting/debug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/troubleshooting/debug.md b/doc/administration/troubleshooting/debug.md
index d8dce4388e1..6f1356ddf8f 100644
--- a/doc/administration/troubleshooting/debug.md
+++ b/doc/administration/troubleshooting/debug.md
@@ -107,7 +107,7 @@ downtime. Otherwise skip to the next section.
1. To see the current threads, run:
```
- apply all thread bt
+ thread apply all bt
```
1. Once you're done debugging with `gdb`, be sure to detach from the process and exit: