diff options
author | Tom Tromey <tromey@redhat.com> | 2009-09-22 17:39:54 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-09-22 17:39:54 +0000 |
commit | 329719ec1d3002c2e148acbf7287fee1dcd531c7 (patch) | |
tree | 6bd836db9acc4a8708ba39578e5ac0489e572e8d /gdb/ChangeLog | |
parent | 074d710de74bfa99c9fb9ac2c3013508149d16e5 (diff) | |
download | gdb-329719ec1d3002c2e148acbf7287fee1dcd531c7.zip gdb-329719ec1d3002c2e148acbf7287fee1dcd531c7.tar.gz gdb-329719ec1d3002c2e148acbf7287fee1dcd531c7.tar.bz2 |
gdb
PR python/10680:
* eval.c (evaluate_subexp_standard) <do_call_it>: Handle internal
functions in EVAL_AVOID_SIDE_EFFECTS case.
gdb/testsuite
* gdb.python/py-function.exp: Add regression tests.
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 f9e94b6..51cee9a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-09-22 Tom Tromey <tromey@redhat.com> + + PR python/10680: + * eval.c (evaluate_subexp_standard) <do_call_it>: Handle internal + functions in EVAL_AVOID_SIDE_EFFECTS case. + 2009-09-22 Jie Zhang <jie.zhang@analog.com> * MAINTAINERS: Add myself under Write After Approval. |