Basic debugger networking.

This commit is contained in:
Ben Vanik
2015-05-23 22:27:43 -07:00
parent 969badd8c3
commit 576d6492dc
51 changed files with 1745 additions and 162 deletions

View File

@@ -184,6 +184,9 @@ int XboxkrnlModule::LaunchModule(const char* path) {
// Set as the main module, while running.
kernel_state_->SetExecutableModule(module);
// Waits for a debugger client, if desired.
emulator()->debugger()->PreLaunch();
// Launch the module.
// NOTE: this won't return until the module exits.
result_code = module->Launch(0);