[DragonFlyBSD - Bug #1465] gdb does not remove breakpoints on detach

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Thu Feb 20 07:48:00 PST 2014


Issue #1465 has been updated by tuxillo.

Description updated
Category set to Userland
Assignee changed from 0 to tuxillo
Target version set to 3.8.0

Grab.

----------------------------------------
Bug #1465: gdb does not remove breakpoints on detach
http://bugs.dragonflybsd.org/issues/1465#change-11807

* Author: corecode
* Status: New
* Priority: Normal
* Assignee: tuxillo
* Category: Userland
* Target version: 3.8.0
----------------------------------------
how to reproduce:

% sleep 100 &
[1] 4279
% gdb sleep 4279
GNU gdb 6.7.1
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i386-dragonfly"...
Attaching to program: /bin/sleep, process 4279
0x0804900f in nanosleep () at nanosleep.S:2
2       RSYSCALL(nanosleep)
(gdb) n
^C
Program received signal SIGINT, Interrupt.
0x0804900f in nanosleep () at nanosleep.S:2
2       RSYSCALL(nanosleep)
Current language:  auto; currently asm
(gdb) q
The program is running.  Quit anyway (and detach it)? (y or n) y
Detaching from program: /bin/sleep, process 4279
[1]  + trace trap (core dumped)  sleep 100



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list