[Bug 639796] Re: ltrace complains about unexpected instruction

2010-10-02 Thread Launchpad Bug Tracker
This bug was fixed in the package ltrace - 0.5.3-2ubuntu6

---
ltrace (0.5.3-2ubuntu6) maverick; urgency=low

  * Fix ARM syscall_p to handle Thumb-2 mode (Zach Welch). LP: #639796.
 -- Matthias Klose d...@ubuntu.com   Fri, 01 Oct 2010 16:06:14 +0200

** Changed in: ltrace (Ubuntu)
   Status: New = Fix Released

-- 
ltrace complains about unexpected instruction
https://bugs.launchpad.net/bugs/639796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 639796] Re: ltrace complains about unexpected instruction

2010-09-30 Thread Zach Welch
The attached patch makes ltrace understand syscalls made in Thumb-2
mode.

** Patch added: 0001-Fix-ARM-syscall_p-to-handle-Thumb-2-mode.patch
   
https://bugs.launchpad.net/ubuntu/+source/ltrace/+bug/639796/+attachment/1660536/+files/0001-Fix-ARM-syscall_p-to-handle-Thumb-2-mode.patch

-- 
ltrace complains about unexpected instruction
https://bugs.launchpad.net/bugs/639796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 639796] Re: ltrace complains about unexpected instruction

2010-09-15 Thread Vincent Stehlé

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/639796/+attachment/1589749/+files/Dependencies.txt

-- 
ltrace complains about unexpected instruction
https://bugs.launchpad.net/bugs/639796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 639796] Re: ltrace complains about unexpected instruction

2010-09-15 Thread Vincent Stehlé
Looking at the ARMv7a spec, the two instructions 0xdf004667 look like
the following two 16b thumb instructions:

0xdf00   SVC #0
0x4667  MOV R7, R12

-- 
ltrace complains about unexpected instruction
https://bugs.launchpad.net/bugs/639796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs