diff options
author | Pedro Alves <palves@redhat.com> | 2013-09-18 14:49:43 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-09-18 14:49:43 +0000 |
commit | d255f61f168b8f5a27c0d4be3d16e1df998974a2 (patch) | |
tree | 9420e15c6bc9b086dd87d37db84a8eca1fcfeb2d | |
parent | ca08a94cf08890f7a3b3dd074d5b42a09ccd868e (diff) | |
download | gdb-d255f61f168b8f5a27c0d4be3d16e1df998974a2.zip gdb-d255f61f168b8f5a27c0d4be3d16e1df998974a2.tar.gz gdb-d255f61f168b8f5a27c0d4be3d16e1df998974a2.tar.bz2 |
Also mention Yue Lu in previous commit's entry.
2013-09-18 Pedro Alves <palves@redhat.com>
Yue Lu <hacklu.newborn@gmail.com>
* gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
(gnu_create_inferior)
(gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
(set_sig_thread_cmd): Use the lwpid field of ptids to
store/extract thread ids instead of the tid field.
* i386gnu-nat.c (gnu_fetch_registers): Adjust.
-rw-r--r-- | gdb/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4dd873a..fbf3dc4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,5 @@ 2013-09-18 Pedro Alves <palves@redhat.com> + Yue Lu <hacklu.newborn@gmail.com> * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume) (gnu_create_inferior) |