================
@@ -107,6 +107,10 @@ class LLDB_API SBExpressionOptions {
// Sets whether we will JIT an expression if it cannot be interpreted
void SetAllowJIT(bool allow);
+ bool GetLanguageOptionAsBoolean(const char *option_name) const;
----------------
Michael137 wrote:
Could work. I just did t want to have a setter that takes an SBStructuredData
because it made things pretty unergonimic. Si i just mirrored the
setter/getter. But i dint feel stringly abiut either direction
https://github.com/llvm/llvm-project/pull/179208
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits