aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/SymbolCollectorClient.h
diff options
context:
space:
mode:
authorNelson Billing <nbilling@google.com>2020-08-14 18:32:45 -0700
committerNelson Billing <nbilling@google.com>2020-08-17 22:31:50 +0000
commit9c38ab7c67e5b199e6b7ffafa27b7f463f06dedd (patch)
tree5f6081b3dc47eef23accaa325ff1aa0b5c043c36 /src/common/mac/SymbolCollectorClient.h
parentlinux: Fix segfault when there is no section header in ELF file (diff)
downloadbreakpad-9c38ab7c67e5b199e6b7ffafa27b7f463f06dedd.tar.xz
Add native symbol uploads to Mac OS symupload tool.
- sym-upload-v2 protocol only. - Supports elf, dwp, debug_only, macho, dsym, pe, and pdb (with the classic mode being called 'breakpad'). Change-Id: I68c0065aec3a7ffe29b364dd9e2e1dbdb58e3e5d Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2357528 Reviewed-by: Mark Mentovai <mark@chromium.org>
Diffstat (limited to 'src/common/mac/SymbolCollectorClient.h')
-rw-r--r--src/common/mac/SymbolCollectorClient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/mac/SymbolCollectorClient.h b/src/common/mac/SymbolCollectorClient.h
index 1f27f23f..9e955c8e 100644
--- a/src/common/mac/SymbolCollectorClient.h
+++ b/src/common/mac/SymbolCollectorClient.h
@@ -95,7 +95,8 @@ typedef NS_ENUM(NSInteger, SymbolStatus) {
withAPIKey:(NSString*)APIKey
withUploadKey:(NSString*)uploadKey
withDebugFile:(NSString*)debugFile
- withDebugID:(NSString*)debugID;
+ withDebugID:(NSString*)debugID
+ withType:(NSString*)type;
@end