The private flag that is now exposed can be empty|private|shared Need to expose a boolean through the the Builder than exposes the shared flag is neither private or unset is true.
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.