diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-02-03 16:43:03 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-02-03 16:43:03 +0000 |
commit | 75cebea968bbac3e5dccd256de4de0e8305990d0 (patch) | |
tree | f6f23162029513153a111d36fd8c13c1e0d3b99b /gdb/ChangeLog | |
parent | c1dec97bf174ee0e1f1e96e53d34a78b4a2d9a6a (diff) | |
download | gdb-75cebea968bbac3e5dccd256de4de0e8305990d0.zip gdb-75cebea968bbac3e5dccd256de4de0e8305990d0.tar.gz gdb-75cebea968bbac3e5dccd256de4de0e8305990d0.tar.bz2 |
Add qsupported to gdbarch.
2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
* gdbarch.sh: Add qsupported.
* gdbarch.c: Regenerated.
* gdbarch.h: Likewise.
* remote.c (remote_state): Add gdbarch.
(init_remote_state): Set gdbarch.
(remote_query_supported): Support gdbarch_qsupported.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c4ae15e..af536a7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2010-02-03 H.J. Lu <hongjiu.lu@intel.com> + + * gdbarch.sh: Add qsupported. + + * gdbarch.c: Regenerated. + * gdbarch.h: Likewise. + + * remote.c (remote_state): Add gdbarch. + (init_remote_state): Set gdbarch. + (remote_query_supported): Support gdbarch_qsupported. + 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com> * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for |