= {
{{"async"}, {"log asynchronous activity"}, KDPLog::Async},
{{"break"}, {"log breakpoints"}, KDPLog::Breakpoints},
{{"comm"}, {"log communication activity"}, KDPLog::Comm},
{{"data-long"},
{"log memory bytes for memory reads and writes for all transactions"},
KDPLog::MemoryDataLong},
{{"data-short"},
{"log memory bytes for memory reads and writes for short transactions "
"only"},
KDPLog::MemoryDataShort},
{{"memory"}, {"log memory reads and writes"}, KDPLog::Memory},
{{"packets"}, {"log gdb remote packets"}, KDPLog::Packets},
{{"process"}, {"log process events and activities"}, KDPLog::Process},
{{"step"}, {"log step related activities"}, KDPLog::Step},
{{"thread"}, {"log thread events and activities"}, KDPLog::Thread},
{{"watch"}, {"log watchpoint related activities"}, KDPLog::Watchpoints},
}