Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8690)

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

Issue 623002: It is unnecessary to remove prefix of function name on Win64 ABI Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/common/windows/pdb_source_line_writer.cc ('k') | no next file » | 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
===================================================================
--- src/common/windows/pdb_source_line_writer.h (revision 1208)
+++ src/common/windows/pdb_source_line_writer.h (working copy)
@@ -138,7 +138,7 @@
// to a code block that is lexically part of this function, but
// resides at a separate address.
// Returns true on success.
- bool PrintFunction(IDiaSymbol *function, IDiaSymbol *block);
+ bool PrintFunction(IDiaSymbol *function, IDiaSymbol *block, bool is_x86);
// Outputs all functions as described above. Returns true on success.
bool PrintFunctions();
@@ -205,7 +205,8 @@
// parameters on the stack, this information is returned in stack_param_size.
// Returns true on success. If the symbol doesn't encode parameter size
// information, stack_param_size is set to -1.
- static bool GetSymbolFunctionName(IDiaSymbol *function, BSTR *name,
+ static bool GetSymbolFunctionName(IDiaSymbol *function, bool is_x86,
+ BSTR *name,
int *stack_param_size);
// Returns the number of bytes of stack space used for a function's
« no previous file with comments | « src/common/windows/pdb_source_line_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted