IDA C++ SDK 9.2
Loading...
Searching...
No Matches
instant_dbgopts_t Struct Reference

Options for instant debugging. More...

#include <pro.h>

Public Attributes

qstring debmod
 name of debugger module
qstring env
 config variables for debmod. example: DEFAULT_CPU=13;MAXPACKETSIZE=-1
qstring host
 remote hostname (if remote debugging)
qstring pass
 password for the remote debugger server
int port = 0
 port number for the remote debugger server
int pid = -1
 process to attach to (-1: ask the user)
int event_id = -1
 event to trigger upon attaching
bool attach = false
 should attach to a process?

Detailed Description

Options for instant debugging.

Member Data Documentation

◆ debmod

qstring instant_dbgopts_t::debmod

name of debugger module

◆ env

qstring instant_dbgopts_t::env

config variables for debmod. example: DEFAULT_CPU=13;MAXPACKETSIZE=-1

◆ host

qstring instant_dbgopts_t::host

remote hostname (if remote debugging)

◆ pass

qstring instant_dbgopts_t::pass

password for the remote debugger server

◆ port

int instant_dbgopts_t::port = 0

port number for the remote debugger server

◆ pid

int instant_dbgopts_t::pid = -1

process to attach to (-1: ask the user)

◆ event_id

int instant_dbgopts_t::event_id = -1

event to trigger upon attaching

◆ attach

bool instant_dbgopts_t::attach = false

should attach to a process?


The documentation for this struct was generated from the following file:
  • ida-sdk/src/include/pro.h