Clarify comment on the purpose of the assertion loop in _initialize_remote.
gdb/ChangeLog: 2015-03-26 Don Breazeal <donb@codesourcery.com> * remote.c (_initialize_remote): Update comment.
This commit is contained in:
parent
93ca856967
commit
0b736949a8
@ -1,3 +1,7 @@
|
||||
2015-03-26 Don Breazeal <donb@codesourcery.com>
|
||||
|
||||
* remote.c (_initialize_remote): Update comment.
|
||||
|
||||
2015-03-26 Pedro Alves <palves@redhat.com>
|
||||
Jon TURNEY <jon.turney@dronecode.org.uk>
|
||||
|
||||
|
@ -12495,7 +12495,8 @@ Show the maximum size of the address (in bits) in a memory packet."), NULL,
|
||||
add_packet_config_cmd (&remote_protocol_packets[PACKET_hwbreak_feature],
|
||||
"hwbreak-feature", "hwbreak-feature", 0);
|
||||
|
||||
/* Assert that we've registered commands for all packet configs. */
|
||||
/* Assert that we've registered "set remote foo-packet" commands
|
||||
for all packet configs. */
|
||||
{
|
||||
int i;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user