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