Thursday, November 5, 2009

[android-developers] Re: some questions about using gdbserver and JNI libraries

On Nov 5, 5:50 am, Michael Ambrus <michael.amb...@gmail.com> wrote:
> Setting breakpoints and running works, but when gdb starts up it also
> prints out:
>
> gdb: Unable to get location for thread creation breakpoint: requested
> event is not supported
>
> Is there a problem with gdb thread support in 1.6?

I don't know. The debugging process is a dance between gcc, gdb,
gdbserver, libc pthreads, the Linux kernel, etc. Getting it all right
is something of an art form.

arm-eabi-gdb is version 6.6 which is a bit behind the times.
http://android.git.kernel.org/ just recently got a handful of
"toolchain" directories added, so it should be easier to track changes
in the AOSP going forward.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment