aboutsummaryrefslogtreecommitdiff
path: root/gdb/interps.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/interps.h')
-rw-r--r--gdb/interps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/interps.h b/gdb/interps.h
index 728155a..f662f54 100644
--- a/gdb/interps.h
+++ b/gdb/interps.h
@@ -123,7 +123,7 @@ public:
/* Notify the interpreter that thread T has exited. */
virtual void on_thread_exited (thread_info *,
- gdb::optional<ULONGEST> exit_code,
+ std::optional<ULONGEST> exit_code,
int silent) {}
/* Notify the interpreter that inferior INF was added. */
@@ -292,7 +292,7 @@ extern void interps_notify_new_thread (thread_info *t);
/* Notify all interpreters that thread T has exited. */
extern void interps_notify_thread_exited (thread_info *t,
- gdb::optional<ULONGEST> exit_code,
+ std::optional<ULONGEST> exit_code,
int silent);
/* Notify all interpreters that inferior INF was added. */