[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
Wed Oct 3 16:13:46 PDT 2018


shafik created this revision.
shafik added reviewers: jingham, davide, aprantl.
Herald added a reviewer: EricWF.

- Adding support to step into the callable wrapped by libc++ std::function
- Adding test to validate that functionality


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.168196.patch
Type: text/x-patch
Size: 9680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181003/d1e43539/attachment-0001.bin>


More information about the lldb-commits mailing list