Explicit locations: introduce address locations
[deliverable/binutils-gdb.git] / gdb / linespec.h
index 840bae5e4957e3c739118311d18d65e74bc9c9c7..391ed2638654aa0bd12c50d6c72955937754c840 100644 (file)
@@ -161,4 +161,9 @@ extern const char *linespec_lexer_lex_keyword (const char *p);
    STRINGP will be advanced to this point.  */
 
 extern void linespec_lex_to_end (char **stringp);
+
+/* Evaluate the expression pointed to by EXP_PTR into a CORE_ADDR,
+   advancing EXP_PTR past any parsed text.  */
+
+extern CORE_ADDR linespec_expression_to_pc (const char **exp_ptr);
 #endif /* defined (LINESPEC_H) */
This page took 0.024547 seconds and 4 git commands to generate.