gdb: Cleanup Debugger.cs

by moving the GDB command handlers and command processor out of the class and into their own
This commit is contained in:
GreemDev
2025-10-16 17:32:04 -05:00
parent fdbdb05cb5
commit c33a97f01c
13 changed files with 1150 additions and 1075 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!-- Copyright (C) 2009-2013 Free Software Foundation, Inc.
Contributed by ARM Ltd.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. -->
<!DOCTYPE target SYSTEM "gdb-target.dtd">
<target>
<architecture>arm</architecture>
<xi:include href="arm-core.xml"/>
<xi:include href="arm-neon.xml"/>
</target>