More WIP, debugger starting correctly. Tested several commands and all working.

This commit is contained in:
Martín Lucas Golini
2024-12-28 20:31:33 -03:00
parent d07bb2572c
commit bbfcc74977
16 changed files with 349 additions and 161 deletions

View File

@@ -44,6 +44,8 @@ class EE_API Process {
typedef std::function<void( const char* bytes, size_t n )> ReadFn;
static std::vector<std::string> parseArgs( const std::string& str );
Process();
/** @brief Create a process.