diff options
author | Jaroslav Sevcik <jarin@google.com> | 2020-04-06 15:41:33 +0200 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2020-04-06 15:43:19 +0200 |
commit | a53bf9b7c8f1ca950226a55c0e99fd706a7b6ad2 (patch) | |
tree | 1c5cabaff2f83e72e5a1c769138fe0ab920c27a5 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 44773439939f77bcea4f9b13b5ea137f57d9a30b (diff) | |
download | llvm-a53bf9b7c8f1ca950226a55c0e99fd706a7b6ad2.zip llvm-a53bf9b7c8f1ca950226a55c0e99fd706a7b6ad2.tar.gz llvm-a53bf9b7c8f1ca950226a55c0e99fd706a7b6ad2.tar.bz2 |
[lldb-server] jThreadsInfo returns stack memory
This patch adds parts of the stack that should be useful for unwinding
to the jThreadsInfo reply from lldb-server. We return the top of the
stack (12 words), and we also try to walk the frame pointer linked list
and return the memory containing frame pointer and return address pairs.
The idea is to cover the cases with and without frame pointer omission.
Differential Revision: https://reviews.llvm.org/D74398
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions