[C++] remote.c: Avoid enum arithmetic
[deliverable/binutils-gdb.git] / gdb / target.h
index 0105db2e5418b4274354ba9840bed9534f83d9cc..e80bee5d494ccf4de74e4eb9cb03efaa4449382b 100644 (file)
@@ -2294,6 +2294,10 @@ extern void target_preopen (int);
 /* Does whatever cleanup is required to get rid of all pushed targets.  */
 extern void pop_all_targets (void);
 
+/* Like pop_all_targets, but pops only targets whose stratum is at or
+   above STRATUM.  */
+extern void pop_all_targets_at_and_above (enum strata stratum);
+
 /* Like pop_all_targets, but pops only targets whose stratum is
    strictly above ABOVE_STRATUM.  */
 extern void pop_all_targets_above (enum strata above_stratum);
This page took 0.023872 seconds and 4 git commands to generate.