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

/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp49 PrivateBreakpointHitCallback( void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
H A DSBBreakpoint.cpp93 break_id_t break_id = LLDB_INVALID_BREAK_ID; local
152 break_id_t break_id = LLDB_INVALID_BREAK_ID; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp69 NotifyBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp63 NotifyBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { argument
111 BreakpointList::GetBreakpointIDIterator(break_id_t break_id) { argument
H A DBreakpointLocationCollection.cpp46 BreakpointIDPairMatches(lldb::break_id_t break_id, argument
61 BreakpointLocationCollection::GetIDPairIterator(lldb::break_id_t break_id, argument
79 BreakpointLocationCollection::FindByIDPair(lldb::break_id_t break_id, argument
70 GetIDPairConstIterator( lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const argument
89 FindByIDPair( lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const argument
[all...]
H A DBreakpointLocationList.cpp41 ShouldStop(StoppointCallbackContext *context, lldb::break_id_t break_id) argument
H A DBreakpointSite.cpp128 size_t BreakpointSite::RemoveConstituent(lldb::break_id_t break_id, argument
H A DBreakpointOptions.cpp105 NullCallback(void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
436 InvokeCallback(StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
607 BreakpointOptionsCallbackFunction( void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
H A DWatchpoint.cpp129 VariableWatchpointDisabler(void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp191 NotifyBreakpointHit(ProcessSP process_sp, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp151 NotifyBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp200 NotifyBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp252 lldb::break_id_t break_id; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp305 RendezvousBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp268 BreakpointCallbackFunction( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp256 EntryBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
382 RendezvousBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp218 JITDebugBreakpointHit(void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp405 RefreshTrampolines( void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp89 StopInfoBreakpoint(Thread &thread, break_id_t break_id) argument
97 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) argument
1364 CreateStopReasonWithBreakpointSiteID(Thread &thread, break_id_t break_id) argument
1369 CreateStopReasonWithBreakpointSiteID(Thread &thread, break_id_t break_id, bool should_stop) argument
H A DProcess.cpp1591 Status Process::ClearBreakpointSiteByID(lldb::user_id_t break_id) { argument
1600 Status Process::DisableBreakpointSiteByID(lldb::user_id_t break_id) { argument
1614 Status Process::EnableBreakpointSiteByID(lldb::user_id_t break_id) { argument
H A DTarget.cpp327 BreakpointSP Target::GetBreakpointByID(break_id_t break_id) { argument
1003 bool Target::RemoveBreakpointByID(break_id_t break_id) { argument
1023 DisableBreakpointByID(break_id_t break_id) argument
1041 EnableBreakpointByID(break_id_t break_id) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp794 NotifyBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1455 InitCompletionHookCallback( void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3745 NewThreadNotifyBreakpointHit( void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument

Completed in 223 milliseconds