From 11d7510c0889aeff1eadbda1a9c83d9b493f69fe Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 15 Nov 2016 15:06:22 +0200 Subject: Update links code.google.com is obsolete. Fix all broken markdown links while at it. Change-Id: I6a337bf4b84eacd5f5c749a4ee61331553279009 Reviewed-on: https://chromium-review.googlesource.com/411800 Reviewed-by: Mike Frysinger --- docs/symbol_files.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/symbol_files.md') diff --git a/docs/symbol_files.md b/docs/symbol_files.md index 2fc157fc..90782016 100644 --- a/docs/symbol_files.md +++ b/docs/symbol_files.md @@ -197,10 +197,10 @@ All fields of a `STACK WIN` record, except for the last, are hexadecimal numbers. The _type_ field indicates what sort of stack frame data this record holds. Its -value should be one of the values of the [StackFrameTypeEnum] -(http://msdn.microsoft.com/en-us/library/bc5207xw%28VS.100%29.aspx) type in -Microsoft's [Debug Interface Access (DIA)] -(http://msdn.microsoft.com/en-us/library/x93ctkx8%28VS.100%29.aspx) API. +value should be one of the values of the +[StackFrameTypeEnum](http://msdn.microsoft.com/en-us/library/bc5207xw%28VS.100%29.aspx) +type in Microsoft's +[Debug Interface Access (DIA)](http://msdn.microsoft.com/en-us/library/x93ctkx8%28VS.100%29.aspx) API. Breakpad uses only records of type 4 (`FrameTypeFrameData`) and 0 (`FrameTypeFPO`); it ignores others. These types differ only in whether the last field is an _allocates\_base\_pointer_ flag (`FrameTypeFPO`) or a program string @@ -274,8 +274,7 @@ follows: * If the _has\_program\_string_ field of a `STACK WIN` record is not zero, then the record's final field is a string containing a program to be interpreted to recover the caller's frame. The comments in the - [postfix\_evaluator.h] - (http://code.google.com/p/google-breakpad/source/browse/trunk/src/processor/postfix_evaluator.h#40) + [postfix\_evaluator.h](../src/processor/postfix_evaluator.h#40) header file explain the language in which the program is written. You should place the following variables in the dictionary before interpreting the program: -- cgit v1.2.1