[Lldb-commits] [PATCH] D16767: Fix single-stepping onto a breakpoint

Abhishek via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 1 05:35:25 PST 2016


abhishek.aggarwal added a comment.

source/Plugins/Process/FreeBSD/FreeBSDThread.cpp will not compile for FreeBSD. In Line 576, bp_id is undefined. Please replace it with bp_site_sp->GetID()


http://reviews.llvm.org/D16767





More information about the lldb-commits mailing list