diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2015-04-14 19:28:44 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2015-04-22 18:30:54 +0100 |
commit | e6ad66bd097f17ec32c03462dd65b7f833fd49ab (patch) | |
tree | 1763a3a3849df379b0184c31b05ba7d3901fb827 /gdb/ChangeLog | |
parent | 776704b9178cce5741e96555ceca514d84824815 (diff) | |
download | gdb-e6ad66bd097f17ec32c03462dd65b7f833fd49ab.zip gdb-e6ad66bd097f17ec32c03462dd65b7f833fd49ab.tar.gz gdb-e6ad66bd097f17ec32c03462dd65b7f833fd49ab.tar.bz2 |
windows-nat: Cleanups in get_windows_debug_event
gdb/ChangeLog:
2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
* windows-nat.c (get_windows_debug_event): Replace retval with
thread_id throughout. Update stale comment.
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 7e25c19..1ea002c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> + * windows-nat.c (get_windows_debug_event): Replace retval with + thread_id throughout. Update stale comment. + +2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> + * windows-nat.c (get_windows_debug_event): Don't use ternary conditional operator. |