OSDN Git Service

Adding Neutrino gdbserver.
authoraristovski <aristovski>
Mon, 6 Jul 2009 18:31:19 +0000 (18:31 +0000)
committeraristovski <aristovski>
Mon, 6 Jul 2009 18:31:19 +0000 (18:31 +0000)
commita7e239eb8fc1b68b36a4054aa08ac4e47d79c627
tree77c7ab8518cc95e54bcdb74829138178867d6502
parent0a64ac3eb2e67d91194c608d870d948b9512d663
Adding Neutrino gdbserver.
* configure: Regenerated.
* configure.ac: Add case for srv_qnx and set LIBS accordingly.
* configure.srv (i[34567]86-*-nto*): New target.
* nto-low.c, nto-low.h, nto-x86-low.c: New files.
* remote-utils.c [__QNX__]: Include sys/iomgr.h
(nto_comctrl) [__QNX__]: New function.
(enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure
gdb/gdbserver/configure.ac
gdb/gdbserver/configure.srv
gdb/gdbserver/nto-low.c [new file with mode: 0644]
gdb/gdbserver/nto-low.h [new file with mode: 0644]
gdb/gdbserver/nto-x86-low.c [new file with mode: 0644]
gdb/gdbserver/remote-utils.c