diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-05-10 01:07:39 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-05-10 01:07:39 +0000 |
commit | 01263b571ca572b96eaf1aa1026466ef6d4163ee (patch) | |
tree | c0d9be6dd0390a1ebb946d5cd2d378a6699b11a5 /gdb/ChangeLog | |
parent | 1f23ade4f486e3af9251979eabc9e571a52650f2 (diff) | |
download | gdb-01263b571ca572b96eaf1aa1026466ef6d4163ee.zip gdb-01263b571ca572b96eaf1aa1026466ef6d4163ee.tar.gz gdb-01263b571ca572b96eaf1aa1026466ef6d4163ee.tar.bz2 |
Minor ptid_t changes for the upcoming phase 3 ptid patch.
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 2f57191..393663c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-05-09 Kevin Buettner <kevinb@redhat.com> + + * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid + component from inferior_ptid. + (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a + ptid. + 2001-05-09 Elena Zannoni <ezannoni@redhat.com> * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS |