labath added a comment.
BTW, there's no fundamental reason why a 64-bit lldb-server has to use
instruction emulation for debugging arm32 binaries. Since all arm64 chips
support hardware single stepping, we could just teach the arm32 native register
context to issue PTRACE_SINGLESTEP commands wh
compnerd closed this revision.
compnerd added a comment.
SVN r361210
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62159/new/
https://reviews.llvm.org/D62159
___
lldb-commits mailing list
lldb-commits@lists.llvm.or
compnerd updated this revision to Diff 200366.
compnerd added a comment.
Fix inclusion
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62159/new/
https://reviews.llvm.org/D62159
Files:
tools/lldb-server/SystemInitializerLLGS.cpp
Index: tools/lldb-server/Syst
xiaobai added a comment.
Unsure about the MIPS one but the ARM/ARM64 one looks right to me.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62159/new/
https://reviews.llvm.org/D62159
___
lldb-commits mailing list
lld
compnerd created this revision.
compnerd added reviewers: xiaobai, labath, clayborg.
Herald added subscribers: abidh, atanasyan, kristof.beyls, arichardson,
javed.absar, sdardis.
Herald added a project: LLDB.
Enable the ARM emulation support on AArch64 which can execute ARM32 code.
Similarly, h