[Lldb-commits] [PATCH] D51896: Refactoring std::function formatter to move core functionality into CPPLanguageRuntime

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 10 16:34:50 PDT 2018


shafik created this revision.
shafik added a reviewer: jingham.

Moving the core functionality of std::function formatter into CPPLanguageRuntime in preparation for future changes to allow us to step into the wrapped callable of std::function.

This will prevent code duplication since both functionalities require the same core pieces of information. This refactor also improves the readability of the existing functionality.


https://reviews.llvm.org/D51896

Files:
  include/lldb/Target/CPPLanguageRuntime.h
  source/Plugins/Language/CPlusPlus/LibCxx.cpp
  source/Target/CPPLanguageRuntime.cpp
  source/Target/ThreadPlanStepThrough.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51896.164764.patch
Type: text/x-patch
Size: 19202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180910/b43a92b0/attachment-0001.bin>


More information about the lldb-commits mailing list