Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
111 views

Stepping over library calls with gdb/gdbserver

I have a general gdb/gdbserver question. I'm trying to debug an arm linux embedded application using gdb on the host and gdbserver on the remote target. I can step through lines of code at the ...
3
votes
2answers
282 views

Debugging native code in Android on the *device* (not emulator)

I followed this description for debugging native code in an Android app and it works when debugging on the emulator. When I want to debug on the actual device, at the point where I switch to the ...
3
votes
2answers
393 views

How to use cross gdb to examine core file from crosstarget machine

I have a core file from embedded SH3 linux device, and gdb of the cross compiler environment (sh3-linux-gdb) in my host linux. But I have problems loading the core file with gdb: $ sh3-linux-gdb ...
3
votes
1answer
1k views

Remotely debugging a Linux process from Windows with gdb and gdbserver: what exactly is needed on the Windows side?

I am running Eclipse CDT on Windows to develop C code that is built & tested on remote Linux systems. Currently, the code is never compiled on Windows. I am able to use CDT to begin the remote ...
3
votes
1answer
2k views

debugging native code (C++) using gdb on android with Eclipse. Is it possible?

I have some piece of code which uses JNI. I can debug code wrote in Java directly in Eclipse (using ADT). I even have a script, which help me debug native code with gdb. However this is not very ...
2
votes
1answer
160 views

How to use DDD with local qemu?

I want to use GNU DDD (gdb graphic shell) to debug Linux kernel, that is running (in some distro) inside qemu. I have vmlinux image outside of qemu, and launch qemu with -s -S, so it acts like ...
2
votes
0answers
114 views

gdb over serial port using ppp

I would like use GDB server over serial port (as i don't have network port)on my Linux embedded board for application debugging? I think i need to have following things in my code.. GDB server ...
2
votes
0answers
402 views

Remote GDB with Eclipse

I'm trying to debug an application remotely with Eclipse CDT. I got gdbserver and gdb running so I can debug via command line. I'd like to integrate this stuff into Eclipse. I create a .gdbinit file ...
2
votes
0answers
1k views

Using Eclipse to remotely debug with gdbserver

Does anyone know why I can't use Eclipse CDT to remotely debug a device when I manage it on the command-line with gdb using target remote command? I do get a warning when connecting, but other than ...
2
votes
2answers
4k views

How to debug an App on Android with GDBSERVER?

I'm trying to debug a native shared library that my App uses through JNI. I can attach to a running app just fine with "gdbserver --attach pid" but i need to actually launch my app when i launch the ...
1
vote
0answers
70 views

How to start an android app with valgrind

I've been searching for the last week trying to find an answer to this question. How do I start an Android app with valgrind? I know I can start an app with the 'am' command, but it starts the app ...
1
vote
2answers
125 views

Only question marks in backtrace reported by gdb on ARM

I'm trying to debug a software with gdbserver on ARM to get a backtrace of a crash. Unfortunately I get only question marks. Everywhere, I read this problem is simply related to the lack of symbols, ...
1
vote
1answer
84 views

Why is debugging of native shared libraries used by Android apps slow?

I am frequently using gdbServer to debug a remote Android application. The area I have set breakpoints in is a shared library, written in c++. Stepping through the code is extremely slow. Does anyone ...
1
vote
2answers
488 views

GDB with ECLIPSE GUI over remote server?

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 Windows accessing code base via Samba (Eclipse IDE) Software is built on ...
1
vote
1answer
1k views

How to debug an Dalvik executable on Android with GDB?

I want to debug an android application using GDB, I do not have the source code and I am used to GDB. Would anyone know how to do that? It seems I would need to attach to the process of the ...
1
vote
2answers
136 views

Graphic debuger that can connect to gdbserver

I'm looking for a graphic debuger that can connect to a running gdbserver (TCP) and does provide a usable interface. I need to watch multiple complex data structures while stepping through the ...
1
vote
2answers
2k views

Android NDK Debugging

The Android NDK documentation doesn't seem all that clear to me as to what sequence of commands you run to get debugging information into, and out of the ndk-gdb executable which is provided. If ...
1
vote
0answers
997 views

Problem gdb remote debugging - Remote 'g' packet reply is too long

I have a problem with remote debugging. Host: laptop intel i5 with ubuntu 10.10 x86 Target: Freescale iMX35 (iMX35 PDK) arm 11 Development environment: Qt Creator 2.1RC and Qt4.7.1 libraries. Arm ...
1
vote
2answers
211 views

Is it possible to remotely debug linux code from a non-linux system?

I know it is possible to remotely debug code using gdb's server mode and I know it is possible to debug code that has been cross-compiled for another architecture, but is it possible to go a step ...
0
votes
0answers
48 views

Remote debugging w/ Eclipse CDT gdbserver: stdin/stdout

OK, this seems pretty basic, but no luck. I'm using Eclipse Helios w/ CDT. Both host & target are linux boxes. I've been starting my application on the target machine with: gdbserver :port ...
0
votes
0answers
19 views

debuging WebApplication using gdb

I have some experience debugging local and remote applications using gdb and gdbserver. However, I was wondering that how can I remotely debug web applications whenever they are executed when some ...
0
votes
1answer
328 views

Unable to debug with gdb under Android and NDK, starting Gdb crashes App

I'm having big problems trying to debug native code with Android & NDK r7. While the App is running I launch $NDK/ndk-gdb, and the result is that gdb looses connection with the device and the app ...
0
votes
1answer
82 views

Debugging shared libraries with gdbserver

I am using gdbserver on target and CodeSourcery IDE. My hardware is a gumstix with a omap3530. I can step through code in my main application but if I attempt to step into a function in a shared ...
0
votes
1answer
105 views

Cannot find adb tool during running ndk-gdb

I am building my android ndk application by using ndk-build commend and it works fine but, when i use ndk-gdb commend from cygwin i get a following error ; ERROR: The 'adb' tool is not in your ...
0
votes
1answer
75 views

Strange errors trying using gdb remotely: What am I doing wrong?

I've got a 64-bit remote machine, anvil, and a 32 bit desktop. I make a program called hello.c and on anvil I compile it with $ gcc -ggdb -o hello hello.c It will run and debug fine on anvil. ...
0
votes
1answer
211 views

How to debug the Android browser with GDBSERVER if it crashes instantly?

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 am start -n com.android.browser/.BrowserActivity If I'm trying to ...
0
votes
1answer
175 views

gdbserver - command not found

I would like to perform debug operations on the Android open source platform. I am trying to run "gdbserver :5039 --attach" in my terminal but I keep receiving "command not found". I have built the ...
0
votes
0answers
51 views

Is there a way to streamline an iOS compiling/installation-into-device/remote-debugging process from a command-line shell?

I'm already able to compile and debug (via gdb and iPhone Simulator) in my terminal. I can compile, code-sign, package, etc using nothing else than xcodebuild, xcrun and security. Is there a way to ...
0
votes
1answer
182 views

How to debug native code using gdbserver

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/ To do this, you have to ...
0
votes
1answer
234 views

How to remote debug on Windows application that is compiled on linux

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 ...
0
votes
1answer
47 views

Remote debugging on different archs

Is it possible to 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? Thank you all!
0
votes
1answer
500 views

Remote Debugging multi-threaded C program with 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 ...
0
votes
1answer
922 views

Eclipse debug problem - no source available

I have problem in Eclipse c/c++ with debugging. On some, not all, functions when I put break point it shows me no sorce available for that function ( example no source available for test() ). That ...
0
votes
0answers
123 views

Is there a way to get get stdout to console inside of eclipse CDT with remote debugging

I'm using the newest stable CDT and gdbserver. P.S. The show global variables menu option seems to be blanked out any ideas on how to show global variables?
0
votes
2answers
349 views

gdb remote debugging - program crashes when stepping into a shared library

I cross compiled a linux targeted app on a cygwin host. The program runs ok on the target and also with gdbserver. However, when I try to step through the program it crashes whenever I step into a ...
0
votes
1answer
252 views

gdbserver follow child

I'm trying to debug a forking process on remote host, but getting the gdbserver process end on me every time with child exit. Tried to setting "set follow-fork-mode child" in .gdbinit, didn't help. ...
0
votes
1answer
114 views

error for gdbserver

Anybody knows the error message? gdbserver[949] segfault at 81c ip 0000081c sp bfeef918 error 4 in gdbserver [8048000+1c0000] segmentation fault Thanks,
0
votes
1answer
2k views

Using gdb and gdbserver with a 32 bit binary on a 64 bit machine with Centos 5 complains about memory access or badly formatted data

I have two identical 64 bit Centos 5 machines, that are networked, and share their /home mount. I compile a simple Hello World program on one, and then I have figured out how to use gdb on one ...