(dbgeng.h) 的 IDebugClient2 接口

继承

IDebugClient2 接口继承自 IDebugClientIDebugClient2 还具有以下类型的成员:

方法

IDebugClient2 接口包含以下方法。

 
IDebugClient2::AbandonCurrentProcess

IDebugClient2::AbandonCurrentProcess 方法从引擎的进程列表中删除当前进程,而无需分离或终止进程。
IDebugClient2::AddDumpInformationFile

IDebugClient2::AddDumpInformationFile 方法注册包含打开转储文件时将使用的支持信息的其他文件。
IDebugClient2::AddProcessOptions

AddProcessOptions 方法将进程选项添加到影响当前进程的选项。 此方法属于 IDebugClient2 接口。
IDebugClient2::AttachKernel

AttachKernel 方法将调试器引擎连接到内核目标。 此方法属于 IDebugClient2 接口。
IDebugClient2::AttachProcess

AttachProcess 方法将调试器引擎连接到用户模式进程。 此方法属于 IDebugClient2 接口。
IDebugClient2::ConnectProcessServer

ConnectProcessServer 方法连接到进程服务器。 此方法属于 IDebugClient2 接口。
IDebugClient2::ConnectSession

ConnectSession 方法将客户端加入现有调试器会话。 此方法属于 IDebugClient2 接口。
IDebugClient2::CreateClient

CreateClient 方法为当前线程创建新的客户端对象。 此方法属于 IDebugClient2 接口。
IDebugClient2::CreateProcess

CreateProcess 方法从指定的命令行创建进程。 此方法属于 IDebugClient2 接口。
IDebugClient2::CreateProcessAndAttach

IDebugClient2::CreateProcessAndAttach 方法从指定的命令行创建进程,然后附加到另一个用户模式进程。
IDebugClient2::D etachCurrentProcess

DetachCurrentProcess 方法将调试器引擎从当前进程分离,恢复其所有线程。 此方法属于 IDebugClient2。
IDebugClient2::D etachProcesses

了解 DetachProcesses 方法如何从所有目标中的所有进程分离调试器引擎,并恢复其所有线程。
IDebugClient2::D isconnectProcessServer

DisconnectProcessServer 方法将调试器引擎与进程服务器断开连接。 此方法属于 IDebugClient2 接口。
IDebugClient2::D ispatchCallbacks

DispatchCallbacks 方法允许调试器引擎使用当前线程进行回调。 此方法属于 IDebugClient2 接口。
IDebugClient2::EndProcessServer

EndProcessServer 方法请求关闭进程服务器。 此方法属于 IDebugClient2 接口。
IDebugClient2::EndSession

EndSession 方法结束当前调试器会话。 此方法属于 IDebugClient2 接口。
IDebugClient2::ExitDispatch

ExitDispatch 方法会导致 DispatchCallbacks 方法返回。 此方法属于 IDebugClient2 接口。
IDebugClient2::FlushCallbacks

IDebugClient2::FlushCallbacks 方法强制将剩余的缓冲输出传递到在此客户端中注册的 IDebugOutputCallbacks 对象。
IDebugClient2::GetEventCallbacks

GetEventCallbacks 方法返回在此客户端中注册的事件回调对象。 此方法属于 IDebugClient2 接口。
IDebugClient2::GetExitCode

如果当前进程已运行到完成,则 IDebugClient2::GetExitCode 方法返回当前进程的退出代码。
IDebugClient2::GetIdentity

GetIdentity 方法返回描述此客户端表示的计算机和用户的字符串。 此方法属于 IDebugClient2 接口。
IDebugClient2::GetInputCallbacks

GetInputCallbacks 方法返回在此客户端中注册的输入回调对象。 此方法属于 IDebugClient2 接口。
IDebugClient2::GetKernelConnectionOptions

GetKernelConnectionOptions 方法返回当前内核目标的连接选项。 此方法属于 IDebugClient2 接口。
IDebugClient2::GetOtherOutputMask

GetOtherOutputMask 方法返回另一个客户端的输出掩码。 此方法属于 IDebugClient2 接口。
IDebugClient2::GetOutputCallbacks

