alok created this revision.
alok added reviewers: aprantl, probinson, dblaikie, jmorse, jini.susan.george,
SouraVX, awpandey.
alok added projects: LLVM, debug-info.
Herald added a reviewer: bollu.
Herald added subscribers: llvm-commits, lldb-commits, jdoerfert, asbirlea,
george.burgess.iv, hiradi
alok marked 12 inline comments as done.
alok added inline comments.
Comment at: llvm/docs/SourceLevelDebugging.rst:261
+This intrinsic is identical to `llvm.dbg.value`, except that it is used to
+describe dereferenced value of pointer variable. The first argument is
metadata.
+T
alok updated this revision to Diff 234356.
alok added a comment.
This version is updated to rebase and to incorporate comments from @jmorse and
@StephenTozer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70644/new/
https://reviews.llvm.org/D7064
alok updated this revision to Diff 235919.
alok added a comment.
Rebased and updated.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70644/new/
https://reviews.llvm.org/D70644
Files:
lldb/source/Expression/IRInterpreter.cpp
llvm/docs/SourceLevelDebugging.rst
llvm/include/llvm/Anal
alok updated this revision to Diff 235772.
alok added a comment.
Update to re-base and minor correction.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70644/new/
https://reviews.llvm.org/D70644
Files:
lldb/source/Expression/IRInterpreter.cpp
llvm/docs/SourceLevelDebugging.rst
llv