aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/dump_symbols.h
diff options
context:
space:
mode:
authorluly81 <luly81@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-05-02 19:13:09 +0000
committerluly81 <luly81@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-05-02 19:13:09 +0000
commite219ba182e00794dee6046b01df467e030ca6390 (patch)
treed338b5898e5c3629910558113e9e20c4402d4e53 /src/common/linux/dump_symbols.h
parentMinidump without context crashes the processor (#153). r=bryner (diff)
downloadbreakpad-e219ba182e00794dee6046b01df467e030ca6390.tar.xz
Merge Ted's patch for writing symbols to stdout for linux.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@149 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/linux/dump_symbols.h')
-rw-r--r--src/common/linux/dump_symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/linux/dump_symbols.h b/src/common/linux/dump_symbols.h
index e0cbdf66..64f4c9e6 100644
--- a/src/common/linux/dump_symbols.h
+++ b/src/common/linux/dump_symbols.h
@@ -40,7 +40,7 @@ namespace google_breakpad {
class DumpSymbols {
public:
bool WriteSymbolFile(const std::string &obj_file,
- const std::string &symbol_file);
+ int sym_fd);
};
} // namespace google_breakpad