Skip to content

Commit c65ed65

Browse files
rillianluser
authored andcommitted
Update symbol file documentation links.
These locations have changed since the move from Google Code. [email protected] BUG=https://bugzilla.mozilla.org/show_bug.cgi?id=1275630
1 parent a34c929 commit c65ed65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.ANDROID

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ II. Using the client library in Android:
5858
========================================
5959

6060
The usage instructions are very similar to the Linux ones that are
61-
found at http://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide
61+
found at https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/linux_starter_guide.md
6262

6363
1/ You need to include "client/linux/handler/exception_handler.h" from a C++
6464
source file.

src/processor/cfi_frame_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class MemoryRegion;
5454
// values, when the PC is at a given address in the current frame's
5555
// function. See the description of 'STACK CFI' records at:
5656
//
57-
// http://code.google.com/p/google-breakpad/wiki/SymbolFiles
57+
// https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md
5858
//
5959
// To prepare an instance of CFIFrameInfo for use at a given
6060
// instruction, first populate it with the rules from the 'STACK CFI

src/processor/windows_frame_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ struct WindowsFrameInfo {
118118
uint64_t &code_size) {
119119
// The format of a STACK WIN record is documented at:
120120
//
121-
// http://code.google.com/p/google-breakpad/wiki/SymbolFiles
121+
// https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md
122122

123123
std::vector<char> buffer;
124124
StringToVector(string, buffer);

src/tools/python/filter_syms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class SymbolFileParser(object):
5454
"""Parser for Breakpad symbol files.
5555
5656
The format of these files is documented at
57-
https://code.google.com/p/google-breakpad/wiki/SymbolFiles
57+
https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md
5858
"""
5959

6060
def __init__(self, input_stream, output_stream, ignored_prefixes=None,

0 commit comments

Comments
 (0)