Move command lines types/declarations to cli-script.h
[deliverable/binutils-gdb.git] / gdb / minsyms.h
index 06b3b4e1b143d69c8caf1213a743cccbcb1a7d0f..e763f62aa36b7c5934bd86f2997a1787968dada9 100644 (file)
@@ -1,6 +1,6 @@
 /* Minimal symbol table definitions for GDB.
 
-   Copyright (C) 2011-2016 Free Software Foundation, Inc.
+   Copyright (C) 2011-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -157,6 +157,10 @@ void terminate_minimal_symbol_table (struct objfile *objfile);
 
 \f
 
+/* Return whether MSYMBOL is a function/method.  */
+
+bool msymbol_is_text (minimal_symbol *msymbol);
+
 /* Compute a hash code for the string argument.  */
 
 unsigned int msymbol_hash (const char *);
This page took 0.025305 seconds and 4 git commands to generate.