Searched refs:debug_line (Results 1 – 4 of 4) sorted by relevance
118 struct debug_line_info *debug_line; in notifyObjectLoaded() local119 debug_line = (struct debug_line_info *)calloc( in notifyObjectLoaded()123 debug_line[i].vma = (unsigned long)It.first; in notifyObjectLoaded()124 debug_line[i].lineno = It.second.Line; in notifyObjectLoaded()125 debug_line[i].filename = in notifyObjectLoaded()131 debug_line) == -1) { in notifyObjectLoaded()
67 static int debug_line; variable464 ( debug_depth < 0 || ( debug_depth == 0 && debug_line != line ) ) ) in debug_on_instruction()467 debug_line = line; in debug_on_instruction()471 else if ( debug_state == DEBUG_STEP && debug_line != line ) in debug_on_instruction()474 debug_line = line; in debug_on_instruction()481 debug_line = line; in debug_on_instruction()486 line != debug_line || debug_depth != 0 ) && in debug_on_instruction()490 debug_line = line; in debug_on_instruction()495 ( debug_depth < 0 || ( debug_depth == 0 && debug_line != line ) ) ) in debug_on_instruction()498 debug_line = 0; in debug_on_instruction()[all …]
3590 my $line = my $debug_line = shift;3611 print STDERR "DEBUG[tokenize]: Parsed '$debug_line' into:\n";
915 HANDLE_DWARF_SECTION(DebugLine, ".debug_line", "debug-line")