llvm-project/lldb/test/API/commands/settings
Jeffrey Tan d5f5475104 Add SBDebugger::GetSetting() public APIs
This patch adds new SBDebugger::GetSetting() API which
enables client to access settings as SBStructedData.

Implementation wise, a new ToJSON() virtual function is added to OptionValue
class so that each concrete child class can override and provides its
own JSON representation. This patch aims to define the APIs and implement
a common set of OptionValue child classes, leaving the remaining for
future patches.

This patch is used later by auto deduce source map from source line breakpoint
feature for testing generated source map entries.

Differential Revision: https://reviews.llvm.org/D133038
2022-09-11 20:50:03 -07:00
..
quoting [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
use_source_cache [LLDB] Skip buildbot failures AArch64/Windows 2022-08-02 16:59:12 +05:00
Makefile
TestSettings.py Add SBDebugger::GetSetting() public APIs 2022-09-11 20:50:03 -07:00
main.cpp