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/12680] regression by physname: PE32 prologue skipvs. static initializers


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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |tromey at redhat dot com

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2013-01-14 17:57:46 UTC ---
Is this still a problem?
With 7.1 and also with cvs trunk I get

(gdb) b main
Breakpoint 1 at 0x40136b: file pr.cc, line 1.
(gdb) disassemble main
Dump of assembler code for function main:
   0x00401360 <+0>:    push   %ebp
   0x00401361 <+1>:    mov    %esp,%ebp
   0x00401363 <+3>:    and    $0xfffffff0,%esp
   0x00401366 <+6>:    call   0x401a60 <__main>
   0x0040136b <+11>:    mov    $0x0,%eax
   0x00401370 <+16>:    leave  
   0x00401371 <+17>:    ret    


With 6.8 I get

(gdb) b main
Breakpoint 1 at 0x401366: file pr.cc, line 1.

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