Renamed GdbRsp directory to Gdb
This commit is contained in:
10
src/DebugServer/Gdb/Signal.hpp
Normal file
10
src/DebugServer/Gdb/Signal.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace Bloom::DebugServer::Gdb
|
||||
{
|
||||
enum class Signal: unsigned char
|
||||
{
|
||||
TRAP = 5,
|
||||
INTERRUPTED = 2,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user