Home
last modified time | relevance | path

Searched refs:ToT (Results 1 – 6 of 6) sorted by relevance

/external/lldb/examples/test/
Dusage-lldb-loggings9 [11:31:34] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
11 LLDB build dir: /Volumes/data/lldb/svn/ToT/build/Debug
13 Path: /Volumes/data/lldb/svn/ToT
60 [11:36:44] johnny:/Volumes/data/lldb/svn/ToT/test $ ls -l /tmp/lldb_log*
63 [11:37:09] johnny:/Volumes/data/lldb/svn/ToT/test $
70 [11:37:09] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
72 LLDB build dir: /Volumes/data/lldb/svn/ToT/build/Debug
74 Path: /Volumes/data/lldb/svn/ToT
113 with log destination: /Volumes/data/lldb/svn/ToT/test/2012-08-22-13_21_46/lldb_log-x86_64-clang-Tes…
118 with log destination: /Volumes/data/lldb/svn/ToT/test/2012-08-22-13_21_46/lldb_log-x86_64-clang-Tes…
[all …]
Dusage-pre-post-flight5 [11:31:19] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
8 [11:32:48] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
10 LLDB build dir: /Volumes/data/lldb/svn/ToT/build/Debug
12 Path: /Volumes/data/lldb/svn/ToT
/external/lldb/examples/test/tmp/
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt1 com.apple.main-thread /Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/de…
2 argv[0]="/Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/debugserver"
9 …st::LaunchProcess (launch_info) => pid=55287, path='/Volumes/data/lldb/svn/ToT/build/Debug/LLDB.fr…
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt1 com.apple.main-thread /Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/de…
2 argv[0]="/Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/debugserver"
9 …st::LaunchProcess (launch_info) => pid=55237, path='/Volumes/data/lldb/svn/ToT/build/Debug/LLDB.fr…
/external/clang/lib/AST/
DASTImporter.cpp4637 QualType ToT = Importer.Visit(fromTy); in Import() local
4638 if (ToT.isNull()) in Import()
4639 return ToT; in Import()
4642 ImportedTypes[fromTy] = ToT.getTypePtr(); in Import()
4644 return ToContext.getQualifiedType(ToT, FromT.getLocalQualifiers()); in Import()
/external/lldb/docs/
Dlldb-for-gdb-users.txt487 For more examples of customization, look under the ToT/examples/customization