diff options
author | Tom Tromey <tom@tromey.com> | 2021-03-08 07:27:57 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2021-03-08 07:28:17 -0700 |
commit | 06dc61b9dfe5f76740b46be8f6e61ea699268fb1 (patch) | |
tree | 8bafb213924907721aca4f648c78f0300411dc09 /gdb/eval.c | |
parent | 72d0a71134f9a7e4725d6ac490e1323cf7aa6ec2 (diff) | |
download | gdb-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ #include "typeprint.h" #include <ctype.h> #include "expop.h" +#include "c-exp.h" /* Prototypes for local functions. */ |