Skip to content

Commit

Permalink
Update symbol file documentation links.
Browse files Browse the repository at this point in the history
These locations have changed since the move from Google Code.

[email protected]
BUG=https://bugzilla.mozilla.org/show_bug.cgi?id=1275630
  • Loading branch information
rillian authored and luser committed Jun 10, 2016
1 parent a34c929 commit c65ed65
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.ANDROID
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ II. Using the client library in Android:
========================================

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

1/ You need to include "client/linux/handler/exception_handler.h" from a C++
source file.
2 changes: 1 addition & 1 deletion src/processor/cfi_frame_info.h
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/processor/windows_frame_info.h
Original file line number Diff line number Diff line change
@@ -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);
2 changes: 1 addition & 1 deletion src/tools/python/filter_syms.py
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ class SymbolFileParser(object):
"""Parser for Breakpad symbol files.
The format of these files is documented at
https://code.google.com/p/google-breakpad/wiki/SymbolFiles
https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md
"""

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

0 comments on commit c65ed65

Please sign in to comment.