| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommunication.cpp | 152 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 D | SBBreakpointOptionCommon.cpp | 46 getItem()->callback_baton = baton; in SBBreakpointCallbackBaton() 71 return data->callback(data->callback_baton, sb_process, sb_thread, in PrivateBreakpointHitCallback()
|
| H A D | SBBreakpointOptionCommon.h | 19 void *callback_baton; member
|
| H A D | SBPlatform.cpp | 701 lldb::SBPlatformLocateModuleCallback callback, void *callback_baton) { 702 LLDB_INSTRUMENT_VA(this, callback, callback_baton); 718 [callback, callback_baton](const ModuleSpec &module_spec, 725 SBError error = callback(callback_baton, module_spec_sb, 661 SetLocateModuleCallback(lldb::SBPlatformLocateModuleCallback callback,void * callback_baton) SetLocateModuleCallback() argument
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommunication.h | 72 void *callback_baton);
|
| H A D | SBPlatform.h | 191 void *callback_baton);
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ThreadedCommunication.cpp | 346 ReadThreadBytesReceived callback, void *callback_baton) { in SetReadThreadBytesReceivedCallback() argument 348 m_callback_baton = callback_baton; in SetReadThreadBytesReceivedCallback()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ThreadedCommunication.h | 210 void *callback_baton);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 31 PathMappingList(ChangedCallback callback, void *callback_baton);
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 43 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) in PathMappingList() argument 44 : m_pairs(), m_callback(callback), m_callback_baton(callback_baton) {} in PathMappingList()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | Watchpoint.h | 150 void SetCallback(WatchpointHitCallback callback, void *callback_baton,
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 175 void *callback_baton) { in EnumerateDirectory() argument 191 auto Result = callback(callback_baton, Status->getType(), Item.path()); in EnumerateDirectory()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 196 void *callback_baton);
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 668 void *callback_baton) { 712 void *callback_baton) {
|
| H A D | python-wrapper.swig | 1044 void *callback_baton, const SBModuleSpec &module_spec_sb, 1057 Retain<PythonCallable>(reinterpret_cast<PyObject *>(callback_baton));
|