Basic debugger networking.
This commit is contained in:
17
src/Xenia.Debug/Proto/xe/debug/proto/ResponseData.cs
Normal file
17
src/Xenia.Debug/Proto/xe/debug/proto/ResponseData.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
// automatically generated, do not modify
|
||||
|
||||
namespace xe.debug.proto
|
||||
{
|
||||
|
||||
public enum ResponseData : byte
|
||||
{
|
||||
NONE = 0,
|
||||
AttachResponse = 1,
|
||||
ListBreakpointsResponse = 2,
|
||||
AddBreakpointResponse = 3,
|
||||
UpdateBreakpointResponse = 4,
|
||||
RemoveBreakpointResponse = 5,
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user