summaryrefslogtreecommitdiffstats
path: root/runtime/uprobes/uprobes_x86.c
Commit message (Collapse)AuthorAgeFilesLines
* PR10078: uretprobes on functions returning structs/unionsJim Keniston2009-04-201-1/+12
| | | | | arch_predict_sp_at_ret() for x86_32 now accommodates ret $4. Added bz10078 regression test.
* Don't reject opcode 0x9b -- fwait, which is also the first byte ofJim Keniston2009-03-111-5/+4
| | | | | | 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
|
* Uprobes arch specific file for x86/x86_64.srinivasa2008-02-181-0/+717