(dbgeng.h) 的 IDebugClient 接口

继承

IDebugClient 接口继承自 IUnknown 接口。 IDebugClient 还具有以下类型的成员:

方法

IDebugClient 接口具有以下方法。

 
IDebugClient::AddProcessOptions

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

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

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

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

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

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

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

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

IDebugClient::D etachProcesses 方法从所有目标中的所有进程分离调试器引擎,恢复其所有线程。
IDebugClient::D isconnectProcessServer

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

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

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

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

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

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

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

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

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

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

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

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

获取用于多行输出的前缀。
IDebugClient::GetOutputMask

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

获取生成格式化输出的命令的输出行的宽度。
IDebugClient::GetProcessOptions

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

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

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

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

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

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

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

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

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

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

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

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

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

设置多行输出的前缀。
IDebugClient::SetOutputMask

SetOutputMask 方法为客户端设置输出掩码。 此方法属于 IDebugClient 接口。
IDebugClient::SetOutputWidth

控制生成格式化输出的命令的输出行的宽度。
IDebugClient::SetProcessOptions

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

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

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

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

WriteDumpFile 方法创建用户模式或 kernel-modecrash 转储文件。 此方法属于 IDebugClient 接口。

要求

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

另请参阅

IDebugClient2

IDebugClient3

IDebugClient4

IDebugClient5