X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdbserver%2Fgdbthread.h;h=a19056670c0714a71f8cb80be3e507ad0e7f8015;hb=b7ea362b023feba8d75d5831948bc0d8496b4069;hp=b43d67692106a720a4fec96b753fef88038c64c7;hpb=6a6bbd9d762d3d9d3da1b0337b84f4fe64f06bd2;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/gdbthread.h b/gdb/gdbserver/gdbthread.h index b43d676921..a19056670c 100644 --- a/gdb/gdbserver/gdbthread.h +++ b/gdb/gdbserver/gdbthread.h @@ -1,5 +1,5 @@ /* Multi-thread control defs for remote server for GDB. - Copyright (C) 1993-2013 Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -36,6 +36,9 @@ struct thread_info /* The last wait status reported for this thread. */ struct target_waitstatus last_status; + /* True if LAST_STATUS hasn't been reported to GDB yet. */ + int status_pending_p; + /* Given `while-stepping', a thread may be collecting data for more than one tracepoint simultaneously. E.g.: