mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-26 19:44:28 +00:00
* remote.c (remote_query_attached): Fix pasto in packet_ok result
checking.
This commit is contained in:
parent
bf75638ec1
commit
1554e9be88
@ -1,3 +1,8 @@
|
||||
2009-04-16 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* remote.c (remote_query_attached): Fix pasto in packet_ok result
|
||||
checking.
|
||||
|
||||
2009-04-16 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* procfs.c (solib_mappings_callback, find_memory_regions_callback):
|
||||
|
@ -1139,7 +1139,7 @@ remote_query_attached (int pid)
|
||||
getpkt (&rs->buf, &rs->buf_size, 0);
|
||||
|
||||
switch (packet_ok (rs->buf,
|
||||
&remote_protocol_packets[PACKET_qAttached]) == PACKET_OK)
|
||||
&remote_protocol_packets[PACKET_qAttached]))
|
||||
{
|
||||
case PACKET_OK:
|
||||
if (strcmp (rs->buf, "1") == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user