OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dbgPath
(Results
1 - 3
of
3
) sorted by null
/external/lldb/test/attic/
dotest.pl
22
my $
dbgPath
= "$baseDir/build/Debug/LLDB.framework/Resources/Python";
24
if (-d $
dbgPath
) {
25
$ENV{'PYTHONPATH'} = "$
dbgPath
:$scriptDir:$pluginDir";
/external/lldb/utils/test/
lldb-disasm.py
37
dbgPath
= os.path.join(base, *(xcode3_build_dir + dbg + python_resource_dir))
45
if os.path.isfile(os.path.join(
dbgPath
, 'lldb.py')):
46
lldbPath =
dbgPath
59
print 'This script requires lldb.py to be in either ' +
dbgPath
+ ',',
/external/lldb/test/
dotest.py
[
all
...]
Completed in 79 milliseconds