Bug 479380

Summary: breakpoints don't work
Product: [Fedora] Fedora Reporter: Jim Meyering <meyering>
Component: gdbAssignee: Jan Kratochvil <jan.kratochvil>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: high    
Version: rawhideCC: dvlasenk, jan.kratochvil, matt
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-09 08:20:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jim Meyering 2009-01-09 07:57:49 UTC
Description of problem: breakpoints are ignored

Version-Release number of selected component (if applicable):
  gdb-6.8.50.20081214-1.fc11.x86_64
  gcc-4.3.2-7.x86_64

How reproducible: always

Steps to Reproduce:

  $ printf '#include <stdio.h>\nint main(){printf("foo");return 0;}\n' > k.c
  $ gcc -g k.c
  $ gdb -q a.out
  (gdb) b main
  Breakpoint 1 at 0x4004b0: file k.c, line 2.
  (gdb) r
  Starting program: /t/a.out 
  foo
  Program exited normally.
  (gdb) 
 
Actual results: as above

Expected results: execution stops at entry to "main"

Additional info:

Comment 1 Jan Kratochvil 2009-01-09 08:20:43 UTC

*** This bug has been marked as a duplicate of bug 475645 ***