diff --git a/platform_tools/debugging/lldb/skia.py b/platform_tools/debugging/lldb/skia.py index 5f8cacbcd649..a6513fa3ab30 100644 --- a/platform_tools/debugging/lldb/skia.py +++ b/platform_tools/debugging/lldb/skia.py @@ -211,11 +211,11 @@ def __lldb_init_module(debugger, dict): debugger.HandleCommand( 'type summary add --summary-string "fPtr = ${var.fPtr}" -x "^sk_sp<.+>$" -w skia') debugger.HandleCommand( - 'type synthetic add -l skia.SkTArray_SynthProvider -x "^SkS?TArray<.+>$" -w skia') + 'type synthetic add -l skia.SkTArray_SynthProvider -x "^skia_private::S?TArray<.+>$" -w skia') debugger.HandleCommand( 'type synthetic add -l skia.SkSpan_SynthProvider -x "^SkSpan<.+>$" -w skia') debugger.HandleCommand( - 'type summary add --summary-string "size=${svar%#}" -e -x "^SkS?TArray<.+>$" -w skia') + 'type summary add --summary-string "size=${svar%#}" -e -x "^skia_private::S?TArray<.+>$" -w skia') debugger.HandleCommand( 'type synthetic add -l skia.AutoTArray_SynthProvider -x "^skia_private::AutoS?TArray<.+>$" -w skia') debugger.HandleCommand( diff --git a/platform_tools/debugging/vs/Skia.natvis b/platform_tools/debugging/vs/Skia.natvis index cfb8952fd4b6..08be9ac4cc02 100644 --- a/platform_tools/debugging/vs/Skia.natvis +++ b/platform_tools/debugging/vs/Skia.natvis @@ -98,8 +98,8 @@ - - + + {{size = {fSize}}} fSize @@ -119,8 +119,8 @@ - - + + {{size = {fTable.fCount}}}