Bug 83891 - wish: allow "attach to process as root"
Summary: wish: allow "attach to process as root"
Status: RESOLVED DUPLICATE of bug 60165
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 3.0.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-23 19:22 UTC by Nir
Modified: 2008-06-29 20:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nir 2004-06-23 19:22:38 UTC
Version:           3.0.x (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

When you have to debug a daemon, or better yet - a shared object loaded by a daemon, you have to "attach to process" as root user.
And of course - I don't want to run kdevelop as root...

I suggest add another menu item : "attach to process as root", that will ask for root's password, and then will su to root before attaching.

Bug 60165 may sound similar, but it is not the same.
Comment 1 Andreas Pakulat 2008-06-29 20:17:05 UTC
in fact its exactly the same thing, we don't need two reports open for the same bug: Allowing to debug applications running as root. It doesn't make a difference wether you attach to that app or wether you run them in gdb directly.

*** This bug has been marked as a duplicate of 60165 ***