gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / tid-parse.h
index bc70b2d4e4c30c205e0c0b7eba7f32c4af401433..44588aedb9bfa59648881081a25714dd22d38be4 100644 (file)
@@ -1,6 +1,6 @@
 /* TID parsing for GDB, the GNU debugger.
 
-   Copyright (C) 2015-2019 Free Software Foundation, Inc.
+   Copyright (C) 2015-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -114,6 +114,9 @@ public:
      range.  */
   bool in_star_range () const;
 
+  /* Returns true if processing a thread range (e.g., 1.2-3).  */
+  bool in_thread_range () const;
+
   /* Returns true if parsing has completed.  */
   bool finished () const;
 
This page took 0.034639 seconds and 4 git commands to generate.