Searched refs:Xcode (Results 1 - 10 of 10) sorted by relevance

/external/lldb/tools/lldb-perf/darwin/formatters/
H A Dformatters.cpp16 #include "lldb-perf/lib/Xcode.h"
30 lldb_perf::Xcode::FetchVariable (value,1,false);
33 lldb_perf::Xcode::FetchVariable (value,1,false);
36 lldb_perf::Xcode::FetchVariable (value,1,false);
44 lldb_perf::Xcode::FetchVariable (value,0,false);
48 lldb_perf::Xcode::FetchVariable (value,1,false);
52 lldb_perf::Xcode::FetchVariable (value,1,false);
56 lldb_perf::Xcode::FetchVariable (value,1,false);
60 lldb_perf::Xcode::FetchVariable (value,1,false);
64 lldb_perf::Xcode
[all...]
/external/lldb/examples/functions/
H A DMakefile11 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
/external/lldb/examples/lookup/
H A DMakefile10 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp1 //===-- Xcode.cpp -----------------------------------------------*- C++ -*-===//
10 #include "Xcode.h"
17 Xcode::FetchVariable (SBValue value, uint32_t expand, bool verbose)
43 Xcode::FetchModules (SBTarget target, bool verbose)
61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose)
73 Xcode::FetchFrames(SBProcess process, bool variables, bool verbose)
112 Xcode::RunExpression (SBFrame frame, const char* expression, bool po, bool verbose)
125 Xcode::Next (SBThread thread)
131 Xcode::Continue (SBProcess process)
137 Xcode
[all...]
H A DXcode.h1 //===-- Xcode.h -------------------------------------------------*- C++ -*-===//
29 class Xcode class in namespace:lldb_perf
H A DTestCase.cpp12 #include "Xcode.h"
244 if (m_verbose) Xcode::RunCommand(m_debugger,"bt all",true);
275 Xcode::RunCommand(m_debugger,"bt all",true);
288 Xcode::RunCommand(m_debugger,"bt all",true);
/external/lldb/tools/lldb-perf/darwin/sketch/
H A Dsketch.cpp16 #include "lldb-perf/lib/Xcode.h"
39 Xcode::FetchFrames (GetProcess(),false,false);
43 Xcode::CreateFileLineBreakpoint(GetTarget(), file, line);
47 Xcode::FetchModules(GetTarget());
57 Xcode::FetchVariables(frame,depth,GetVerbose());
63 Xcode::FetchVariable (value, 0, GetVerbose());
/external/v8/tools/gcmole/
H A Dbootstrap.sh48 # Xcode and clang don't get along when predictive compilation is enabled.
50 if [[ "${OS}" = "Darwin" ]] && xcodebuild -version | grep -q 'Xcode 3.2' ; then
51 XCONF=com.apple.Xcode
60 echo "while Xcode is not running."
64 SUB_VERSION=$(xcodebuild -version | sed -Ene 's/Xcode 3\.2\.([0-9]+)/\1/p')
68 echo "Please upgrade Xcode to at least 3.2.6."
/external/clang/tools/scan-build/
H A Dscan-build952 # Detect the version of Xcode. If Xcode 4.6 or higher, use new
961 if (/^Xcode (.+)$/) {
974 # behavior regardless of Xcode version.
1183 --use-analyzer [Xcode|path to clang]
1184 --use-analyzer=[Xcode|path to clang]
1188 'clang' packaged with Xcode (on OS X) or from the PATH.
/external/llvm/
H A DMakefile42 EXTRA_DIST := test unittests llvm.spec include win32 Xcode

Completed in 423 milliseconds