Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: src/common/windows/pdb_source_line_writer.h

Issue 1773183003: Windows dump_syms: Add dumping of x86_64 CFI from PDB files Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@warning-fix
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/common/windows/omap.cc ('k') | src/common/windows/pdb_source_line_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/windows/pdb_source_line_writer.h
diff --git a/src/common/windows/pdb_source_line_writer.h b/src/common/windows/pdb_source_line_writer.h
index e9e89bb279ed25411cda60fa63a9186c978158d8..3f8d8754dc0ccea8e347ef1476703c4fda032bc4 100644
--- a/src/common/windows/pdb_source_line_writer.h
+++ b/src/common/windows/pdb_source_line_writer.h
@@ -162,6 +162,11 @@ class PDBSourceLineWriter {
bool PrintFrameDataUsingEXE();
// Outputs all of the frame information necessary to construct stack
+ // backtraces in the absence of frame pointers. For x64 data stored in
+ // the .pdb files. Returns true on success.
+ bool PrintFrameDataUsingPDBXData();
+
+ // Outputs all of the frame information necessary to construct stack
// backtraces in the absence of frame pointers. Returns true on success.
bool PrintFrameData();
« no previous file with comments | « src/common/windows/omap.cc ('k') | src/common/windows/pdb_source_line_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698