src/cpu/zero/vm/relocInfo_zero.cpp

Print this page
rev 4739 : Remove breakpoint_Relocation.

*** 50,75 **** address* Relocation::pd_address_in_code() { // Relocations in Shark are just stored directly return (address *) addr(); } - int Relocation::pd_breakpoint_size() { - ShouldNotCallThis(); - } - - void Relocation::pd_swap_in_breakpoint(address x, - short* instrs, - int instrlen) { - ShouldNotCallThis(); - } - - void Relocation::pd_swap_out_breakpoint(address x, - short* instrs, - int instrlen) { - ShouldNotCallThis(); - } - void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dst) { ShouldNotCallThis(); } --- 50,59 ----