aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-03-08 07:27:57 -0700
committerTom Tromey <tom@tromey.com>2021-03-08 07:28:17 -0700
commit06dc61b9dfe5f76740b46be8f6e61ea699268fb1 (patch)
tree8bafb213924907721aca4f648c78f0300411dc09 /gdb/eval.c
parent72d0a71134f9a7e4725d6ac490e1323cf7aa6ec2 (diff)
downloadgdb-06dc61b9dfe5f76740b46be8f6e61ea699268fb1.zip
gdb-06dc61b9dfe5f76740b46be8f6e61ea699268fb1.tar.gz
gdb-06dc61b9dfe5f76740b46be8f6e61ea699268fb1.tar.bz2
Introduce objc_nsstring_operation
This adds class objc_nsstring_operation, which implements OP_OBJC_NSSTRING. gdb/ChangeLog 2021-03-08 Tom Tromey <tom@tromey.com> * eval.c: Include c-exp.h. * c-exp.h (class objc_nsstring_operation): New.
Diffstat (limited to 'gdb/eval.c')
-rw-r--r--gdb/eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/eval.c b/gdb/eval.c
index c667925..f1553da 100644
--- a/gdb/eval.c
+++ b/gdb/eval.c
@@ -41,6 +41,7 @@
#include "typeprint.h"
#include <ctype.h>
#include "expop.h"
+#include "c-exp.h"
/* Prototypes for local functions. */