From 1cb2c21fb4bdf1d1d363837df750c853d4e5c5c6 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 25 Apr 2019 20:45:10 +0000 Subject: Another use of the interactive lldb.debugger. llvm-svn: 359240 --- lldb/packages/Python/lldbsuite/test/python_api/formatters/synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/formatters/synth.py b/lldb/packages/Python/lldbsuite/test/python_api/formatters/synth.py index 33a45e9c93d..75a8d6cfc65 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/formatters/synth.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/formatters/synth.py @@ -92,7 +92,7 @@ def __lldb_init_module(debugger, dict): debugger.CreateCategory("JASSynth").AddTypeSynthetic( lldb.SBTypeNameSpecifier("JustAStruct"), lldb.SBTypeSynthetic.CreateWithClassName("synth.jasSynthProvider")) - cat = lldb.debugger.CreateCategory("CCCSynth") + cat = debugger.CreateCategory("CCCSynth") cat.AddTypeSynthetic( lldb.SBTypeNameSpecifier("CCC"), lldb.SBTypeSynthetic.CreateWithClassName("synth.CCCSynthProvider", -- cgit v1.2.3