Home | History | Annotate | Download | only in Breakpoint

Lines Matching defs:BreakpointID

1 //===-- BreakpointID.cpp ----------------------------------------*- C++ -*-===//
18 #include "lldb/Breakpoint/BreakpointID.h"
25 BreakpointID::BreakpointID (break_id_t bp_id, break_id_t loc_id) :
31 BreakpointID::~BreakpointID ()
35 const char *BreakpointID::g_range_specifiers[] = { "-", "to", "To", "TO", NULL };
42 BreakpointID::IsRangeIdentifier (const char *str)
58 BreakpointID::IsValidIDExpression (const char *str)
62 BreakpointID::ParseCanonicalReference (str, &bp_id, &loc_id);
71 BreakpointID::GetDescription (Stream *s, lldb::DescriptionLevel level)
74 s->Printf("%p BreakpointID:", this);
85 BreakpointID::GetCanonicalReference (Stream *s, break_id_t bp_id, break_id_t loc_id)
96 BreakpointID::ParseCanonicalReference (const char *input, break_id_t *break_id_ptr, break_id_t *break_loc_id_ptr)