[Lldb-commits] [PATCH] D117074: [lldb/Plugins] Enrich ScriptedThreads Stop Reasons with Exceptions
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 14 12:22:30 PST 2022
JDevlieghere added inline comments.
================
Comment at: lldb/source/Plugins/Process/scripted/ScriptedThread.cpp:177
lldb::break_id_t break_id;
+ lldb::break_id_t break_loc_id;
data_dict->GetValueForKeyAsInteger("break_id", break_id,
----------------
This seems unused?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117074/new/
https://reviews.llvm.org/D117074
More information about the lldb-commits
mailing list