Home | History | Annotate | Download | only in python

Lines Matching refs:fullpath

553         out_file.write('Path:            %s\n' % (lldb.target.executable.fullpath))
580 # This will output the fullpath + line + column
601 out_file.write (' 0x%16.16x - 0x%16.16x %s (%s - ???) <%s> %s\n' % (text_segment_load_addr, text_segment_end_load_addr, identifier, module_version, module.GetUUIDString(), module.file.fullpath))