diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-02-15 20:28:24 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-02-15 20:28:24 +0000 |
commit | edceb2a99afcec306af2d9a50c2ed6ece43cf256 (patch) | |
tree | 0134cc7b00131cc488eff81dbb627b45f5330b41 /gdb/ChangeLog | |
parent | 989fbeffb248dde7a9a24ad8ac9f7a76b435a807 (diff) | |
download | gdb-edceb2a99afcec306af2d9a50c2ed6ece43cf256.zip gdb-edceb2a99afcec306af2d9a50c2ed6ece43cf256.tar.gz gdb-edceb2a99afcec306af2d9a50c2ed6ece43cf256.tar.bz2 |
gdb/
* gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
and dir commands into an if block.
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 d5211b5..529b6e0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command + and dir commands into an if block. + 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com> * python/py-breakpoint (struct pybp_code): Use int instead of |