I modified the libwebcore.so in my Android rootfs and now I want to debug it but the browser crashes instantly if I start with
I would love to debug my software with ECLIPSE as front end to GDB. Our build set up as follows. Linux server with code base
I have a core file from embedded SH3 linux device, and gdb of the cross compiler environment (sh3-linux-gdb) in my host linux.
I have followed the instructions for debugging native code found here: http://www.eweek.com/c/a/Linux-and-Open-Source/How-to-Set-Up-Android-Platform-Development-and-Debugging/
I\'m using Eclipse CDT Indigo. I read few advices how to use cross-debugging (Eclipse is on Windows, while compilation and debugging should be done on remote Linux machine). So far I was able to compi
Is it possible t开发者_StackOverflow社区o remotely debug a program on a PPC target machine (obsiously by gdbserver) with a x86 version of gdb or there is need to build a cross-gdb?
I am using Eclipse to develop and remotely debug some software for an ARM Processor. Unfortunately the software I am writing is multi-threaded and I am unable to debug it. If I place a break-point in
I would like use GDB server over serial port (as i don\'t have network port)on my Linux embedded board for appl开发者_开发百科ication debugging? I think i need to have following things in my code..
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to debug an application remotely with Eclipse CDT. I got gdbserver and gdb running so I can debug via command line.