diff options
author | Dmitriy Chestnykh <dm.chestnykh@gmail.com> | 2024-07-19 02:51:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 16:51:45 -0700 |
commit | bda1893a62b2081780fe1c000d6447b73d42aa2c (patch) | |
tree | 834a17704709395a46ace86fb127101639f763ab /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 0684db30a1e3226a0bfe4c5d839d1355a66ea4ba (diff) | |
download | llvm-bda1893a62b2081780fe1c000d6447b73d42aa2c.zip llvm-bda1893a62b2081780fe1c000d6447b73d42aa2c.tar.gz llvm-bda1893a62b2081780fe1c000d6447b73d42aa2c.tar.bz2 |
[compiler-rt] Add `DumpAllRegisters` impl (#99049)
- Add implementation for x86_64 and linux
- Add test
The output is like
==XXYYZZ==Register values:
rax = 0x... rbx = 0x... rcx = 0x... rdx = 0x...
rdi = 0x... rsi = 0x... rbp = 0x... rsp = 0x...
r8 = 0x... r9 = 0x... r10 = 0x... r11 = 0x...
r12 = 0x... r13 = 0x... r14 = 0x... r15 = 0x...
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions