projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21d42a6
)
snapshot-interface: debug prints: lengthen the "regionname" field
author
Brian Norris
<banorris@uci.edu>
Thu, 6 Sep 2012 18:43:06 +0000
(11:43 -0700)
committer
Brian Norris
<banorris@uci.edu>
Thu, 6 Sep 2012 18:43:06 +0000
(11:43 -0700)
snapshot-interface.cc
patch
|
blob
|
history
diff --git
a/snapshot-interface.cc
b/snapshot-interface.cc
index 072c1f959ac07c256129248174665a33fb5e7b30..d93e5c20dce3203378c2ea9d4f611bb90580686d 100644
(file)
--- a/
snapshot-interface.cc
+++ b/
snapshot-interface.cc
@@
-93,7
+93,7
@@
static void SnapshotGlobalSegments(){
size_t len = ((uintptr_t)end - (uintptr_t)begin) / PAGESIZE;
if (len != 0)
addMemoryRegionToSnapShot(begin, len);
- DEBUG("%
4
5s: %18p - %18p\t%c%c%c%c\n", regionname, begin, end, r, w, x, p);
+ DEBUG("%
5
5s: %18p - %18p\t%c%c%c%c\n", regionname, begin, end, r, w, x, p);
}
}
fclose(map);