Prepare custom gdb-stub implementation

This commit is contained in:
momo5502
2025-01-12 11:39:20 +01:00
parent e28317ea8f
commit 8adc73de71
6 changed files with 204 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include <debugging/win_x64_gdb_stub_handler.hpp>
#include "object_watching.hpp"
#include "gdb-stub/gdb_stub.hpp"
namespace
{
@@ -229,6 +230,8 @@ int main(const int argc, char** argv)
{
try
{
gdb_stub::run_gdb_stub(network::address{"0.0.0.0:28960", AF_INET});
auto args = bundle_arguments(argc, argv);
const auto options = parse_options(args);