winIDEA SDK
Loading...
Searching...
No Matches
isys::CProcessCtrl Class Reference

Description

This class provides debug session function.

#include <CSessionCtrl.h>

Public Member Functions

 CProcessCtrl (SPConnectionMgr spConnectionMgr, const std::string &rstrProcessURL)
 Constructor for CProcessCtrl.
 
void thread_focus (const std::string &rstrName)
 Change focused thread.
 
std::vector< SPProcess_Threadthread_list ()
 Obtains information about process's threads.
 

Constructor & Destructor Documentation

◆ CProcessCtrl()

isys::CProcessCtrl::CProcessCtrl ( SPConnectionMgr spConnectionMgr,
const std::string & rstrProcessURL )

Constructor for CProcessCtrl.

Parameters
spConnectionMgrShared pointer to the connection manager
rstrProcessURLURL or identifier of the process to be controlled in the debug session.

Member Function Documentation

◆ thread_focus()

void isys::CProcessCtrl::thread_focus ( const std::string & rstrName)

Change focused thread.

Parameters
rstrNamename of thread to focus

◆ thread_list()

std::vector< SPProcess_Thread > isys::CProcessCtrl::thread_list ( )

Obtains information about process's threads.

Returns
vector of current threads