mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-12 04:26:28 +00:00
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
This commit is contained in:
committed by
Ted Mielczarek
parent
a34c929f6f
commit
c65ed6573e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user