Update .text offset in add-symbol-file example.

Change-Id: Ie6d9f33a6bae66ecfcb99bc1f4014b9f16bdbe76
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 1e0e217..7b2e256 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -21,7 +21,7 @@
                 },
                 {
                     // Update this with whatever VMs you want to debug.
-                    "text": "add-symbol-file ${workspaceRoot}/out/reference/qemu_aarch64_vm_clang/obj/test/vmapi/primary_with_secondaries/services/service_vm3.elf 0x43d00000+0xc4",
+                    "text": "add-symbol-file ${workspaceRoot}/out/reference/qemu_aarch64_vm_clang/obj/test/vmapi/primary_with_secondaries/services/service_vm3.elf 0x43d00000+0x800",
                 }
             ]
         },