debugger icon indicating copy to clipboard operation
debugger copied to clipboard

LLDB is broken on windows

Open op2786 opened this issue 3 years ago • 1 comments

Looks like LLDB can not restore original bytes for breakpoints on windows. If I override IP, seems like continue, step into /over etc works.

lldb

Probably related to #124

Reading address from LLDB backend:

x  0x401710
0x00401710: cc 83 ec 28 c7 05 22 9a 00 00 00 00 00 00 e8 3d  ...(.."........=
0x00401720: 54 00 00 48 83 c4 28 e9 84 fa ff ff 90 90 90 90  T..H..(.........

op2786 avatar Nov 18 '22 14:11 op2786

Tracked upstream by https://github.com/llvm/llvm-project/issues/60063

xusheng6 avatar Jan 16 '23 08:01 xusheng6