summaryrefslogtreecommitdiffstats
path: root/runtime/uprobes/uprobes_x86_64.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't reject opcode 0x9b -- fwait, which is also the first byte ofJim Keniston2009-03-111-4/+3
| | | | | | pseudo-instructions like fclex, finit, fstsw, and fstcw. Do reject opcode 0x82 in 64-bit mode.
* PR5274: uretprobes fixes, belated commitSrikar Dronamraju2008-10-281-0/+10
|
* PR6879: uprobe support for 0x64/0x65 segment prefix instructionsJim Keniston2008-09-171-5/+6
|
* * runtime/uprobes/uprobes_x86_64.c: Fix handling of indirectkenistoj2007-12-271-5/+10
| | | | | jmps and calls that use rip-relative addressing. Allow probing of opcode 0x63.
* x86_64 uprobeskenistoj2007-10-221-0/+697