X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Ftid-parse.h;h=086abb336dc340d1338e5c81649d2291314805ea;hb=14b3360508b185087b9376487cfc49152af023d8;hp=99064a85ac6ea992438270f79827df72b36c6502;hpb=e2882c85786571175a0b0bfc3bcd2f14620b1ea3;p=binutils-gdb.git diff --git a/gdb/tid-parse.h b/gdb/tid-parse.h index 99064a85ac6..086abb336dc 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-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2022 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;