/*--- Instrumentation ---*/
/*------------------------------------------------------------*/
+static
BB_info* get_BB_info(UCodeBlock* cb_in, Addr orig_addr, Bool* bb_seen_before)
{
Int i, n_instrs;
return bb_info;
}
+static
void do_details( instr_info* n, Bool bb_seen_before,
Addr instr_addr, Int instr_size, Int data_size )
{
}
}
-Bool is_valid_data_size(Int data_size)
+static Bool is_valid_data_size(Int data_size)
{
return (4 == data_size || 2 == data_size || 1 == data_size ||
8 == data_size || 10 == data_size || MIN_LINE_SIZE == data_size);
}
// Instrumentation for the end of each x86 instruction.
+static
void end_of_x86_instr(UCodeBlock* cb, instr_info* i_node, Bool bb_seen_before,
UInt instr_addr, UInt instr_size, UInt data_size,
Int t_read, Int t_read_addr,