Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/interpreter/
H A DTestCommandOverrideCallback.py28 self.assertTrue(ci.SetCommandOverrideCallback("breakpoint set", foo))
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h268 bool SetCommandOverrideCallback(const char *command_name,
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp544 bool SBCommandInterpreter::SetCommandOverrideCallback( in SetCommandOverrideCallback() function in SBCommandInterpreter