Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1118)

Unified Diff: breakpad/linux/linux_dumper.h

Issue 113875: Linux: Breakpad updates. (Closed)
Patch Set: ... Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | breakpad/linux/linux_dumper.cc » ('j') | breakpad/linux/minidump_writer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/linux/linux_dumper.h
diff --git a/breakpad/linux/linux_dumper.h b/breakpad/linux/linux_dumper.h
index 1e39a6e2282500d3e3807c179df3aac9436b7aea..b6fc58a955a5d563d58b50aeef9d882ac871f616 100644
--- a/breakpad/linux/linux_dumper.h
+++ b/breakpad/linux/linux_dumper.h
@@ -65,6 +65,7 @@ struct ThreadInfo {
struct MappingInfo {
uintptr_t start_addr;
size_t size;
+ size_t offset; // offset into the backed file.
char name[NAME_MAX];
};
« no previous file with comments | « no previous file | breakpad/linux/linux_dumper.cc » ('j') | breakpad/linux/minidump_writer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698