How can I configure LLDB to skip libstdc++ code and jump directly into a function stored inside std::function?
There is a similar question with an answer for gdb: How to step into std::function user code from C++ functional with GDB? It works. However LLDB works faster on my machine, so I wonder if it can be configured in a similar way with .lldbinit?