diff options
author | Francis Ricci <francisjricci@gmail.com> | 2016-04-25 20:59:11 +0000 |
---|---|---|
committer | Francis Ricci <francisjricci@gmail.com> | 2016-04-25 20:59:11 +0000 |
commit | 39f1189acbf6922b7fe90e8de80f58caaabfde53 (patch) | |
tree | b77ea70b09f81644f841ac1112ab9322de046995 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp | |
parent | abe2d016cf9e1e1ffefdc0cce03e125bec811493 (diff) | |
download | bcm5719-llvm-39f1189acbf6922b7fe90e8de80f58caaabfde53.tar.gz bcm5719-llvm-39f1189acbf6922b7fe90e8de80f58caaabfde53.zip |
Use Process Plugin register indices when communicating with remote
Summary:
eRegisterKindProcessPlugin is used to store the register
indices used by the remote, and eRegisterKindLLDB is used
to store the internal lldb register indices. However, we're currently
using the lldb indices instead of the process plugin indices
when sending p/P packets. This will break if the remote uses
non-contiguous register indices.
Reviewers: jasonmolenda, clayborg
Subscribers: lldb-commits, sas
Differential Revision: http://reviews.llvm.org/D19305
llvm-svn: 267466
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions