diff options
author | Tristan Gingold <gingold@adacore.com> | 2013-10-03 09:46:36 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2013-10-03 09:46:36 +0000 |
commit | b1328b1b180e48b698f48cbe42f1d22d75904935 (patch) | |
tree | 4dbc138723a62ae1174c885169598f3c881ffb31 /gdb/ChangeLog | |
parent | f8fedb8d7b16ac3c6384b65a5cd11d1f03d381b1 (diff) | |
download | gdb-b1328b1b180e48b698f48cbe42f1d22d75904935.zip gdb-b1328b1b180e48b698f48cbe42f1d22d75904935.tar.gz gdb-b1328b1b180e48b698f48cbe42f1d22d75904935.tar.bz2 |
2013-10-03 Tristan Gingold <gingold@adacore.com>
* i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
Remove verbose error reporting. Use detected state to
thread_set_state call.
(i386_darwin_dr_get): Fix return type. Remove verbose error
report.
Remove trailing spaces.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 10840a5..a2a4b01 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2013-10-03 Tristan Gingold <gingold@adacore.com> + + * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type. + Remove verbose error reporting. Use detected state to + thread_set_state call. + (i386_darwin_dr_get): Fix return type. Remove verbose error + report. + Remove trailing spaces. + 2013-10-02 Pedro Alves <palves@redhat.com> * cp-valprint.c (cp_print_value_fields): Adjust calls to |