diff options
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index bd8d1a2..a4c1244 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -154,7 +154,7 @@ struct thread_control_state /* Chain containing status of breakpoint(s) the thread stopped at. */ - bpstat stop_bpstat = nullptr; + bpstat *stop_bpstat = nullptr; /* Whether the command that started the thread was a stepping command. This is used to decide whether "set scheduler-locking |