diff options
author | Ralph Giles <giles@mozilla.com> | 2016-06-10 06:29:06 -0400 |
---|---|---|
committer | Ted Mielczarek <ted@mielczarek.org> | 2016-06-10 06:29:06 -0400 |
commit | c65ed6573eb34a5bbfe13b6bd2e7f70cdd2ed541 (patch) | |
tree | 13cd78c2c7bd1537e32aa8cf53d0a3317911c125 /src/processor | |
parent | linux/android: add SIGTRAP to the list of signals handled by the client (diff) | |
download | breakpad-c65ed6573eb34a5bbfe13b6bd2e7f70cdd2ed541.tar.xz |
Update symbol file documentation links.
These locations have changed since the move from Google Code.
R=ted.mielczarek@gmail.com
BUG=https://bugzilla.mozilla.org/show_bug.cgi?id=1275630
Diffstat (limited to 'src/processor')
-rw-r--r-- | src/processor/cfi_frame_info.h | 2 | ||||
-rw-r--r-- | src/processor/windows_frame_info.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/processor/cfi_frame_info.h b/src/processor/cfi_frame_info.h index bba2978e..90a1b3d7 100644 --- a/src/processor/cfi_frame_info.h +++ b/src/processor/cfi_frame_info.h @@ -54,7 +54,7 @@ class MemoryRegion; // values, when the PC is at a given address in the current frame's // function. See the description of 'STACK CFI' records at: // -// http://code.google.com/p/google-breakpad/wiki/SymbolFiles +// https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md // // To prepare an instance of CFIFrameInfo for use at a given // instruction, first populate it with the rules from the 'STACK CFI diff --git a/src/processor/windows_frame_info.h b/src/processor/windows_frame_info.h index c92c610c..f96e0a43 100644 --- a/src/processor/windows_frame_info.h +++ b/src/processor/windows_frame_info.h @@ -118,7 +118,7 @@ struct WindowsFrameInfo { uint64_t &code_size) { // The format of a STACK WIN record is documented at: // - // http://code.google.com/p/google-breakpad/wiki/SymbolFiles + // https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md std::vector<char> buffer; StringToVector(string, buffer); |