diff options
author | Ilia K <ki.stfu@gmail.com> | 2015-04-17 14:49:54 +0000 |
---|---|---|
committer | Ilia K <ki.stfu@gmail.com> | 2015-04-17 14:49:54 +0000 |
commit | d854180afb5534537d854504498d96803dd914fe (patch) | |
tree | 458cd288379db401b0ea88ab65145c4d9d410973 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | a4035e628409ac46a9dff60ae6b916c747253afe (diff) | |
download | bcm5719-llvm-d854180afb5534537d854504498d96803dd914fe.tar.gz bcm5719-llvm-d854180afb5534537d854504498d96803dd914fe.zip |
MI support for '-var-create $regname' command.
Summary:
This command is currently processed using expression evaluation, meaning the variable binds to the result of the expression not the register.
Therefore any subsequent calls to '-var-assign' will not update the register. Fixed by detecting '$' prefix for registers according to specification.
Thanks, Ewan
Patch from ewan@codeplay.com
Reviewers: EwanCrawford
Subscribers: lldb-commits, deepak2427
Differential Revision: http://reviews.llvm.org/D8965
llvm-svn: 235195
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions