Scott Graham
|
4df538f283
|
win: Add memory map range intersection helper
To be used for improved version of ReadMemory() that is memory-map
aware, in particular for reading the environment block in
https://codereview.chromium.org/1360863006/.
R=mark@chromium.org
BUG=crashpad:20, crashpad:46
Review URL: https://codereview.chromium.org/1372183002 .
|
2015-10-01 11:47:32 -07:00 |
|
Scott Graham
|
cb8c01f410
|
win: Some %zu to PRIuS
%zu aborts in system printf functions on Windows, so use PRIuS instead.
R=mark@chromium.org, rsesek@chromium.org
BUG=crashpad:1
Review URL: https://codereview.chromium.org/849193002
|
2015-01-15 10:00:43 -08:00 |
|
Mark Mentovai
|
6d1af6922f
|
Don’t use using directives (“using namespace”) in tests.
The contents of tests are moved into the namespace
crashpad::test::(anonymous namespace).
https://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Namespaces
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/635883002
|
2014-10-07 17:28:50 -04:00 |
|
Mark Mentovai
|
d05166c26c
|
Add CheckedRange<> and its test.
TEST=util_test CheckedRange
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/467113002
|
2014-08-15 10:22:37 -07:00 |
|