HomeSort by: relevance | last modified time | path
    Searched refs:debugger (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/utils/
lldbDataFormatters.py 9 def __lldb_init_module(debugger, internal_dict):
10 debugger.HandleCommand('type category define -e llvm -l c++')
11 debugger.HandleCommand('type synthetic add -w llvm '
14 debugger.HandleCommand('type synthetic add -w llvm '
17 debugger.HandleCommand('type synthetic add -w llvm '
20 debugger.HandleCommand('type synthetic add -w llvm '
23 debugger.HandleCommand('type summary add -w llvm '
26 debugger.HandleCommand('type summary add -w llvm '
29 debugger.HandleCommand('type summary add -w llvm '
32 debugger.HandleCommand('type summary add -w llvm
    [all...]
  /src/sys/arch/mipsco/stand/common/
start.S 42 sw zero, CALLFRAME_RA(sp) # clear ra for debugger
43 sw zero, CALLFRAME_SP(sp) # clear fp for debugger
  /src/external/mit/xorg/bin/xedit/lisp/
Makefile 8 SRCS= bytecode.c core.c debugger.c format.c hash.c helper.c \
  /src/sys/arch/pmax/stand/common/
start.S 96 sw zero, CALLFRAME_RA(sp) # Zero out old ra for debugger
97 sw zero, CALLFRAME_SP(sp) # Zero out old fp for debugger
  /src/sys/arch/cobalt/stand/boot/
start.S 42 sw zero, CALLFRAME_RA(sp) # clear ra for debugger
43 sw zero, CALLFRAME_SP(sp) # clear fp for debugger
  /src/external/apache2/llvm/dist/clang/utils/
ClangDataFormat.py 24 def __lldb_init_module(debugger, internal_dict):
25 debugger.HandleCommand("type summary add -F ClangDataFormat.SourceLocation_summary clang::SourceLocation")
26 debugger.HandleCommand("type summary add -F ClangDataFormat.QualType_summary clang::QualType")
27 debugger.HandleCommand("type summary add -F ClangDataFormat.StringRef_summary llvm::StringRef")
clangdiag.py 163 def the_diag_command(debugger, command, exe_ctx, result, dict):
183 def __lldb_init_module(debugger, dict):
190 debugger.HandleCommand(
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
arc-disassembler-options.s 1 # This test is part of GDB, the GNU debugger.
arc-dbnz.S 1 ; This testcase is part of GDB, the GNU debugger.
mips-disassembler-options.s 1 # This test is part of GDB, the GNU debugger.
arc-decode-insn.S 1 ; This testcase is part of GDB, the GNU debugger.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
arc-disassembler-options.s 1 # This test is part of GDB, the GNU debugger.
arc-dbnz.S 1 ; This testcase is part of GDB, the GNU debugger.
mips-disassembler-options.s 1 # This test is part of GDB, the GNU debugger.
arc-decode-insn.S 1 ; This testcase is part of GDB, the GNU debugger.
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Threading.inc 104 // you "set" the name, you are only firing a one-time message to a debugger
  /src/sys/external/bsd/acpica/dist/generate/unix/
Makefile.config 123 ACPICA_DEBUGGER = $(ACPICA_CORE)/debugger
  /src/sys/arch/vax/vax/
intvec.S 132 INTVEC(ddbtrap, ISTACK) # Kernel debugger trap, BC (IPL 15)
313 beql 1f # set, jmp to debugger
  /src/sys/arch/ia64/stand/common/
help.common 163 # Tset Sboot_ddb DDrop to the kernel debugger (DDB)
167 Instructs the kernel to start in the DDB debugger, rather than
171 # Tset Sboot_gdb DSelect gdb-remote mode for the kernel debugger
175 Selects gdb-remote mode for the kernel debugger by default.
  /src/external/bsd/acpica/bin/iasl/
Makefile 138 .PATH: ${TOPDIR}/../debugger
  /src/external/gpl3/gcc/dist/libgcc/
unwind-arm-common.inc 146 for a debugger to intercept exceptions. CFA is the CFA of the
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-arm-common.inc 146 for a debugger to intercept exceptions. CFA is the CFA of the
  /src/sys/arch/m68k/m68k/
trap_subr.s 389 | (so debugger can change the stack pointer)
404 | Call the trap handler for the kernel debugger.
  /src/sys/arch/sparc64/sparc64/
mp_subr.S 110 * IPI handler to pause the CPU. We just trap to the debugger if it
408 ! XXX -- we should panic instead of silently entering debugger
  /src/sys/arch/atari/atari/
locore.s 370 * the debugger.
383 trap #15 | drop into the debugger

Completed in 24 milliseconds

1 2