Home
last modified time | relevance | path

Searched refs:GDB (Results 1 – 25 of 66) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DDebuggingJITedCode.rst2 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/
DDebuggingJITedCode.rst2 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/
Ddebugger-tune.ll3 ; 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/
Ddev-run.sh24 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/
DREADME.md7 * 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/
Ddebugger-tune.ll9 …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/
Drun-readelf-gdb_index.sh70 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.main3 DriverName=GDB
/external/u-boot/doc/
DREADME.qemu-mips152 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/
DTargetOptions.h94 GDB, // Tune debug info for gdb. enumerator
/external/llvm/include/llvm/Target/
DTargetOptions.h87 GDB, // Tune debug info for gdb. enumerator
/external/ltp/testcases/kdump/doc/
DTEST_PLAN.txt25 - GDB
/external/eigen/doc/
DUnalignedArrayAssert.dox21 …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/
Dgdb.exp.in56 # We will be using the standard GDB remote protocol.
/external/u-boot/board/cobra5272/bdm/
Dcobra5272_uboot.gdb2 # GDB Init script for the Coldfire 5272 processor.
/external/u-boot/board/synopsys/emdk/
DREADME26 open source OpenOCD + GDB client are supported.
/external/clang/include/clang/Driver/
DToolChain.h315 return llvm::DebuggerKind::GDB; in getDefaultDebuggerTuning()
/external/libcxx/docs/
DUsingLibcxx.rst136 GDB Pretty printers for libc++
139 GDB does not support pretty-printing of libc++ symbols by default. Unfortunately
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h301 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB()
/external/python/cpython3/Misc/
Dgdbinit48 # A rewrite of the Python interpreter's line number calculator in GDB's
/external/skia/site/dev/testing/
Dswarmingbots.md52 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/
DDwarfDebug.h639 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB()
/external/python/cpython2/Misc/
Dgdbinit48 # A rewrite of the Python interpreter's line number calculator in GDB's
/external/skqp/site/dev/testing/
Dswarmingbots.md52 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/
DCommandFlags.h279 clEnumValN(DebuggerKind::GDB, "gdb", "gdb"),

123