Home
last modified time | relevance | path

Searched refs:GetHelpString (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i97 const char *GetHelpString() const;
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointName.h97 const char *GetHelpString() const;
/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp509 const char *SBBreakpointName::GetHelpString() const { in GetHelpString() function in SBBreakpointName
511 GetHelpString); in GetHelpString()
744 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpointName, GetHelpString, in RegisterMethods()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py281 self.assertEqual(self.help_string, cl_name.GetHelpString(), "Help string didn't match")
285 self.assertEqual(new_help, cl_name.GetHelpString(), "SetHelpString didn't")