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

  /src/external/gpl3/gdb/dist/gdb/
symtab.c 3419 struct symtab_and_line current_sal = find_pc_line (pc, 0);
3421 if (current_sal.line == 0)
3424 struct symtab_and_line prev_sal = find_pc_line (current_sal.pc - 1, 0);
3428 if (!sal_line_symtab_matches_p (prev_sal, current_sal))
3429 return current_sal.pc;
3442 if (!sal_line_symtab_matches_p (prev_sal, current_sal))
3413 struct symtab_and_line current_sal = find_pc_line (pc, 0); local
  /src/external/gpl3/gdb.old/dist/gdb/
symtab.c 3376 struct symtab_and_line current_sal = find_pc_line (pc, 0);
3378 if (current_sal.line == 0)
3381 struct symtab_and_line prev_sal = find_pc_line (current_sal.pc - 1, 0);
3385 if (!sal_line_symtab_matches_p (prev_sal, current_sal))
3386 return current_sal.pc;
3399 if (!sal_line_symtab_matches_p (prev_sal, current_sal))
3370 struct symtab_and_line current_sal = find_pc_line (pc, 0); local

Completed in 21 milliseconds