OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsym_file
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/mac/
symbolicate_crash.py
78
dsym_file
= self._GetDSymPath(symbol_path, image_name)
89
symbol_names = self._RunAtos(binary_base,
dsym_file
, address_list)
326
def _RunAtos(self, load_address,
dsym_file
, addresses):
329
args = ['atos', '-l', str(load_address), '-o',
dsym_file
]
/external/chromium_org/tools/valgrind/
valgrind_test.py
304
dsym_file
= os.path.join(dsym_bundle, 'Contents', 'Resources', 'DWARF',
311
if os.path.exists(
dsym_file
) and os.path.exists(dsym_info_plist):
321
# fake_dsym is set.
dsym_file
is a copy of the original test_command
328
shutil.copyfile(
dsym_file
, test_command)
[
all
...]
Completed in 49 milliseconds