More style fixes. Sorry, missed those before.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30027 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -218,8 +218,9 @@ gdb_parse_command(void)
|
||||
((unsigned)(&__bss_start)) - 0x80000000);
|
||||
} else
|
||||
gdb_reply("ENS");
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case '?':
|
||||
// command '?' is used for retrieving the signal
|
||||
@@ -250,8 +251,9 @@ gdb_parse_command(void)
|
||||
// dump in *big endian* format.
|
||||
cpu = smp_get_current_cpu();
|
||||
gdb_regreply(dbg_register_file[cpu], 14);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case 'm':
|
||||
{
|
||||
@@ -290,8 +292,9 @@ gdb_parse_command(void)
|
||||
gdb_reply("E02");
|
||||
else
|
||||
gdb_memreply(sSafeMemory, len);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case 'k':
|
||||
// Command 'k' actual semantics is 'kill the damn thing'.
|
||||
|
||||
Reference in New Issue
Block a user