Home
last modified time | relevance | path

Searched refs:filter_callback (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp930 StructuredDataFilterLaunchInfo filter_callback) in StructuredDataPluginInstance()
933 filter_callback(filter_callback) {} in StructuredDataPluginInstance()
935 StructuredDataFilterLaunchInfo filter_callback = nullptr; member
950 StructuredDataFilterLaunchInfo filter_callback) { in RegisterPlugin() argument
953 filter_callback); in RegisterPlugin()
972 return instances[idx].filter_callback; in GetStructuredDataFilterCallbackAtIndex()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1080 for (auto filter_callback = get_filter_func(i, iteration_complete); in DebugProcess() local
1082 filter_callback = get_filter_func(++i, iteration_complete)) { in DebugProcess()
1083 if (filter_callback) { in DebugProcess()
1085 error = (*filter_callback)(launch_info, &target); in DebugProcess()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h304 StructuredDataFilterLaunchInfo filter_callback = nullptr);