diff options
author | Michael Snyder <msnyder@vmware.com> | 1997-07-16 20:42:28 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 1997-07-16 20:42:28 +0000 |
commit | 2aeedbf89edb81f8119dca9c20ec1e13d3f6ca65 (patch) | |
tree | f8f5b261a1eb9f7b70386ca12a2abeaffe0e5210 /gdb | |
parent | 0f5b751aaf25109f8d03be709f9d48abd0d244ef (diff) | |
download | binutils-gdb-2aeedbf89edb81f8119dca9c20ec1e13d3f6ca65.tar.gz |
Wed Jul 16 10:38:03 1997 Michael Snyder (msnyder@cleaver.cygnus.com)
* sol-thread.c (sol_thread_[store, fetch]_registers): if
inferior_pid is an LWP rather than a Solaris thread, let
procfs handle the request.
(rw_common, sol_thread_xfer_memory): procfs_xfer_memory will
only work if inferior_pid points to an LWP (rather than a
Solaris thread). Use procfs_first_available to find a good LWP.
(info_solthreads): added a maintenance command to list all
known Solaris threads and their attributes.
* mips-tdep.c (mips_do_registers_info): Completely changed the
output format to be neat and columnar. Added the helper funcs
do_fp_register_row and do_gp_register_row. Also small mods to
mips_print_register, which is still used to print a single reg.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e15a9abc6d2..1ee2c2b5dea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -8,6 +8,10 @@ Wed Jul 16 10:38:03 1997 Michael Snyder (msnyder@cleaver.cygnus.com) Solaris thread). Use procfs_first_available to find a good LWP. (info_solthreads): added a maintenance command to list all known Solaris threads and their attributes. + * mips-tdep.c (mips_do_registers_info): Completely changed the + output format to be neat and columnar. Added the helper funcs + do_fp_register_row and do_gp_register_row. Also small mods to + mips_print_register, which is still used to print a single reg. Mon Jul 14 18:02:53 1997 Michael Snyder (msnyder@cleaver.cygnus.com) |