| Summary: | MapsBuilder does not expose Shared flag | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Phil Muldoon <pmuldoon> |
| Component: | general | Assignee: | Andrew Cagney <cagney> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2243 | ||
|
Description
Phil Muldoon
2006-12-04 20:57:39 UTC
2006-12-07 Phil Muldoon <pmuldoon@redhat.com> * TestMaps.java: Add permShared flag * MapsBuilder.java: Ditto. * cni/MapsBuilder.cxx (construct): Add permShared check and flag. The fix is unsatisfactory given that the flag can be unset|shared|private Private and shared are mutually exclusive, this removes private leaving shared. Index: frysk-core/frysk/rt/ChangeLog 2007-02-02 Andrew Cagney <cagney@redhat.com> * TestStackBacktrace.java: Update to match frysk.sys.proc.MapsBuilder change, permPrivate removed. Index: frysk-core/frysk/util/ChangeLog 2007-02-02 Andrew Cagney <cagney@redhat.com> * CoredumpAction.java: Update to match frysk.sys.proc.MapsBuilder change, permPrivate removed. * TestFCore.java: Ditto. Index: frysk-imports/frysk/sys/proc/ChangeLog 2007-02-02 Andrew Cagney <cagney@redhat.com> * MapsBuilder.java (buildMap): Delete parameter permPrivate, rename permShared to shared. * TestMaps.java: Update. Doing it as an ENUM is a nice to have once there's java 1.5. |