diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8e3a4fc..06ba9c8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2001-05-14 Kevin Buettner <kevinb@redhat.com> + * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str): + Adjust format strings for printing LWPs to account for the fact + that the type returned by GET_LWP() is now a long instead of an + int. + +2001-05-14 Kevin Buettner <kevinb@redhat.com> + * inferior.h (null_ptid, minus_one_ptid): New variable declarations. (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp) (ptid_get_tid, ptid_equal): New function declarations. |