diff options
author | Anthony Green <green@redhat.com> | 2009-07-13 04:56:14 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2009-07-13 04:56:14 +0000 |
commit | 451fa05e5dea8d37ec1f0cb40f304e918c30ee62 (patch) | |
tree | 729fca36bb2cdcd5b186c736ab30ef63924b42ea /gdb/ChangeLog | |
parent | d990c8ab76bf6b7de428eeaf361d15501348fe7d (diff) | |
download | gdb-451fa05e5dea8d37ec1f0cb40f304e918c30ee62.zip gdb-451fa05e5dea8d37ec1f0cb40f304e918c30ee62.tar.gz gdb-451fa05e5dea8d37ec1f0cb40f304e918c30ee62.tar.bz2 |
Add process recording support to the moxie gdb port.
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 a6c8169..dd8186d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2009-07-13 Anthony Green <green@moxielogic.com> + + * moxie-tdep.c (moxie_gdbarch_init): Call + set_gdbarch_process_record. + (moxie_process_record): New. + (moxie_process_readu): New. + 2009-07-12 Michael Snyder <msnyder@vmware.com> * i386-tdep.c: Add a frame unwinder for function epilogues. |