mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
2010-05-05 Michael Snyder <msnyder@vmware.com>
* remote.c (remote_threads_info): Revert questionable part of the previous change.
This commit is contained in:
@@ -2512,8 +2512,8 @@ remote_threads_info (struct target_ops *ops)
|
||||
{
|
||||
struct gdb_xml_parser *parser;
|
||||
struct threads_parsing_context context;
|
||||
struct cleanup back_to = make_cleanup (null_cleanup, NULL);
|
||||
|
||||
make_cleanup (null_cleanup, NULL);
|
||||
context.items = 0;
|
||||
parser = gdb_xml_create_parser_and_cleanup (_("threads"),
|
||||
threads_elements,
|
||||
|
||||
Reference in New Issue
Block a user