Bug 456763 - type of a parameter is not correct in a stackframe
Summary: type of a parameter is not correct in a stackframe
Status: NEW
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-06 04:42 EST by Erwan Le Guillou CLA
Modified: 2015-01-06 04:43 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erwan Le Guillou CLA 2015-01-06 04:42:54 EST
when hitting a breakpoint on get_sb_nodev while linux is booting we get:

get_sb_nodev(fs_type=(struct file_system_type *) 0xc1708340, flags=-2147483648, data=(void *) 0x0, fill_super=(int (*)(struct super_block *, void *, ??)) 0xc118a7a0, mnt=(struct vfsmount *) 0xcf010200) at /home/wruser/talos_simics/builds/lx-common_pc/build/linux/fs/super.c:880

the function is declared as:
int get_sb_nodev(struct file_system_type *fs_type, int flags, void *data, int (*fill_super)(struct super_block *, void *, int), struct vfsmount *mnt)

one of the 'int' type isn't reported properly