HomeSort by: relevance | last modified time | path
    Searched refs:is_exec_point (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/tui/
tui-winsource.h 78 is_exec_point (other.is_exec_point),
85 bool is_exec_point = false; member in struct:tui_source_element
tui-winsource.c 300 if (line->is_exec_point)
306 if (line->is_exec_point)
576 /* Set or clear the is_exec_point flag in the line whose line is
598 if (new_state != m_content[i].is_exec_point)
601 m_content[i].is_exec_point = new_state;
640 if (current_only && !line->is_exec_point)
709 if (src_element->is_exec_point)
tui-source.c 120 element->is_exec_point
tui-disasm.c 378 src->is_exec_point = (addr == cur_pc && line.size () > 0);
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-winsource.h 77 is_exec_point (other.is_exec_point),
84 bool is_exec_point = false; member in struct:tui_source_element
tui-winsource.c 302 if (line->is_exec_point)
308 if (line->is_exec_point)
581 /* Set or clear the is_exec_point flag in the line whose line is
603 if (new_state != m_content[i].is_exec_point)
606 m_content[i].is_exec_point = new_state;
645 if (current_only && !line->is_exec_point)
714 if (src_element->is_exec_point)
tui-source.c 112 element->is_exec_point
tui-disasm.c 384 src->is_exec_point = (addr == cur_pc && line.size () > 0);

Completed in 28 milliseconds