/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | DebuggingJITedCode.rst | 2 Debugging JIT-ed Code With GDB 9 GDB (as well as most debuggers) can be quite painful. Debuggers generally 13 In order to communicate the necessary debug info to GDB, an interface for 15 GDB and LLVM MCJIT. At a high level, whenever MCJIT generates new machine code, 19 (``__jit_debug_register_code``) marked noinline that GDB knows about. When 20 GDB attaches to a process, it puts a breakpoint in this function and loads all 22 function, GDB catches the breakpoint signal, loads the new object file from 23 the inferior's memory, and resumes the execution. In this way, GDB can get the 26 GDB Version 29 In order to debug code JIT-ed by LLVM, you need GDB 7.0 or newer, which is [all …]
|
/external/llvm/docs/ |
D | DebuggingJITedCode.rst | 2 Debugging JIT-ed Code With GDB 9 GDB (as well as most debuggers) can be quite painful. Debuggers generally 13 In order to communicate the necessary debug info to GDB, an interface for 15 GDB and LLVM MCJIT. At a high level, whenever MCJIT generates new machine code, 19 (``__jit_debug_register_code``) marked noinline that GDB knows about. When 20 GDB attaches to a process, it puts a breakpoint in this function and loads all 22 function, GDB catches the breakpoint signal, loads the new object file from 23 the inferior's memory, and resumes the execution. In this way, GDB can get the 26 GDB Version 29 In order to debug code JIT-ed by LLVM, you need GDB 7.0 or newer, which is [all …]
|
/external/llvm/test/DebugInfo/X86/ |
D | debugger-tune.ll | 3 ; We use existence of the debug_pubnames section to distinguish the GDB case, 9 …e=x86_64-pc-freebsd -filetype=obj < %s | llvm-readobj -sections - | FileCheck --check-prefix=GDB %s 10 …ple=x86_64-pc-linux -filetype=obj < %s | llvm-readobj -sections - | FileCheck --check-prefix=GDB %s 13 … -filetype=obj -debugger-tune=gdb < %s | llvm-readobj -sections - | FileCheck --check-prefix=GDB %s 18 ; GDB-NOT: apple_names 19 ; GDB: debug_pubnames 20 ; GDB-NOT: apple_names
|
/external/harfbuzz_ng/src/ |
D | dev-run.sh | 24 GDB=gdb 26 command -v $GDB >/dev/null 2>&1 || export GDB="lldb" 90 build/libtool --mode=execute $GDB -- build/util/hb-shape $@
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/ |
D | README.md | 7 * To print out the neural net's inference scores, run GDB and source 9 * To save the captured audio to a text file (captured\_data.txt), run GDB 36 * Run with the preprocessor\_1k\_cmsis\_test.cmd GDB command file 54 * Run with the preprocessor\_1k\_micro\_test.cmd GDB command file 73 containing data dumped from GDB (specifically the verilog format) and 80 * **get\_yesno\_data.cmd**: A GDB command file that runs preprocessor_test 86 * **preprocessor_1k_cmsis_test.cmd**: GDB command file for the CMSIS 88 * **preprocessor_1k_micro_test.cmd**: GDB command file for the Micro-Lite 90 * **preprocessor_test.cmd**: GDB command file for the preprocessor test 91 * **pushbutton_cmsis_scores.cmd**: GDB command file that runs [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | debugger-tune.ll | 9 …6_64-pc-freebsd -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=GDB %s 10 …x86_64-pc-linux -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=GDB %s 13 …letype=obj -debugger-tune=gdb < %s | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=GDB %s 17 ; GDB-NOT: DW_AT_APPLE_optimized 18 ; GDB-NOT: DW_OP_form_tls_address
|
/external/elfutils/tests/ |
D | run-readelf-gdb_index.sh | 70 GDB section [33] '.gdb_index' at offset 0xe76 contains 8383 bytes : 101 GDB section [33] '.gdb_index' at offset 0xe76 contains 8399 bytes :
|
/external/eigen/bench/btl/libs/mtl4/ |
D | .kdbgrc.main | 3 DriverName=GDB
|
/external/u-boot/doc/ |
D | README.qemu-mips | 152 GDB is free software, covered by the GNU General Public License, and you are 155 There is absolutely no warranty for GDB. Type "show warranty" for details. 156 This GDB was configured as "--host=i486-linux-gnu --target=mipsel-unknown-linux-gnu"...
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 94 GDB, // Tune debug info for gdb. enumerator
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 87 GDB, // Tune debug info for gdb. enumerator
|
/external/ltp/testcases/kdump/doc/ |
D | TEST_PLAN.txt | 25 - GDB
|
/external/eigen/doc/ |
D | UnalignedArrayAssert.dox | 21 …race using any debugger. For example, if you're using GCC, you can use the GDB debugger as follows: 23 $ gdb ./my_program # Start GDB on your program
|
/external/toolchain-utils/dejagnu/boards/ |
D | gdb.exp.in | 56 # We will be using the standard GDB remote protocol.
|
/external/u-boot/board/cobra5272/bdm/ |
D | cobra5272_uboot.gdb | 2 # GDB Init script for the Coldfire 5272 processor.
|
/external/u-boot/board/synopsys/emdk/ |
D | README | 26 open source OpenOCD + GDB client are supported.
|
/external/clang/include/clang/Driver/ |
D | ToolChain.h | 315 return llvm::DebuggerKind::GDB; in getDefaultDebuggerTuning()
|
/external/libcxx/docs/ |
D | UsingLibcxx.rst | 136 GDB Pretty printers for libc++ 139 GDB does not support pretty-printing of libc++ symbols by default. Unfortunately
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 301 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB()
|
/external/python/cpython3/Misc/ |
D | gdbinit | 48 # A rewrite of the Python interpreter's line number calculator in GDB's
|
/external/skia/site/dev/testing/ |
D | swarmingbots.md | 52 For Googlers: If you need more control (e.g. to run GDB) and need run to directly on a swarming bot…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 639 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB()
|
/external/python/cpython2/Misc/ |
D | gdbinit | 48 # A rewrite of the Python interpreter's line number calculator in GDB's
|
/external/skqp/site/dev/testing/ |
D | swarmingbots.md | 52 For Googlers: If you need more control (e.g. to run GDB) and need run to directly on a swarming bot…
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 279 clEnumValN(DebuggerKind::GDB, "gdb", "gdb"),
|