Home
last modified time | relevance | path

Searched refs:BreakpointID (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
DBreakpointIDList.cpp40 BreakpointID &
66 BreakpointIDList::AddBreakpointID (BreakpointID bp_id) in AddBreakpointID()
76 BreakpointID temp_bp_id; in AddBreakpointID()
80 bool success = BreakpointID::ParseCanonicalReference (bp_id_str, &bp_id, &loc_id); in AddBreakpointID()
92 BreakpointIDList::FindBreakpointID (BreakpointID &bp_id, size_t *position) in FindBreakpointID()
96 BreakpointID tmp_id = m_breakpoint_ids[i]; in FindBreakpointID()
111 BreakpointID temp_bp_id; in FindBreakpointID()
115 if (BreakpointID::ParseCanonicalReference (bp_id_str, &bp_id, &loc_id)) in FindBreakpointID()
135 if (BreakpointID::ParseCanonicalReference (string_array[i], &bp_id, &loc_id)) in InsertStringArray()
139 BreakpointID temp_bp_id(bp_id, loc_id); in InsertStringArray()
[all …]
DBreakpointID.cpp25 BreakpointID::BreakpointID (break_id_t bp_id, break_id_t loc_id) : in BreakpointID() function in BreakpointID
31 BreakpointID::~BreakpointID () in ~BreakpointID()
35 const char *BreakpointID::g_range_specifiers[] = { "-", "to", "To", "TO", NULL };
42 BreakpointID::IsRangeIdentifier (const char *str) in IsRangeIdentifier()
58 BreakpointID::IsValidIDExpression (const char *str) in IsValidIDExpression()
62 BreakpointID::ParseCanonicalReference (str, &bp_id, &loc_id); in IsValidIDExpression()
71 BreakpointID::GetDescription (Stream *s, lldb::DescriptionLevel level) in GetDescription()
85 BreakpointID::GetCanonicalReference (Stream *s, break_id_t bp_id, break_id_t loc_id) in GetCanonicalReference()
96 BreakpointID::ParseCanonicalReference (const char *input, break_id_t *break_id_ptr, break_id_t *bre… in ParseCanonicalReference()
DBreakpointLocation.cpp543 BreakpointID::GetCanonicalReference(s, m_owner.GetID(), GetID()); in GetDescription()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
DBreakpointIDList.h33 typedef std::vector<BreakpointID> BreakpointIDArray;
43 BreakpointID &
53 AddBreakpointID (BreakpointID bp_id);
59 FindBreakpointID (BreakpointID &bp_id, size_t *position);
75 BreakpointID m_invalid_id;
DBreakpointID.h26 class BreakpointID
30 BreakpointID (lldb::break_id_t bp_id = LLDB_INVALID_BREAK_ID,
34 ~BreakpointID ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectBreakpointCommand.cpp474 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute()
649 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute()
747 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute()
777 BreakpointID::GetCanonicalReference (&id_str, in DoExecute()
DCommandObjectBreakpoint.cpp945 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute()
1097 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute()
1217 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute()
1400 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute()
1719 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute()
1809 …valid_ids->AddBreakpointID (BreakpointID(target->GetLastCreatedBreakpoint()->GetID(), LLDB_INVALID… in VerifyBreakpointIDs()
1841 BreakpointID cur_bp_id = valid_ids->GetBreakpointIDAtIndex (i); in VerifyBreakpointIDs()
1849 BreakpointID::GetCanonicalReference (&id_str, in VerifyBreakpointIDs()
/freebsd-10-stable/lib/clang/liblldbBreakpoint/
DMakefile9 BreakpointID.cpp \
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-forward.h33 class BreakpointID; variable