This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug breakpoints/15795] New: Can't set breakpoint in .s file


http://sourceware.org/bugzilla/show_bug.cgi?id=15795

            Bug ID: 15795
           Summary: Can't set breakpoint in .s file
           Product: gdb
           Version: 7.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
          Assignee: unassigned at sourceware dot org
          Reporter: lairizhao at huawei dot com

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]