- Global dr_request_synchronized_exit (void)
- Replaced by dr_set_process_exit_behavior()
- Global instr_is_meta_may_fault (instr_t *instr)
- Any meta instruction can fault if it has a non-NULL translation field and the client fully handles all of its faults, so this routine is no longer needed.
- Global instr_set_meta_may_fault (instr_t *instr, bool val)
- Any meta instruction can fault if it has a non-NULL translation field and the client fully handles all of its faults, so this routine is no longer needed.
- Global instrlist_meta_fault_append (instrlist_t *ilist, instr_t *instr)
- Essentially equivalent to instrlist_meta_append()
- Global instrlist_meta_fault_postinsert (instrlist_t *ilist, instr_t *where, instr_t *instr)
- Essentially equivalent to instrlist_meta_postinsert()
- Global instrlist_meta_fault_preinsert (instrlist_t *ilist, instr_t *where, instr_t *instr)
- Essentially equivalent to instrlist_meta_preinsert()
DynamoRIO API version 3.2.0 --- Wed Mar 28 12:55:33 2012