mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-31 11:44:48 +01:00
Fix symupload build failure on Windows.
- Make handle_inline default to false in PDBSourceLineWriter constructor. - Add --i flag for symupload to generate inline information. Change-Id: I3149173ee635a503b9508a12ef572f8b6e5c5dfe Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3364804 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
10afee3916
commit
bbf740148d
2 changed files with 13 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ class PDBSourceLineWriter {
|
|||
ANY_FILE // try PDB_FILE and then EXE_FILE
|
||||
};
|
||||
|
||||
explicit PDBSourceLineWriter(bool handle_inline);
|
||||
explicit PDBSourceLineWriter(bool handle_inline = false);
|
||||
~PDBSourceLineWriter();
|
||||
|
||||
// Opens the given file. For executable files, the corresponding pdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue