Handle function aliases better (PR gdb/19487, errno printing)
[deliverable/binutils-gdb.git] / gdb / minsyms.h
index b82a22af71b74d974d820652cea049fd8ce854d3..e763f62aa36b7c5934bd86f2997a1787968dada9 100644 (file)
@@ -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.02544 seconds and 4 git commands to generate.