HomeSort by: relevance | last modified time | path
    Searched defs:line_or_addr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/tui/
tui-winsource.h 69 line_or_addr.loa = LOA_LINE;
70 line_or_addr.u.line_no = 0;
77 line_or_addr (other.line_or_addr),
84 struct tui_line_or_address line_or_addr; member in struct:tui_source_element
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-winsource.h 68 line_or_addr.loa = LOA_LINE;
69 line_or_addr.u.line_no = 0;
76 line_or_addr (other.line_or_addr),
83 struct tui_line_or_address line_or_addr; member in struct:tui_source_element

Completed in 99 milliseconds