We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818ded3 commit 61981abCopy full SHA for 61981ab
lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
@@ -324,7 +324,7 @@ void NativeProcessFreeBSD::MonitorSIGTRAP(lldb::pid_t pid) {
324
auto thread_info =
325
m_threads_stepping_with_breakpoint.find(thread->GetID());
326
if (thread_info != m_threads_stepping_with_breakpoint.end() &&
327
- threads_info->second == regctx.GetPC()) {
+ thread_info->second == regctx.GetPC()) {
328
thread->SetStoppedByTrace();
329
Status brkpt_error = RemoveBreakpoint(thread_info->second);
330
if (brkpt_error.Fail())
0 commit comments