[Lldb-commits] [lldb] [lldb] Support stepping through C++ thunks (PR #127419)

via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 17 08:28:53 PST 2025


tedwoodward wrote:

@JDevlieghere would you mind getting rid of the nullptr in the testcase, main.cpp line 13?
Base2 *b = nullptr;

*b is set to nullptr per language standard, and those of use stuck in c++03 on embedded targets would appreciate it!

https://github.com/llvm/llvm-project/pull/127419


More information about the lldb-commits mailing list