Bug 1163339
| Summary: | [RFE] please add add-auto-load-scripts-directory command | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jakub Filak <jfilak> |
| Component: | gdb | Assignee: | Sergio Durigan Junior <sergiodj> |
| Status: | CLOSED ERRATA | QA Contact: | Miroslav Franc <mfranc> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.1 | CC: | extras-qa, gbenson, gdb-bugs, jan.kratochvil, jberan, lmiksik, mcermak, mfranc, ohudlick, palves, pmuldoon, sergiodj, tromey |
| Target Milestone: | rc | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gdb-7.6.1-63.el7 | Doc Type: | Enhancement |
| Doc Text: |
Feature:
New add-auto-load-scripts-directory command works for the 'set/show auto-load scripts-directory' value appending any specified directories to existing value instead of replacing it.
Reason:
Using 'set auto-load scripts-directory' would override its original value. Application needing to provide new scripts directory location cannot know what all directories are already set for 'set/show auto-load scripts-directory' either by GDB itself or by system and user configuration files. Some such custom configuration could be lost without the add-auto-load-scripts-directory command.
Result:
New add-auto-load-scripts-directory command safely adds the intended location, not affecting the already pre-set directory list there.
|
Story Points: | --- |
| Clone Of: | 1163335 | Environment: | |
| Last Closed: | 2015-03-05 09:24:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1163335 | ||
| Bug Blocks: | 1128637 | ||
|
Description
Jakub Filak
2014-11-12 14:22:50 UTC
[patch] Add add-auto-load-scripts-directory https://sourceware.org/ml/gdb-patches/2014-11/msg00270.html If this Feature should be included in the 7.1 Release Notes, could you please change the Doc Type from Enhancement to "Release Note"? Note that the Release Notes are intended to list the most prominent and customer-relevant new features rather than every single enhancement. Cheers, Jirka No, I do not think this is too significant feature. It was provided as a way to bugfix ABRT. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0404.html |