We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c23ca5 commit 95d6e1fCopy full SHA for 95d6e1f
extra/decimal_printer.py
@@ -36,7 +36,7 @@ def decimal64_summary(valobj, internal_dict):
36
37
def __lldb_init_module(debugger, internal_dict):
38
decimal32_pattern = r"^(const )?(boost::decimal::decimal32_t|(\w+::)*decimal32_t)( &| \*)?$"
39
- decimal64_pattern = r"^(const )?(boost::decimal::decimal32_t|(\w+::)*decimal32_t)( &| \*)?$"
+ decimal64_pattern = r"^(const )?(boost::decimal::decimal64_t|(\w+::)*decimal64_t)( &| \*)?$"
40
41
debugger.HandleCommand(
42
f'type summary add -x "{decimal32_pattern}" -e -F decimal_printer.decimal32_summary'
0 commit comments