aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler_test.cc
diff options
context:
space:
mode:
authorluly81 <luly81@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-03-27 02:16:13 +0000
committerluly81 <luly81@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-03-27 02:16:13 +0000
commitab175ccc2be07e805973a399def35c885f1c49c9 (patch)
tree02bbff90a69f305b583dc3da233e37f5cd94a4dd /src/client/linux/handler/exception_handler_test.cc
parentissue141: reviewer Waylonis (diff)
downloadbreakpad-ab175ccc2be07e805973a399def35c885f1c49c9.tar.xz
Fix bug of issue 135, now can dump symbols for dynamic libraries.
Also some minor fixes to make it compile with more strict compiling options. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@133 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/linux/handler/exception_handler_test.cc')
-rw-r--r--src/client/linux/handler/exception_handler_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/linux/handler/exception_handler_test.cc b/src/client/linux/handler/exception_handler_test.cc
index 9c4a35a7..2d94553d 100644
--- a/src/client/linux/handler/exception_handler_test.cc
+++ b/src/client/linux/handler/exception_handler_test.cc
@@ -107,7 +107,7 @@ static bool MinidumpCallback(const char *dump_path,
}
int main(int argc, char *argv[]) {
- int handler_index = 1;
+ int handler_index = 0;
ExceptionHandler handler_ignore(".", NULL, MinidumpCallback,
(void*)handler_index, true);
++handler_index;