[lldb][FreeBSD] Fix a typo in NativeProcessFreeBSD::MonitorSIGTRAP() (#109643)
Apparently a typo is causing compile error, added by https://github.com/llvm/llvm-project/pull/108504.
This commit is contained in:
parent
cff753f876
commit
85220a0c65
@ -324,7 +324,7 @@ void NativeProcessFreeBSD::MonitorSIGTRAP(lldb::pid_t pid) {
|
||||
auto thread_info =
|
||||
m_threads_stepping_with_breakpoint.find(thread->GetID());
|
||||
if (thread_info != m_threads_stepping_with_breakpoint.end() &&
|
||||
threads_info->second == regctx.GetPC()) {
|
||||
thread_info->second == regctx.GetPC()) {
|
||||
thread->SetStoppedByTrace();
|
||||
Status brkpt_error = RemoveBreakpoint(thread_info->second);
|
||||
if (brkpt_error.Fail())
|
||||
|
Loading…
x
Reference in New Issue
Block a user