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

Unified Diff: client/linux/handler/exception_handler.cc

Issue 29004: New uploader for linux with makefile changes to generate library + command line util. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/src/
Patch Set: Removed extra files Created 15 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 | « client/linux/Makefile ('k') | client/linux/sender/google_crash_report_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/linux/handler/exception_handler.cc
===================================================================
--- client/linux/handler/exception_handler.cc (revision 399)
+++ client/linux/handler/exception_handler.cc (working copy)
@@ -88,6 +88,7 @@
// A wrapper for the tgkill syscall: send a signal to a specific thread.
static int tgkill(pid_t tgid, pid_t tid, int sig) {
syscall(__NR_tgkill, tgid, tid, sig);
+ return 0;
}
namespace google_breakpad {
@@ -171,6 +172,7 @@
return false;
old_handlers_.push_back(std::make_pair(kExceptionSignals[i], old));
}
+ return true;
}
// Runs before crashing: normal context.
« no previous file with comments | « client/linux/Makefile ('k') | client/linux/sender/google_crash_report_sender.cc » ('j') | no next file with comments »

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