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:16 -0700 |
commit | 55bdbff857f80da9e3464968f1ada2be3484fcf9 (patch) | |
tree | 64222256f769da20623e489abd09751792736747 /gdb/ChangeLog | |
parent | 247d935b83da28edeb0894f5425190d92a2e786a (diff) | |
download | gdb-55bdbff857f80da9e3464968f1ada2be3484fcf9.zip gdb-55bdbff857f80da9e3464968f1ada2be3484fcf9.tar.gz gdb-55bdbff857f80da9e3464968f1ada2be3484fcf9.tar.bz2 |
Introduce register_operation
This adds class register_operation, which implements OP_REGISTER.
gdb/ChangeLog
2021-03-08 Tom Tromey <tom@tromey.com>
* expop.h (class register_operation): New.
* eval.c (eval_op_register): No longer static.
* ax-gdb.c (register_operation::do_generate_ax): New method.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b237cad..0633260 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2021-03-08 Tom Tromey <tom@tromey.com> + * expop.h (class register_operation): New. + * eval.c (eval_op_register): No longer static. + * ax-gdb.c (register_operation::do_generate_ax): New method. + +2021-03-08 Tom Tromey <tom@tromey.com> + * expop.h (class last_operation): New. 2021-03-08 Tom Tromey <tom@tromey.com> |