Unreviewed changes
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: site/chromium-os/packages/crash-reporting/debugging-a-minidump/index.md
Insertions: 3, Deletions: 3.
@@ -141,17 +141,17 @@
## ==If backtrace in gdb did not help==
Sometimes, the gdb backtrace command ([Use gdb to show a
-backtrace](/chromium-os/how-tos-and-troubleshooting/crash-reporting/debugging-a-minidump#TOC-Use-gdb-to-show-a-backtrace))
+backtrace](#use-gdb-to-show-a-backtrace))
doesn't show a stack trace any better than that of minidump_stackwalk ([Use
minidump_stackwalk to show a stack
-trace](/chromium-os/how-tos-and-troubleshooting/crash-reporting/debugging-a-minidump#TOC-Use-minidump_stackwalk-to-show-a-stack-trace)).
+trace](#use-minidump_stackwalk-to-show-a-stack-trace)).
If you think there's more to it than what those two are showing you, try this
method to naively dump all the known symbol addresses seen on the stack. You'll
see some false positives, but you may just find the name of a function that
seems like a plausible place to look.
First, start from the above step of [using gdb to show a
-backtrace](/chromium-os/how-tos-and-troubleshooting/crash-reporting/debugging-a-minidump#TOC-Use-gdb-to-show-a-backtrace).
+backtrace](#use-gdb-to-show-a-backtrace).
We can reuse the gdb command file that was generated for it. Googlers: If you
didn't use my generate_gdb_command_file script, you can manually create the gdb
command file containing any "add-symbol-file" commands you ran.
```
```
The name of the file: site/chromium-os/packages/crash-reporting/faq/index.md
Insertions: 1, Deletions: 1.
@@ -31,7 +31,7 @@
checkout with `sudo emerge google-breakpad`.
Once you have `minidump-2-core`, you can look at section [Use gdb to show a
-backtrace](/chromium-os/how-tos-and-troubleshooting/crash-reporting/debugging-a-minidump#TOC-Use-gdb-to-show-a-backtrace)
+backtrace](/chromium-os/packages/crash-reporting/debugging-a-minidump/#use-gdb-to-show-a-backtrace)
of the [Debugging a Minidump
File](/chromium-os/packages/crash-reporting/debugging-a-minidump) guide. This is
my collection of instructions for how I've made use of `gdb` given a minidump
```