[GDBserver] Leave child suspended when step over parent
[deliverable/binutils-gdb.git] / gdb / utils.h
index 4571aaf54f63829bac0d60ac9b1f6d2349aa39b8..0687c86c19d133cb6bc0358d5449708284b8b52f 100644 (file)
@@ -135,6 +135,10 @@ extern void substitute_path_component (char **stringp, const char *from,
                                       const char *to);
 
 char *ldirname (const char *filename);
+
+extern int count_path_elements (const char *path);
+
+extern const char *strip_leading_path_elements (const char *path, int n);
 \f
 /* GDB output, ui_file utilities.  */
 
This page took 0.037238 seconds and 4 git commands to generate.