Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: gdb/expression.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/expprint.c ('k') | gdb/f-exp.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/expression.h
diff --git a/gdb/expression.h b/gdb/expression.h
index be26002998511e4a94f12a865a950fe0cc8a6926..004a60e85c2e93243ba900bd26e75eee9e840481 100644
--- a/gdb/expression.h
+++ b/gdb/expression.h
@@ -100,7 +100,8 @@ extern struct expression *parse_expression (char *);
extern struct type *parse_field_expression (char *, char **);
-extern struct expression *parse_exp_1 (char **, struct block *, int);
+extern struct expression *parse_exp_1 (char **, CORE_ADDR pc, struct block *,
+ int);
/* For use by parsers; set if we want to parse an expression and
attempt to complete a field name. */
@@ -137,6 +138,8 @@ extern struct value *evaluate_subexp_standard
extern void print_expression (struct expression *, struct ui_file *);
+extern char *op_name (struct expression *exp, enum exp_opcode opcode);
+
extern char *op_string (enum exp_opcode);
extern void dump_raw_expression (struct expression *,
« no previous file with comments | « gdb/expprint.c ('k') | gdb/f-exp.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698