diff options
author | Tom Tromey <tromey@redhat.com> | 2013-05-30 17:37:50 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-05-30 17:37:50 +0000 |
commit | 77f9e713027d32cc5ca1fb8d05e7b1b3f5397ec7 (patch) | |
tree | d3d3cebdf3cbfd0859c683e4d5702d23f0fd9fbe /gdb/ChangeLog | |
parent | 45475de718b57eb446a47b773658729b24da1583 (diff) | |
download | gdb-77f9e713027d32cc5ca1fb8d05e7b1b3f5397ec7.zip gdb-77f9e713027d32cc5ca1fb8d05e7b1b3f5397ec7.tar.gz gdb-77f9e713027d32cc5ca1fb8d05e7b1b3f5397ec7.tar.bz2 |
some fixes to infrun.c
This fixes some of the problems in infrun.c that the checker reported.
I filed the remaining problems as bugs.
This patch is purely stylistic.
* infrun.c (adjust_pc_after_break): Introduce an outer null
cleanup.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 620af90..7adba77 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-05-30 Tom Tromey <tromey@redhat.com> + * infrun.c (adjust_pc_after_break): Introduce an outer null + cleanup. + +2013-05-30 Tom Tromey <tromey@redhat.com> + * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup. 2013-05-30 Tom Tromey <tromey@redhat.com> |