On 02/26/2011 09:53 PM, Yao Qi wrote: >>> >> + RECORD_ARM_MODE_INSN (6, 0x00); /* breakpoint location. */ >>> >> + RECORD_ARM_MODE_INSN (7, 0x00); /* scratch space. */ >> > >> > This reminds me: after your latest patch in that area, we do not >> > actually use any scratch space in the instruction stream any more, >> > so this could be removed ... >> > > Oh, Yes. I'll remove it by another patch. > As my recent patch "[patch] Fix PR tdep/12352: Handle str pc, [Rd, #imm] in displaced stepping"[1] applied, scratch space is not used, and two statements are redundant. This patch is to remove them. [1] http://sourceware.org/ml/gdb-patches/2011-02/msg00315.html -- Yao (齐尧)