gdb: constify inferior::target_is_pushed
authorSimon Marchi <simon.marchi@polymtl.ca>
Fri, 30 Sep 2022 00:14:41 +0000 (20:14 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 3 Oct 2022 13:33:01 +0000 (09:33 -0400)
Change-Id: Ia4143b9c63cb76e2c824ba773c66f5c5cd94b2aa

gdb/inferior.h

index bb3aec1e8f80bfbf998b7a417472dd0d7edfe952..27765304ece85310aa810f513621a697687b4c26 100644 (file)
@@ -369,7 +369,7 @@ public:
   int unpush_target (struct target_ops *t);
 
   /* Returns true if T is pushed in this inferior's target stack.  */
-  bool target_is_pushed (const target_ops *t)
+  bool target_is_pushed (const target_ops *t) const
   { return m_target_stack.is_pushed (t); }
 
   /* Find the target beneath T in this inferior's target stack.  */