summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2021-03-04[lldb/Interpreter] Make OptionGroupPythonClassWithDict options non-requiredMed Ismail Bennani
2021-02-28[lldb/Interpreter][NFC] Remove explicit default initialization of members and...Tatyana Krasnukha
2021-02-28[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ...Tatyana Krasnukha
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-04Clear out the python class name in OptionParsingStarted for the OptionGroupPy...Jim Ingham
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham
2019-10-03Python3 doesn't seem to allow you to tell whether an object is a classJim Ingham
2019-10-03Forgot to change the header guards on OptionGroupPythonClassWithDict.Jim Ingham
2019-10-03Break out the Python class & key/value options into a separate OptionGroup.Jim Ingham