X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftid-parse.h;h=44588aedb9bfa59648881081a25714dd22d38be4;hb=348fe36b1d64f12c60e08f6313520b3191663063;hp=bc70b2d4e4c30c205e0c0b7eba7f32c4af401433;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/tid-parse.h b/gdb/tid-parse.h index bc70b2d4e4..44588aedb9 100644 --- a/gdb/tid-parse.h +++ b/gdb/tid-parse.h @@ -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;