Opened 11 years ago
Closed 10 years ago
#10138 closed enhancement (fixed)
[Debugger] Add support for automatic installation of debug info packages
Reported by: | anevilyak | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If the app/library being debugged has a .gnu_debuglink section pointing to an external debug information file, Debugger should detect if the image in question came from a package, and if so, detect/install the corresponding debug info package if available. Otherwise it should prompt the user to help locate the file in question, as it currently simply silently falls back to BasicImageDebugInfo support instead.
Change History (3)
comment:1 by , 11 years ago
Status: | new → in-progress |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Package installation via pkgman implemented in hrev47404. All that now remains is having it either defer to HaikuDepot for package installation in the graphical case so that the user can get a visible progress indicator of package download/installation, or integrating the package management functionality into Debugger directly and providing its own indicator.
Most of this has been implemented in hrev47378. The only missing piece is the actual package aspect of it, but one can now manually locate missing external debug information.