File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
lldb/include/lldb/Breakpoint Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -393,14 +393,11 @@ class BreakpointLocation
393393 lldb::break_id_t m_loc_id; // /< Breakpoint location ID.
394394 StoppointHitCounter m_hit_counter; // /< Number of times this breakpoint
395395 // / location has been hit.
396- std::optional<LineEntry>
397- m_preferred_line_entry; // If this exists, use it to print the stop
398- // description rather than the LineEntry
399- // m_address resolves to directly. Use this
400- // for instance when the location was given
401- // somewhere in the virtual inlined call
402- // stack since the Address always resolves
403- // to the lowest entry in the stack.
396+ // / If this exists, use it to print the stop description rather than the
397+ // / LineEntry m_address resolves to directly. Use this for instance when the
398+ // / location was given somewhere in the virtual inlined call stack since the
399+ // / Address always resolves to the lowest entry in the stack.
400+ std::optional<LineEntry> m_preferred_line_entry;
404401
405402 void SetShouldResolveIndirectFunctions (bool do_resolve) {
406403 m_should_resolve_indirect_functions = do_resolve;
You can’t perform that action at this time.
0 commit comments