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/12821] New: im using gdb for windows. I think theoutput is explicit :)


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

           Summary: im using gdb for windows. I think the output is
                    explicit :)
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: coelho101010@hotmail.com


gdb doesnt continue

output :

(gdb) b *0x7c8025db
Breakpoint 3 at 0x7c8025db
(gdb) c
Continuing.

Breakpoint 2, main () at main.c:19
19              printf("\nGETLASTERROR : %i\n",GetLastError());
(gdb) c
Continuing.

GETLASTERROR : 2

Breakpoint 3, 0x7c8025db in WaitForSingleObjectEx () from
C:\WINDOWS\system32\kernel32.dll
(gdb) c
Continuing.

Breakpoint 3, 0x7c8025db in WaitForSingleObjectEx () from
C:\WINDOWS\system32\kernel32.dll
(gdb) c
Continuing.

Breakpoint 3, 0x7c8025db in WaitForSingleObjectEx () from
C:\WINDOWS\system32\kernel32.dll
(gdb) c
Continuing.

Breakpoint 3, 0x7c8025db in WaitForSingleObjectEx () from
C:\WINDOWS\system32\kernel32.dll
(gdb) c
Continuing.

Breakpoint 3, 0x7c8025db in WaitForSingleObjectEx () from
C:\WINDOWS\system32\kernel32.dll
(gdb) c
Continuing.

Breakpoint 3, 0x7c8025db in WaitForSingleObjectEx () from
C:\WINDOWS\system32\kernel32.dll
(gdb) c
Continuing.

Breakpoint 3, 0x7c8025db in WaitForSingleObjectEx () from
C:\WINDOWS\system32\kernel32.dll
(gdb) c
Continuing.

Breakpoint 3, 0x7c8025db in WaitForSingleObjectEx () from
C:\WINDOWS\system32\kernel32.dll
(gdb) c
Continuing.

Breakpoint 3, 0x7c8025db in WaitForSingleObjectEx () from
C:\WINDOWS\system32\kernel32.dll
(gdb) c
Continuing.

Breakpoint 3, 0x7c8025db in WaitForSingleObjectEx () from
C:\WINDOWS\system32\kernel32.dll

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]