Bug 107763 - [debug] display argv as array: array members have wrong name
Summary: [debug] display argv as array: array members have wrong name
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 3.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: 2005-08-23 14:19 EDT by James Tan CLA
Modified: 2020-09-04 15:17 EDT (History)
0 users

See Also:


Attachments
snapshot of variables view (1.38 MB, image/bmp)
2005-08-23 14:20 EDT, James Tan CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Tan CLA 2005-08-23 14:19:24 EDT
Launch a debug session and go to variables view:
- display argv as array
- unfold one of them, argv[0] for example
- the underneath content displays as " *0= ...", isn't it supposed to be "*argv
[0]=..."?
Comment 1 James Tan CLA 2005-08-23 14:20:36 EDT
Created attachment 26387 [details]
snapshot of variables view
Comment 2 Nobody - feel free to take it CLA 2006-01-25 15:55:17 EST
Not critical. Moving target milestone to 3.1.
Comment 3 Nobody - feel free to take it CLA 2006-05-26 14:01:48 EDT
The gdb/mi command "-var-list-children returns" "*0" as the expression for the child of argv[0]. Needs clarification.
Deferred.