[all-commits] [llvm/llvm-project] 3151d7: Clear out the python class name in OptionParsingSt...
jimingham via All-commits
all-commits at lists.llvm.org
Wed Dec 4 17:41:36 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3151d7af72bee375c06318195870942d4bc12002
https://github.com/llvm/llvm-project/commit/3151d7af72bee375c06318195870942d4bc12002
Author: Jim Ingham <jingham at apple.com>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
M lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
Log Message:
-----------
Clear out the python class name in OptionParsingStarted for the OptionGroupPythonClassWithDict
options class. This value was hanging around so for instance if you made a scripted breakpoint
resolver, then went to set another breakpoint, it would still think you had passed in a class
name and the breakpoint wouldn't do what you expected.
More information about the All-commits
mailing list