gdbstub_plugin/src/utils/IOUtils.h

7 lines
235 B
C
Raw Normal View History

2023-02-16 12:55:26 +01:00
#pragma once
char *GetThreadInfoBuffer();
void InitThreadInfoBuffer();
bool PutStringIntoThreadInfoBuffer(const char *str);
bool PutCharIntoThreadInfoBuffer(char curChar);
void PutXMLEscapedStringIntoThreadInfoBuffer(const char *str);