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

Delta Between Two Patch Sets: src/processor/stackwalker_unittest_utils.h

Issue 5684002: Refactoring in preparation for microdump processing (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Left Patch Set: Argh, revert aclocal.m4 again; and add some blank line around namespaces. Created 10 years, 7 months ago
Right Patch Set: More alpha sorting fixes in Makefile.am Created 10 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/processor/stackwalker_selftest.cc ('k') | src/tools/mac/crash_report/crash_report.mm » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // -*- mode: C++ -*- 1 // -*- mode: C++ -*-
2 2
3 // Copyright (c) 2010, Google Inc. 3 // Copyright (c) 2010, Google Inc.
4 // All rights reserved. 4 // All rights reserved.
5 // 5 //
6 // Redistribution and use in source and binary forms, with or without 6 // Redistribution and use in source and binary forms, with or without
7 // modification, are permitted provided that the following conditions are 7 // modification, are permitted provided that the following conditions are
8 // met: 8 // met:
9 // 9 //
10 // * Redistributions of source code must retain the above copyright 10 // * Redistributions of source code must retain the above copyright
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 } 202 }
203 } 203 }
204 204
205 private: 205 private:
206 // List of symbol data to be freed upon destruction 206 // List of symbol data to be freed upon destruction
207 typedef std::vector<char*> SymbolDataVector; 207 typedef std::vector<char*> SymbolDataVector;
208 SymbolDataVector symbol_data_to_free_; 208 SymbolDataVector symbol_data_to_free_;
209 }; 209 };
210 210
211 #endif // PROCESSOR_STACKWALKER_UNITTEST_UTILS_H_ 211 #endif // PROCESSOR_STACKWALKER_UNITTEST_UTILS_H_
LEFTRIGHT

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