pinktrace-0.0.5: Haskell bindings to Pink's Tracing LibraryContentsIndex
System.PinkTrace.Bitness
Portabilitynon-portable, requires freebsd or linux
Stabilityprovisional
Maintaineralip@exherbo.org
Description
Pink's bitness modes
Synopsis
data Bitness
= Bitness32
| Bitness64
bitnessDefaultBitness
bitnessCountSupportedInt
bitness32SupportedBool
bitness64SupportedBool
getBitnessProcessIDIO Bitness
nameBitnessBitnessIO String
Documentation
data Bitness
Bitness modes
Constructors
Bitness3232 bit mode
Bitness6464 bit mode
show/hide Instances
bitnessDefaultBitness
The default bitness (eg Bitness32 on i386 and Bitness64 on x86_64)
bitnessCountSupportedInt
Number of supported bitness (eg 1 on i386 and 2 on x86_64)
bitness32SupportedBool
True if Bitness32 is a supported bitness, False otherwise.
bitness64SupportedBool
True if Bitness64 is a supported bitness, False otherwise.
getBitnessProcessIDIO Bitness

Return the bitness of the given process ID.

  • Note: This function calls throwErrno in case of failure.
nameBitnessBitnessIO String
Return the string representation of the given bitness.
Produced by Haddock version 2.6.1