| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandler.cpp | 257 m_delegate(delegate), m_prompt(), m_continuation_prompt(), in IOHandlerEditline() 318 m_delegate.IOHandlerActivated(*this, GetIsInteractive()); in Activate() 323 m_delegate.IOHandlerDeactivated(*this); in Deactivate() 450 return m_delegate.IOHandlerIsInputComplete(*this, lines); in IsInputCompleteCallback() 461 return m_delegate.IOHandlerSuggestion(*this, line); in SuggestionCallback() 465 m_delegate.IOHandlerComplete(*this, request); in AutoCompleteCallback() 572 m_delegate.IOHandlerInputInterrupted(*this, line); in Run() 576 m_delegate.IOHandlerInputComplete(*this, line); in Run() 584 m_delegate.IOHandlerInputInterrupted(*this, line); in Run() 586 m_delegate.IOHandlerInputComplete(*this, line); in Run() [all …]
|
| H A D | IOHandlerCursesGUI.cpp | 4619 : m_parent(parent), m_delegate(delegate), m_children(), in TreeItem() 4622 m_is_expanded = m_delegate.TreeDelegateExpandRootByDefault(); in TreeItem() 4628 m_delegate = rhs.m_delegate; in operator =() 4658 m_delegate.TreeDelegateGenerateChildren(*this); in GetNumChildren() 4662 void ItemWasSelected() { m_delegate.TreeDelegateItemSelected(*this); } in ItemWasSelected() 4729 m_delegate.TreeDelegateDrawTreeItem(*this, window); in Draw() 4814 TreeDelegate &m_delegate; member in TreeItem
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.h | 287 ASTImporterDelegate &m_delegate; member 293 : m_delegate(delegate) { in CxxModuleScope() 305 assert(m_delegate.m_std_handler == &m_handler); in ~CxxModuleScope() 306 m_delegate.m_std_handler = nullptr; in ~CxxModuleScope()
|
| H A D | ClangASTImporter.cpp | 218 ClangASTImporter::ImporterDelegateSP m_delegate; member in __anonc320806d0111::CompleteTagDeclsScope 238 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx), in CompleteTagDeclsScope() 240 m_delegate->SetImportListener(this); in CompleteTagDeclsScope() 265 m_delegate->ImportDefinitionTo(tag_decl, original_tag_decl); in ~CompleteTagDeclsScope() 282 m_delegate->RemoveImportListener(); in ~CompleteTagDeclsScope()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 383 return m_delegate.IOHandlerGetControlSequence(ch); in GetControlSequence() 387 return m_delegate.IOHandlerGetCommandPrefix(); in GetCommandPrefix() 391 return m_delegate.IOHandlerGetHelpPrologue(); in GetHelpPrologue() 436 IOHandlerDelegate &m_delegate; variable
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | Materializer.cpp | 63 m_delegate(delegate) { in EntityPersistentVariable() 216 if (m_delegate) { in Dematerialize() 217 m_delegate->DidDematerialize(m_persistent_variable_sp); in Dematerialize() 410 Materializer::PersistentVariableDelegate *m_delegate; member in EntityPersistentVariable 915 m_keep_in_memory(keep_in_memory), m_delegate(delegate) { in EntityResultVariable() 1036 ConstString name = m_delegate in Dematerialize() 1037 ? m_delegate->GetName() in Dematerialize() 1053 if (m_delegate) { in Dematerialize() 1054 m_delegate->DidDematerialize(ret); in Dematerialize() 1176 Materializer::PersistentVariableDelegate *m_delegate; member in EntityResultVariable
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 29 : m_pid(pid), m_delegate(delegate), m_terminal_fd(terminal_fd) { in NativeProcessProtocol() 314 m_delegate.ProcessStateChanged(this, state); in SynchronouslyNotifyProcessStateChanged() 336 m_delegate.DidExec(this); in NotifyDidExec()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 427 NativeDelegate &m_delegate; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 1001 m_delegate, m_arch, m_main_loop)}; in MonitorClone() 1012 m_delegate.NewSubprocess(this, std::move(child_process)); in MonitorClone()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 1049 m_delegate, m_arch, m_main_loop)}; in MonitorClone() 1060 m_delegate.NewSubprocess(this, std::move(child_process)); in MonitorClone()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 867 static_cast<::pid_t>(child_pid), m_terminal_fd, m_delegate, m_arch, in MonitorClone() 874 m_delegate.NewSubprocess(this, std::move(child_process)); in MonitorClone()
|