Bug 1447

Summary: add kill/delete to procpop right click process menu
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: ASSIGNED ---    
Severity: enhancement CC: swagiaal
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 1612, 1613    
Bug Blocks: 1632    

Description Andrew Cagney 2005-10-09 14:37:06 UTC
Every time I start procpop I discover a stray process, my instinct is to use
right click on the process to delete it.
Comment 1 Phil Muldoon 2005-10-11 16:19:30 UTC
We could do this. The question we have to answer is, do we want to the gui to do
the kill system call, or have an api exposed into the core to do it? I prefer
the latter as it offloads all state/process operations of to the core (as it is
now), and leaves the gui free of those. However, the former is also an option.
Comment 2 Phil Muldoon 2006-02-21 20:37:40 UTC
Changing to enchancement and downgrading priority
Comment 3 Phil Muldoon 2006-11-28 15:39:32 UTC
Is there a core based api available for this?