diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-05-05 22:27:15 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-05-05 22:27:15 +0000 |
commit | c31a71f44f3e8c56d1bce34c31b5da867a726477 (patch) | |
tree | 7ba207be748b60e696f04462ac92fb0b72ab16e6 /gdb/remote.c | |
parent | d36fc00bca2fb29ea34f8879ea68e0aee3b26d7d (diff) | |
download | gdb-c31a71f44f3e8c56d1bce34c31b5da867a726477.zip gdb-c31a71f44f3e8c56d1bce34c31b5da867a726477.tar.gz gdb-c31a71f44f3e8c56d1bce34c31b5da867a726477.tar.bz2 |
2010-05-05 Michael Snyder <msnyder@vmware.com>
* remote.c (remote_threads_info): Revert questionable part of
the previous change.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 051443d..6208450 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -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, |