Home
last modified time | relevance | path

Searched refs:CreateCategory (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/formatters/
H A Dsynth.py92 debugger.CreateCategory("JASSynth").AddTypeSynthetic(
95 cat = debugger.CreateCategory("CCCSynth")
H A DTestFormattersSBAPI.py90 new_category = self.dbg.CreateCategory("foobar")
377 new_category = self.dbg.CreateCategory("newbar")
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/type_summary_list_script/
H A Dtslsformatters.py7 category = lldb.debugger.CreateCategory("TSLSFormatters")
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i478 CreateCategory (const char* category_name);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h330 SBTypeCategory CreateCategory(const char *category_name);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1528 SBTypeCategory SBDebugger::CreateCategory(const char *category_name) { in CreateCategory() function in SBDebugger