GDBServerFoundation::DynamicLibraryRecord Struct Reference

Describes a shared library loaded in to the process address space. More...

#include <IGDBTarget.h>

Public Attributes

std::string FullPath
 Specifies the full path to the library on the debugged machine.
 
ULONGLONG LoadAddress
 Specifies the load address of the library.
 

Detailed Description

Describes a shared library loaded in to the process address space.

Examples:
SimpleWin32Server/SimpleWin32Server.cpp.

Member Data Documentation

std::string GDBServerFoundation::DynamicLibraryRecord::FullPath

Specifies the full path to the library on the debugged machine.

Examples:
SimpleWin32Server/SimpleWin32Server.cpp.
ULONGLONG GDBServerFoundation::DynamicLibraryRecord::LoadAddress

Specifies the load address of the library.

Examples:
SimpleWin32Server/SimpleWin32Server.cpp.

The documentation for this struct was generated from the following file: