Searched defs:break_id (Results 1 - 21 of 21) sorted by relevance

/external/lldb/source/Breakpoint/
H A DBreakpointList.cpp52 BreakpointList::Remove (break_id_t break_id, bool notify) argument
55 bp_collection::iterator pos = GetBreakpointIDIterator(break_id); // Predicate
106 BreakpointIDMatches (break_id_t break_id) : argument
107 m_break_id(break_id)
121 BreakpointList::GetBreakpointIDIterator (break_id_t break_id) argument
124 BreakpointIDMatches(break_id)); // Predicate
128 BreakpointList::GetBreakpointIDConstIterator (break_id_t break_id) const
131 BreakpointIDMatches(break_id)); // Predicate
135 BreakpointList::FindBreakpointByID (break_id_t break_id) argument
139 bp_collection::iterator pos = GetBreakpointIDIterator(break_id);
[all...]
H A DBreakpointLocationCollection.cpp64 BreakpointIDPairMatches (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) : argument
65 m_break_id(break_id),
82 BreakpointLocationCollection::GetIDPairIterator (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) argument
85 BreakpointIDPairMatches(break_id, break_loc_id)); // Predicate
89 BreakpointLocationCollection::GetIDPairConstIterator (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const argument
92 BreakpointIDPairMatches(break_id, break_loc_id)); // Predicate
96 BreakpointLocationCollection::FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) argument
99 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id);
107 BreakpointLocationCollection::FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const argument
110 collection::const_iterator pos = GetIDPairConstIterator(break_id, break_loc_i
[all...]
H A DBreakpointOptions.cpp29 BreakpointOptions::NullCallback (void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
142 lldb::user_id_t break_id,
149 break_id,
141 InvokeCallback(StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
H A DBreakpointLocationList.cpp51 BreakpointLocationList::ShouldStop (StoppointCallbackContext *context, lldb::break_id_t break_id) argument
53 BreakpointLocationSP bp = FindByID (break_id);
78 BreakpointLocationList::FindByID (lldb::break_id_t break_id) const
84 uint32_t idx = break_id - 1;
H A DBreakpointSite.cpp169 BreakpointSite::RemoveOwner (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) argument
171 m_owners.Remove(break_id, break_loc_id);
H A DBreakpointSiteList.cpp82 BreakpointSiteList::Remove (lldb::break_id_t break_id) argument
85 collection::iterator pos = GetIDIterator(break_id); // Predicate
110 BreakpointSiteIDMatches (lldb::break_id_t break_id) : argument
111 m_break_id(break_id)
125 BreakpointSiteList::GetIDIterator (lldb::break_id_t break_id) argument
129 BreakpointSiteIDMatches(break_id)); // Predicate
133 BreakpointSiteList::GetIDConstIterator (lldb::break_id_t break_id) const
137 BreakpointSiteIDMatches(break_id)); // Predicate
141 BreakpointSiteList::FindByID (lldb::break_id_t break_id) argument
145 collection::iterator pos = GetIDIterator(break_id);
[all...]
/external/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp356 lldb::user_id_t break_id,
354 BreakpointOptionsCallbackFunction(void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp259 user_id_t break_id,
291 user_id_t break_id,
257 EntryBreakpointHit(void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
289 RendezvousBreakpointHit(void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/external/lldb/source/API/
H A DSBBreakpoint.cpp116 break_id_t break_id = LLDB_INVALID_BREAK_ID; local
118 break_id = m_opaque_sp->GetID();
122 if (break_id == LLDB_INVALID_BREAK_ID)
125 log->Printf ("SBBreakpoint(%p)::GetID () => %u", m_opaque_sp.get(), break_id);
128 return break_id;
173 break_id_t break_id = LLDB_INVALID_BREAK_ID; local
184 break_id = m_opaque_sp->FindLocationIDByAddress (address);
187 return break_id;
531 lldb::user_id_t break_id,
536 BreakpointSP bp_sp(exe_ctx.GetTargetRef().GetBreakpointList().FindBreakpointByID(break_id));
527 PrivateBreakpointHitCallback( void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, lldb::user_id_t break_loc_id ) argument
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp500 lldb::user_id_t break_id,
498 RefreshTrampolines(void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/external/lldb/source/Target/
H A DStopInfo.cpp112 StopInfoBreakpoint (Thread &thread, break_id_t break_id) : argument
113 StopInfo (thread, break_id),
125 StopInfoBreakpoint (Thread &thread, break_id_t break_id, bool should_stop) : argument
126 StopInfo (thread, break_id),
1086 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id) argument
1088 return StopInfoSP (new StopInfoBreakpoint (thread, break_id));
1092 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id, bool should_stop) argument
1094 return StopInfoSP (new StopInfoBreakpoint (thread, break_id, should_stop));
H A DProcess.cpp2006 Process::ClearBreakpointSiteByID (lldb::user_id_t break_id) argument
2008 Error error (DisableBreakpointSiteByID (break_id));
2011 m_breakpoint_site_list.Remove(break_id);
2017 Process::DisableBreakpointSiteByID (lldb::user_id_t break_id) argument
2020 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID (break_id);
2028 error.SetErrorStringWithFormat("invalid breakpoint site ID: %" PRIu64, break_id);
2035 Process::EnableBreakpointSiteByID (lldb::user_id_t break_id) argument
2038 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID (break_id);
2046 error.SetErrorStringWithFormat("invalid breakpoint site ID: %" PRIu64, break_id);
H A DTarget.cpp234 Target::GetBreakpointByID (break_id_t break_id) argument
238 if (LLDB_BREAK_ID_IS_INTERNAL (break_id))
239 bp_sp = m_internal_breakpoint_list.FindBreakpointByID (break_id);
241 bp_sp = m_breakpoint_list.FindBreakpointByID (break_id);
516 log->Printf ("Target::%s (internal = %s) => break_id = %s\n", __FUNCTION__, internal ? "yes" : "no", s.GetData());
681 Target::RemoveBreakpointByID (break_id_t break_id) argument
685 log->Printf ("Target::%s (break_id = %i, internal = %s)\n", __FUNCTION__, break_id, LLDB_BREAK_ID_IS_INTERNAL (break_id) ? "yes" : "no");
687 if (DisableBreakpointByID (break_id))
706 DisableBreakpointByID(break_id_t break_id) argument
727 EnableBreakpointByID(break_id_t break_id) argument
[all...]
/external/chromium_org/v8/src/
H A Ddebug.h474 int break_id() { return thread_local_.break_id_; } function in class:v8::internal::Debug
H A Ddebug.cc1044 Handle<Object> break_id = factory->NewNumberFromInt(Debug::break_id()); local
1047 Handle<Object> argv[] = { break_id, break_point_object };
2455 Handle<Object> argv[] = { isolate_->factory()->NewNumberFromInt(break_id()) };
2462 Handle<Object> argv[] = { isolate_->factory()->NewNumberFromInt(break_id()),
2472 Handle<Object> argv[] = { isolate_->factory()->NewNumberFromInt(break_id()),
3083 break_id_ = debug_->break_id();
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1092 user_id_t break_id,
1095 return static_cast<DynamicLoaderDarwinKernel*>(baton)->BreakpointHit (context, break_id, break_loc_id);
1100 user_id_t break_id,
1090 BreakpointHitCallback(void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
1099 BreakpointHit(StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp596 lldb::user_id_t break_id,
594 NotifyBreakpointHit(void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp2212 user_id_t break_id,
2239 BreakpointSP breakpoint_sp = target->GetBreakpointByID (break_id);
2208 BreakpointCallbackFunction( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id ) argument
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3030 lldb::user_id_t break_id,
3028 NewThreadNotifyBreakpointHit(void *baton, lldb_private::StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc607 CHECK_NE(debug->break_id(), 0);
695 CHECK_NE(debug->break_id(), 0);
765 CHECK_NE(debug->break_id(), 0);
794 CHECK_NE(debug->break_id(), 0);
812 CHECK_NE(debug->break_id(), 0);
839 CHECK_NE(debug->break_id(), 0);
870 CHECK_NE(debug->break_id(), 0);
895 CHECK_NE(debug->break_id(), 0);
923 CHECK_NE(debug->break_id(), 0);
7279 int break_id local
[all...]
H A Dtest-api.cc20971 Handle<Value> break_id = exec_state->Get(v8_str("break_id")); local
20975 fun->Call(CcTest::global(), 1, &break_id); local

Completed in 426 milliseconds