orca-sim
|
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
orcasim::gdbrsp | |
Functions | |
int | orcasim::gdbrsp::strhti (char *buffer, int length) |
String-to-int. More... | |
int | orcasim::gdbrsp::strfind (char *buffer, char find, int limit) |
String find. More... | |
void | orcasim::gdbrsp::hexstr (char *output, char *input, uint32_t integers) |
String to hex. More... | |
uint32_t | orcasim::gdbrsp::endswap (uint32_t value) |
Endianess Swap. More... | |