Check all inline frames if they are marked for skip
[deliverable/binutils-gdb.git] / gdb / objc-lang.h
index 0727dfb3f08cd42c81d90907703cbcccf577e741..b5f949f037bc6125c400a6889de35874d9c73a18 100644 (file)
@@ -1,6 +1,6 @@
 /* Objective-C language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 1992-2018 Free Software Foundation, Inc.
+   Copyright (C) 1992-2019 Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
 
@@ -20,8 +20,6 @@
 #if !defined(OBJC_LANG_H)
 #define OBJC_LANG_H
 
-#include "cp-support.h"                /* For VEC (const_char_ptr) */
-
 struct stoken;
 
 struct value;
@@ -37,8 +35,8 @@ extern char *objc_demangle (const char *mangled, int options);
 
 extern int find_objc_msgcall (CORE_ADDR pc, CORE_ADDR *new_pc);
 
-extern const char *
-  find_imps (const char *method, VEC (const_char_ptr) **symbol_names);
+extern const char *find_imps (const char *method,
+                             std::vector<const char *> *symbol_names);
 
 extern struct value *value_nsstring (struct gdbarch *gdbarch,
                                     char *ptr, int len);
This page took 0.027683 seconds and 4 git commands to generate.