Thanks! I tried it.

I ran gdbserver and gdbclient, and got the following.
I'd like to pinpoint the code causing the problem, but I can't.
Any suggestion?

- Brian

# ./gdbserver localhost:1234 --attach 2154
Attached; pid = 2154
Listening on port 1234
Remote debugging from host 127.0.0.1

Child terminated with signal = b

Child terminated with signal = 0xb (SIGSEGV)
GDBserver exiting
#

gdbclient
(gdb) c
Continuing.

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb) bt
No stack.


On Oct 9, 1:47 pm, Yi Sun <beyo...@gmail.com> wrote:
> run gdbserver come with the android-x86. Hope it helps
>
> On Fri, Oct 9, 2009 at 10:51 AM, Brian <bgc...@gmail.com> wrote:
>
> > Hi all,
>
> > I'd like to use gdb in Android x86. Is there a toolchain I can use?
>
> > Thanks!
> > -Brian
>
> --
> Android-x86http://www.android-x86.org

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to