aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/compile/compile-c.h')
-rw-r--r--gdb/compile/compile-c.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/compile/compile-c.h b/gdb/compile/compile-c.h
index 4dece9c..18ff4d3 100644
--- a/gdb/compile/compile-c.h
+++ b/gdb/compile/compile-c.h
@@ -86,4 +86,10 @@ extern const char *c_get_mode_for_size (int size);
struct dynamic_prop;
extern std::string c_get_range_decl_name (const struct dynamic_prop *prop);
+/* Compute the name of the pointer representing a local symbol's
+ address. */
+
+extern gdb::unique_xmalloc_ptr<char>
+ c_symbol_substitution_name (struct symbol *sym);
+
#endif /* GDB_COMPILE_C_H */