Bug 479380 - breakpoints don't work
Summary: breakpoints don't work
Keywords:
Status: CLOSED DUPLICATE of bug 475645
Alias: None
Product: Fedora
Classification: Fedora
Component: gdb
Version: rawhide
Hardware: x86_64
OS: Linux
high
medium
Target Milestone: ---
Assignee: Jan Kratochvil
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-09 07:57 UTC by Jim Meyering
Modified: 2013-03-13 20:41 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-01-09 08:20:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.