aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-04[lldb/Interpreter] Make OptionGroupPythonClassWithDict options non-requiredMed Ismail Bennani1-11/+8
2021-02-28[lldb/Interpreter][NFC] Remove explicit default initialization of members and...Tatyana Krasnukha1-1/+1
2021-02-28[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ...Tatyana Krasnukha1-2/+0
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-04Clear out the python class name in OptionParsingStarted for the OptionGroupPy...Jim Ingham1-0/+1
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham1-21/+40
2019-10-03Python3 doesn't seem to allow you to tell whether an object is a classJim Ingham1-2/+1
2019-10-03Forgot to change the header guards on OptionGroupPythonClassWithDict.Jim Ingham1-1/+1
2019-10-03Break out the Python class & key/value options into a separate OptionGroup.Jim Ingham1-0/+124