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

--- 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=1, argv=0x7fffffffe748) at a.c:5
5               fprintf (stderr, "hello bsd\n");

FreeBSD 12.0-CURRENT #0 r306376

-- 
You are receiving this mail because:
You are the assignee for the bug.


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