Bug 15795 - Can't set breakpoint in .s file
Summary: Can't set breakpoint in .s file
Status: WAITING
Alias: None
Product: gdb
Classification: Unclassified
Component: breakpoints (show other bugs)
Version: 7.5
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-27 09:11 UTC by 赖日照
Modified: 2013-07-29 15:13 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?