Home
last modified time | relevance | path

Searched defs:Debugger (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp949 struct SpirvShader::Impl::Debugger : public vk::dbg::ClientEventListener struct in sw::SpirvShader::Impl
957 enum class Pass
988 using SpirvInstruction = const void *;
990 const SpirvShader *const shader; // The shader program being debugged
991 std::shared_ptr<vk::dbg::Context> const ctx; // The debugger context
992 … // True if the shader has high-level debug info (OpenCL.Debug100 instructions)
993 …bg::File> spirvFile; // Virtual file containing SPIR-V disassembly instructions
994 std::unordered_map<SpirvInstruction, int> spirvLineMappings; // Instruction pointer to line
995 std::unordered_map<SpirvInstruction, Object::ID> results; // Instruction pointer to result ID
998 struct LocationAndScope
[all …]
/aosp_15_r20/external/cronet/base/debug/
H A Ddebugger_unittest.cc33 TEST(Debugger, CrashAtBreakpoint) { in TEST() argument
38 TEST(Debugger, DoesntExecuteBeyondBreakpoint) { in TEST() argument
45 TEST(Debugger, NoTest) { in TEST() argument
/aosp_15_r20/external/libchrome/base/debug/
H A Ddebugger_unittest.cc29 TEST(Debugger, CrashAtBreakpoint) { in TEST() argument
34 TEST(Debugger, DoesntExecuteBeyondBreakpoint) { in TEST() argument
41 TEST(Debugger, NoTest) { in TEST() argument
/aosp_15_r20/external/leakcanary2/shark-hprof/src/main/java/shark/
H A DGcRoot.kt125 class Debugger(override val id: Long) : GcRoot() class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DStreamAsynchronousIO.h19 class Debugger; variable
DPluginManager.h46 class Debugger; variable
DDisassembler.h48 class Debugger; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DStreamAsynchronousIO.h19 class Debugger; variable
DPluginManager.h46 class Debugger; variable
DDisassembler.h48 class Debugger; variable
DIOHandler.h33 class Debugger; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DStreamAsynchronousIO.h19 class Debugger; variable
DPluginManager.h46 class Debugger; variable
DDisassembler.h48 class Debugger; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DStreamAsynchronousIO.h19 class Debugger; variable
DPluginManager.h46 class Debugger; variable
DDisassembler.h48 class Debugger; variable
DIOHandler.h33 class Debugger; variable
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DDdmSyncState.java48 Debugger("DEBG"), enumConstant
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dsample.py25 class Debugger (object): class
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/
H A DGmmLog.cpp53 class Debugger : public sink class
/aosp_15_r20/external/antlr/runtime/Python3/tests/
H A Dt059debug.py13 class Debugger(threading.Thread): class
/aosp_15_r20/external/antlr/runtime/Python/tests/
H A Dt059debug.py13 class Debugger(threading.Thread): class
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DDebugger.py53 class Debugger: class
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Ddebugger.py58 class Debugger: class

1234