]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
"thread apply 1 -- -" vs "frame apply level 0 -- -"
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index eb0cb7c3875435bbd11e8f2595e971cd88fedb3a..a89cb3df0680c6e029cbeda01d799b21b7b82571 100644 (file)
@@ -1,3 +1,8 @@
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * thread.c (thread_apply_command): Check for invalid TID with
+       isdigit instead of !isalpha.
+
 2019-06-13  Pedro Alves  <palves@redhat.com>
 
        * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.