Bug 15795

Summary: Can't set breakpoint in .s file
Product: gdb Reporter: 赖日照 <lairizhao>
Component: breakpointsAssignee: Not yet assigned to anyone <unassigned>
Status: WAITING ---    
Severity: normal CC: pedro
Priority: P2    
Version: 7.5   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:

Description 赖日照 2013-07-27 09:11:26 UTC
I want to set a breakpoint in .s file with the file name,
like "b file.s:func",but gdb say that the function is not defined in the .s file,
but I'm sure that the function is defined in the file.

I try it in gdb7.2 and find that gdb7.2 do not have this problem.
Comment 1 Pedro Alves 2013-07-29 15:13:42 UTC
Sorry, but there's nothing we can do without a reproducer and more details (e,g. system/os, where did you get your GDB from, etc.).  Do you have one?  Also, did you try 7.6?  If not, could you, please?