public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/12821] New: im using gdb for windows. I think the output is explicit :)
@ 2011-05-28 16:44 coelho101010 at hotmail dot com
  2011-05-28 18:52 ` [Bug breakpoints/12821] " pedro at codesourcery dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: coelho101010 at hotmail dot com @ 2011-05-28 16:44 UTC (permalink / raw)
  To: gdb-prs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug breakpoints/12821] im using gdb for windows. I think the output is explicit :)
  2011-05-28 16:44 [Bug breakpoints/12821] New: im using gdb for windows. I think the output is explicit :) coelho101010 at hotmail dot com
@ 2011-05-28 18:52 ` pedro at codesourcery dot com
  2012-01-14 22:42 ` sergiodj at redhat dot com
  2014-09-12 23:00 ` sergiodj at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pedro at codesourcery dot com @ 2011-05-28 18:52 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <pedro at codesourcery dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |pedro at codesourcery dot
                   |                            |com

--- Comment #1 from Pedro Alves <pedro at codesourcery dot com> 2011-05-28 18:52:06 UTC ---
- please make the title more descriptive.

- please paste the output of gdb --version.  Where did you get this gdb from?

- Windows version?

- please issue the following commands before the first "c":
   set debug infrun 1
   set debugevents on
   set debugexceptions
  and paste the output of the same testcase

- can you attach a simple self-contained testcase we can use to reproduce
  the issue?

-- 
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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug breakpoints/12821] im using gdb for windows. I think the output is explicit :)
  2011-05-28 16:44 [Bug breakpoints/12821] New: im using gdb for windows. I think the output is explicit :) coelho101010 at hotmail dot com
  2011-05-28 18:52 ` [Bug breakpoints/12821] " pedro at codesourcery dot com
@ 2012-01-14 22:42 ` sergiodj at redhat dot com
  2014-09-12 23:00 ` sergiodj at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: sergiodj at redhat dot com @ 2012-01-14 22:42 UTC (permalink / raw)
  To: gdb-prs

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

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergiodj at redhat dot com

--- Comment #2 from Sergio Durigan Junior <sergiodj at redhat dot com> 2012-01-14 22:41:29 UTC ---
Is this still a problem with GDB?  Please, post the requested info.  Thanks.

-- 
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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug breakpoints/12821] im using gdb for windows. I think the output is explicit :)
  2011-05-28 16:44 [Bug breakpoints/12821] New: im using gdb for windows. I think the output is explicit :) coelho101010 at hotmail dot com
  2011-05-28 18:52 ` [Bug breakpoints/12821] " pedro at codesourcery dot com
  2012-01-14 22:42 ` sergiodj at redhat dot com
@ 2014-09-12 23:00 ` sergiodj at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: sergiodj at redhat dot com @ 2014-09-12 23:00 UTC (permalink / raw)
  To: gdb-prs

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

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |OBSOLETE

--- Comment #3 from Sergio Durigan Junior <sergiodj at redhat dot com> ---
Closing as OBSOLETE due to inactivity.  Feel free to reopen if still valid.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-12 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-28 16:44 [Bug breakpoints/12821] New: im using gdb for windows. I think the output is explicit :) coelho101010 at hotmail dot com
2011-05-28 18:52 ` [Bug breakpoints/12821] " pedro at codesourcery dot com
2012-01-14 22:42 ` sergiodj at redhat dot com
2014-09-12 23:00 ` sergiodj at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).