summaryrefslogtreecommitdiff
path: root/src/debugger.h
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2011-10-28 14:33:57 -0700
committer Elliott Hughes <enh@google.com> 2011-10-28 15:30:08 -0700
commit6a5bd495ff2f614f1495f652c86f3902d3bde537 (patch)
tree421434975640d4ddc592ac3caba6198277f83369 /src/debugger.h
parente1fab56ffa50364fd08d4a935a2a3339f7faa509 (diff)
Implement the DDMS heap walking (for native and managed heaps).
This gets you the DDMS histograms of what's on your heaps. Change-Id: I7133d044030b10a787277faf3a77e20c565e69c5
Diffstat (limited to 'src/debugger.h')
-rw-r--r--src/debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugger.h b/src/debugger.h
index 85cc1f8fcd..b85a65d126 100644
--- a/src/debugger.h
+++ b/src/debugger.h
@@ -258,7 +258,7 @@ public:
static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
static void DdmSendHeapInfo(HpifWhen reason);
- static void DdmSendHeapSegments(bool shouldLock, bool native);
+ static void DdmSendHeapSegments(bool native);
};
#define CHUNK_TYPE(_name) \