(fhpd) plocation argv [0.0] Address 0xffffffffbfc9cd04 - 4 byte(s)
Bug reproducible only for arguments to main so far (32 bit). Does not sign extend plocation on arguments to non-main methods, and declared variables. (fhpd) plocation argc [0.0] Address 0xffffffffbfdf5560 - 4 byte(s) (fhpd) plocation a // where a is argument to a non main function. [0.0] Address 0xbfceb420 - 4 byte(s) (fhpd) plocation static_int_address [0.0] Address 0x804988c - 4 byte(s)
Fix sign extension bug with breg operation. frysk-core/frysk/debuginfo/ChangeLog 2008-01-14 Teresa Thomas <tthomas@redhat.com> * TestLocationExpression.java (testOverFlow): New. * LocationExpression.java (decode): Mask out sign extension for BREG locations.