Bug 352851 - No source available for "xxx"and GDB log shows: "failed to get remote thread list".
Summary: No source available for "xxx"and GDB log shows: "failed to get remote thread ...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-22 07:59 EDT by camilo CLA
Modified: 2020-09-04 15:18 EDT (History)
2 users (show)

See Also:


Attachments
gdb log (13.08 KB, text/plain)
2011-07-22 08:02 EDT, camilo CLA
no flags Details
jpg of my debug configurations. (103.19 KB, image/jpeg)
2011-07-22 08:04 EDT, camilo CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description camilo CLA 2011-07-22 07:59:42 EDT
Build Identifier:  M20110210-1200

Hi.
I first build my application (.elf with arm-none-eabi-gcc), then I launch the arm-none-eabi-gdb for debugging on-chip on real time in my LPC1768 uController...

I can go throught breakpoints but in some breakpoints I can not see the code (but i can continue with F8), just a white screen with the msg:  No source available for "my function", and the button "view dissasembly".

The GDB log shows:

5116-exec-continue
5116^running
*running,thread-id="1"
(gdb) 
*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame={addr="0x00001828",func="PWMSetDutyCycle",args=[]},thread-id="1",stopped-threads="all"
(gdb) 
5117 info threads
&"info threads\n"
&"warning: RMT ERROR : failed to get remote thread list.\n"
~"* 1 Thread <main>  0x00001828 in PWMSetDutyCycle ()\n"
5117^done.
______________________________-
The GDB used is: arm-none-eabi. GCC is arm-none-eabi-gcc

Reproducible: Always

Steps to Reproduce:
1.set the LPC1768 micro Controller. install openOCD and GDB.
2.Set a debug configuration.
3.Debug the application with some breakpoints.
Comment 1 camilo CLA 2011-07-22 08:02:41 EDT
Created attachment 200172 [details]
gdb log
Comment 2 camilo CLA 2011-07-22 08:04:31 EDT
Created attachment 200173 [details]
jpg of my debug configurations.