feat: reconfigure zba-gdbstub as a library

This commit is contained in:
2022-12-15 03:33:43 -04:00
parent f1e1efc5e5
commit 26aad8d1ae
2 changed files with 43 additions and 26 deletions

View File

@@ -1,9 +1,5 @@
const std = @import("std");
const network = @import("network");
const Server = @import("Server.zig");
const Allocator = std.mem.Allocator;
const Socket = network.Socket;
const Server = @import("gdbstub").Server;
pub fn main() !void {
const log = std.log.scoped(.Main);