mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 18:36:32 +00:00
2011-02-28 Michael Snyder <msnyder@vmware.com>
* linux-thread-db.c (attach_thread): Discard unused value.
This commit is contained in:
parent
14571dad8b
commit
2e45657036
@ -1,5 +1,7 @@
|
||||
2011-02-28 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* linux-thread-db.c (attach_thread): Discard unused value.
|
||||
|
||||
* linux-nat.c (linux_handle_extended_wait): Delete unused variable.
|
||||
|
||||
* remote.c (remote_get_noisy_reply): Discard unused value.
|
||||
|
@ -1065,7 +1065,7 @@ attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
|
||||
|
||||
/* Add the thread to GDB's thread list. */
|
||||
if (tp == NULL)
|
||||
tp = add_thread_with_info (ptid, private);
|
||||
add_thread_with_info (ptid, private);
|
||||
else
|
||||
tp->private = private;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user