Home
last modified time | relevance | path

Searched refs:callback_baton (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommunication.cpp152 ReadThreadBytesReceived callback, void *callback_baton) { in SetReadThreadBytesReceivedCallback() argument
153 LLDB_INSTRUMENT_VA(this, callback, callback_baton); in SetReadThreadBytesReceivedCallback()
157 m_opaque->SetReadThreadBytesReceivedCallback(callback, callback_baton); in SetReadThreadBytesReceivedCallback()
H A DSBBreakpointOptionCommon.cpp47 getItem()->callback_baton = baton; in SBBreakpointCallbackBaton()
72 return data->callback(data->callback_baton, sb_process, sb_thread, in PrivateBreakpointHitCallback()
H A DSBBreakpointOptionCommon.h19 void *callback_baton; member
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBCommunication.i83 void *callback_baton);
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBSocket.h41 PortBoundCallback callback, const void *callback_baton);
H A DRNBSocket.cpp35 const void *callback_baton) { in Listen() argument
108 callback(callback_baton, port); in Listen()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBCommunication.h72 void *callback_baton);
/openbsd/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp341 ReadThreadBytesReceived callback, void *callback_baton) { in SetReadThreadBytesReceivedCallback() argument
343 m_callback_baton = callback_baton; in SetReadThreadBytesReceivedCallback()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h210 void *callback_baton);
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPathMappingList.h29 PathMappingList(ChangedCallback callback, void *callback_baton);
/openbsd/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp43 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) in PathMappingList() argument
44 : m_pairs(), m_callback(callback), m_callback_baton(callback_baton) {} in PathMappingList()
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h116 void SetCallback(WatchpointHitCallback callback, void *callback_baton,
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp187 void *callback_baton) { in EnumerateDirectory() argument
203 auto Result = callback(callback_baton, Status->getType(), Item.path()); in EnumerateDirectory()
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DFileSystem.h186 void *callback_baton);