Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2016 08:52:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 213696] gdb ignores breakpoints
Message-ID:  <bug-213696-6-rPNy8qyt4t@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213696-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213696-6@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213696

--- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> ---
Works for me.

(gdb) b main
Breakpoint 1 at 0x4007a9: file a.c, line 5.
(gdb) r
Starting program: /home/kib/work/a
Breakpoint 1, main (argc=3D1, argv=3D0x7fffffffe748) at a.c:5
5               fprintf (stderr, "hello bsd\n");

FreeBSD 12.0-CURRENT #0 r306376

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213696-6-rPNy8qyt4t>