This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GDB - [New Thread 57005]

Some times when I'm trying to use GDB it stop with the following information:

(gdb) file _build/nrf51822_xxab.out 
A program is being debugged already.
Are you sure you want to change the file? (y or n) y
Load new symbol table from "_build/nrf51822_xxab.out"? (y or n) y
Reading symbols from _build/nrf51822_xxab.out...done.
(gdb) load
Loading section .text, size 0x1d60 lma 0x0
Loading section .ARM.exidx, size 0x8 lma 0x1d60
Loading section .data, size 0x78 lma 0x1d68
Start address 0x1b48, load size 7648
Transfer rate: 61184 bits in <1 sec, 1912 bytes/write.
(gdb) r
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /Users/ze/Development/persiana/_build/nrf51822_xxab.out 
[New Thread 57005]

After [New Thread 57005] I can't send any command.

Parents Reply Children
No Data
Related