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]

win32/2365: breaks by line number in dll are not triggered


>Number:         2365
>Category:       win32
>Synopsis:       breaks by line number in dll are not triggered
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Nov 21 14:58:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     fabian.lenzen@web.de
>Release:        MinGW 5.2.1
>Organization:
>Environment:
Windows XP32
MinGW GNU compiler 3.4.2
>Description:
(working in C++)
Breakpoints set by a dll's source file do not get triggered (set by symbol name works)
Breakpoints in the calling application set by source file and line are triggered.
>How-To-Repeat:
Create a dll and an application which uses the dll and build both with debugging symbols.

Start a debugging session and set a breakpoint on a dll-defined symbol by its name - it will be triggered.

Start a debugging session and set a breakpoint on a dll-function by its source file and line numbers - the program won't stop there.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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