GetOutputCallbacks 方法返回向客户端注册的输出回调对象。 此方法属于 IDebugClient2 接口。
IDebugClient2::GetOutputMask

GetOutputMask 方法返回当前为客户端设置的输出掩码。 此方法属于 IDebugClient2 接口。
IDebugClient2::GetProcessOptions

GetProcessOptions 方法检索影响当前进程的进程选项。 此方法属于 IDebugClient2 接口。
IDebugClient2::GetRunningProcessDescription

IDebugClient2::GetRunningProcessDescription 方法返回包含多个元素的进程说明。
IDebugClient2::GetRunningProcessSystemIdByExecutableName

IDebugClient2::GetRunningProcessSystemIdByExecutableName 方法搜索具有给定可执行文件名称的进程并返回其进程 ID。
IDebugClient2::GetRunningProcessSystemIds

GetRunningProcessSystemIds 方法返回每个正在运行的进程的进程 ID。 此方法属于 IDebugClient2 接口。
IDebugClient2::IsKernelDebuggerEnabled

IsKernelDebuggerEnabled 方法检查是否为本地内核启用了内核调试。 此方法属于 IDebugClient2 接口。
IDebugClient2::OpenDumpFile

OpenDumpFile 方法将打开一个转储文件作为调试器目标。 此方法属于 IDebugClient2 接口。
IDebugClient2::OutputIdentity

IDebugClient2::OutputIdentity 方法格式化并输出描述此客户端表示的计算机和用户的字符串。
IDebugClient2::OutputServers

OutputServers 方法列出在给定计算机上运行的服务器。 此方法属于 IDebugClient2 接口。
IDebugClient2::RemoveProcessOptions

RemoveProcessOptions 方法从影响当前进程的选项中删除进程选项。 此方法属于 IDebugClient2 接口。
IDebugClient2::SetEventCallbacks

SetEventCallbacks 方法向此客户端注册事件回调对象。 此方法属于 IDebugClient2 接口。
IDebugClient2::SetInputCallbacks

SetInputCallbacks 方法向客户端注册输入回调对象。 此方法属于 IDebugClient2 接口。
IDebugClient2::SetKernelConnectionOptions

SetKernelConnectionOptions 方法更新实时内核目标的某些连接选项。 此方法属于 IDebugClient2 接口。
IDebugClient2::SetOtherOutputMask

SetOtherOutputMask 方法为另一个客户端设置输出掩码。 此方法属于 IDebugClient2 接口。
IDebugClient2::SetOutputCallbacks

SetOutputCallbacks 方法向此客户端注册输出回调对象。 此方法属于 IDebugClient2 接口。
IDebugClient2::SetOutputMask

SetOutputMask 方法设置客户端的输出掩码。 此方法属于 IDebugClient2 接口。
IDebugClient2::SetProcessOptions

SetProcessOptions 方法设置影响当前进程的进程选项。 此方法属于 IDebugClient2 接口。
IDebugClient2::StartProcessServer

StartProcessServer 方法启动进程服务器。 此方法属于 IDebugClient2 接口。
IDebugClient2::StartServer

StartServer 方法启动调试服务器。 此方法属于 IDebugClient2 接口。
IDebugClient2::TerminateCurrentProcess

TerminateCurrentProcess 方法尝试终止当前进程。 此方法属于 IDebugClient2 接口。
IDebugClient2::TerminateProcesses

TerminateProcesses 方法尝试终止所有目标中的所有进程。 此方法属于 IDebugClient2 接口。
IDebugClient2::WaitForProcessServerEnd

WaitForProcessServerEnd 方法等待本地进程服务器退出。 此方法属于 IDebugClient2 接口。
IDebugClient2::WriteDumpFile

WriteDumpFile 方法创建用户模式或内核模式crash 转储文件。 此方法属于 IDebugClient2 接口。
IDebugClient2::WriteDumpFile2

WriteDumpFile2 方法创建用户模式或内核模式crash 转储文件。 此方法属于 IDebugClient2 接口。

要求

要求
目标平台 Windows
标头 dbgeng.h (包括 Dbgeng.h)

另请参阅

IDebugClient

IDebugClient3

IDebugClient4

IDebugClient5