This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug uprobes/6879] does not currently support probing instruction first byte 0x65


------- Additional Comments From fche at redhat dot com  2008-09-12 03:52 -------
The new code makes 
    probe process("/lib/libc-2.5.so").function("*").call { }
probes work well enough to insert them all.  It turns out we
later get
   "Task died at uprobe probepoint: ... probepoint = 0xaddr"
messages which I'm tracking down.

As for x86-64, we need first-byte-0x64 treatment:
0000003c2ea990a0 <__getpid>:
  3c2ea990a0:   64 8b 14 25 94 00 00    mov    %fs:0x94,%edx
  3c2ea990a7:   00 
  3c2ea990a8:   83 fa 00                cmp    $0x0,%edx
  3c2ea990ab:   89 d0                   mov    %edx,%eax


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|0000-00-00 00:00:00         |2008-09-12 03:52:10
               date|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=6879

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]