Searched refs:GetBreakpointKind (Results 1 – 4 of 4) sorted by relevance
458 const char *GetBreakpointKind() const { return m_kind_description.c_str(); } in GetBreakpointKind() function
842 s->PutCString(GetBreakpointKind()); in GetDescription()845 s->Printf("Kind: %s\n", GetBreakpointKind()); in GetDescription()
199 .GetBreakpointKind(); in GetDescription()218 const char *kind = break_sp->GetBreakpointKind(); in GetDescription()
176 if (strcmp(bp->GetBreakpointKind(), "shared-library-event") == 0) in ToJSON()