From 28eef73aeb63cc5c11903562d7b6613d575ef6e0 Mon Sep 17 00:00:00 2001 From: Jeffrey Charles Date: Fri, 8 Jul 2022 16:23:00 -0400 Subject: [PATCH] [Doc] Note where to find start of memory when debugging (#4420) --- docs/examples-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples-debugging.md b/docs/examples-debugging.md index 78a6c9bda0..053e09926c 100644 --- a/docs/examples-debugging.md +++ b/docs/examples-debugging.md @@ -35,4 +35,4 @@ If you run into trouble, the following discussions might help: (lldb) p __vmctx->set() (lldb) p *foo ``` - +- The address of the start of instance memory can be found in `__vmctx->memory`