[Lldb-commits] [PATCH] D52851: Adding support to step into the callable wrapped by libc++ std::function

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 4 15:08:15 PDT 2018


shafik updated this revision to Diff 168389.
shafik marked 6 inline comments as done.
shafik added a comment.

Addressing comments and fixing a bug in ThreadPlanStepThrough.cpp where I would overwrite  the result of objc_runtime.


https://reviews.llvm.org/D52851

Files:
  include/lldb/Target/CPPLanguageRuntime.h
  packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile
  packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py
  packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/main.cpp
  source/Target/CPPLanguageRuntime.cpp
  source/Target/ThreadPlanStepThrough.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52851.168389.patch
Type: text/x-patch
Size: 10533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181004/c43ead32/attachment.bin>


More information about the lldb-commits mailing list