Contains the response sent to GDB by the target. The response it not escaped or RLE-encoded and does not include packet header and checksum.
More...
#include <IGDBStub.h>
Contains the response sent to GDB by the target. The response it not escaped or RLE-encoded and does not include packet header and checksum.
- Examples:
- SimpleWin32Server/SimpleWin32Server.cpp.
GDBServerFoundation::StubResponse::StubResponse |
( |
const StubResponse & |
anotherResponse | ) |
|
|
inline |
GDBServerFoundation::StubResponse::StubResponse |
( |
| ) |
|
|
inline |
GDBServerFoundation::StubResponse::StubResponse |
( |
const char * |
pText | ) |
|
|
inline |
GDBServerFoundation::StubResponse::StubResponse |
( |
const void * |
pData, |
|
|
size_t |
length |
|
) |
| |
|
inline |
char* GDBServerFoundation::StubResponse::AllocateAppend |
( |
size_t |
length | ) |
|
|
inline |
void GDBServerFoundation::StubResponse::Append |
( |
const char * |
pStr | ) |
|
|
inline |
void GDBServerFoundation::StubResponse::Append |
( |
const char * |
pStr, |
|
|
size_t |
length |
|
) |
| |
|
inline |
const char* GDBServerFoundation::StubResponse::GetData |
( |
| ) |
|
|
inline |
size_t GDBServerFoundation::StubResponse::GetSize |
( |
| ) |
|
|
inline |
StubResponse& GDBServerFoundation::StubResponse::operator+= |
( |
const char * |
pStr | ) |
|
|
inline |
The documentation for this class was generated from the following file: