Questions tagged [gdbserver]

GDB remote application debugging through gdbserver

GDB remote application debugging through gdbserver

415 questions
0
votes
1 answer

Porting GDB server on iOS

I need to cross-compile one of the latest GDB server versions (7.4 or 7.5) for iOS. By default configure script does not support such target (arm-apple-darwin). However, I have an idea to merge Apple's open source version of GDB server (based on…
bsa2000
  • 382
  • 2
  • 11
0
votes
0 answers

remote gdb symbol table not loaded

I am trying to start remote gdb session. Here is what I did so far . on target m/c. $ > gdbserver :5555 --attach process_pid on host from which I need to connect to $HOST > gdb gdb > target remote target_ip:5555 gdb > but after this the I am…
vindyz
  • 1,079
  • 2
  • 11
  • 23
0
votes
1 answer

Remote execution of Qt application causes loss of keyboard input on Linux

I am using Eclipse CDT with Qt plugin. Working on Debian without X, running the GUI with Qt's QWS server. Simply, I am starting a regular cpp thread doing the logical work and then starting a standart QApplication execution. Works fine on the target…
bmkorkut
  • 616
  • 5
  • 17
0
votes
1 answer

GDB MI mechanism to debug a self executing program

I recently downloaded MI library and executed / read some examples code. In all the examples that I saw the implementation was via a separate program like below: Main Program Interact with GDB exec another program Gather Debug info of the another…
Programmer
  • 8,303
  • 23
  • 78
  • 162
0
votes
1 answer

Application running slow after adding GDB symbols - Side effect?

We have a application of size about 20MB in release mode. This application is meant to run on MIPS running Linux 2.6.12 The debug build of the same is about 42 MB, with optimization switched off and -g flag added. The additional 22 MB increase is…
Kamath
  • 4,461
  • 5
  • 33
  • 60
0
votes
1 answer

When remote debugging, how to access source file on target

I'm using CDT to remotely debug an application. The application constructs a source fragment and JITs it into memory. For debugging, it creates an in-memory ELF/DWARF image and registers it with the GDB JIT interface, and writes a source file…
Al Grant
  • 271
  • 2
  • 5
-1
votes
1 answer

why does gdbserver support tracepoint when it is not supported in gdb?

i wonder if gdb has some difficulties in supporting tracepoints. have seen some answers on stack overflow. just mention that "tracepoint facility is currently available only for remote targets."(answered in 2010)
jonas
  • 11
  • 1
-1
votes
1 answer

How do I use "ST-link GDB server"

I installed the ST-Link GDB server from the ST webpage (link) ST created "ST-Link Server" (link) which bridges the architecture gap and enables us to comfortably monitor and debug the "running binary" (arm architecture) on our workstation PC (x86 or…
71GA
  • 1,132
  • 6
  • 36
  • 69
-1
votes
1 answer

GDB cannot step over a function if the following lines don't include a decision or branch

I am having problems with debugging (stepping over) in C++ with GDB. I have an in house developed RTOS which runs on a PowerPC e500mc target. Software versions: GCC 4.9.2, gdb-server 5 ~(I am not sure about the exact version), GDB 7.9.1 (I also…
tarkandinc
  • 25
  • 6
-1
votes
1 answer

how to get the "GDB OpenOCD Debugging" plug-in in Kepler Eclipse

I am using latest version of Eclipse ie Kepler in that how to update/install the "GDB OpenOCD Debugging" plug-in tool.
1 2 3
27
28