/linux-3.4.99/Documentation/powerpc/ |
D | ptrace.txt | 46 Sets a hardware breakpoint or watchpoint, according to the provided structure: 83 ptrace will return an integer (handle) uniquely identifying the breakpoint or 85 request to ask for its removal. Return -ENOSPC if the requested breakpoint 90 - set a breakpoint in the first breakpoint register 120 - set a ranged hardware breakpoint 132 Takes an integer which identifies an existing breakpoint or watchpoint 134 corresponding breakpoint or watchpoint..
|
/linux-3.4.99/arch/mn10300/kernel/ |
D | switch_to.S | 95 # Remove first breakpoint 109 # Remove second breakpoint 141 # Reinstall first breakpoint 156 # Reinstall second breakpoint
|
/linux-3.4.99/arch/cris/arch-v10/kernel/ |
D | irq.c | 24 extern void breakpoint(void); 243 breakpoint(); in init_IRQ()
|
D | kgdb.c | 330 void breakpoint (void); /* called by init/main.c */ 1462 breakpoint(void) in breakpoint() function
|
D | entry.S | 409 ;; special handlers for breakpoint and NMI
|
/linux-3.4.99/arch/sh/include/asm/ |
D | traps.h | 15 BUILD_TRAP_HANDLER(breakpoint);
|
/linux-3.4.99/samples/ |
D | Kconfig | 42 tristate "Build kernel hardware breakpoint examples -- loadable module only" 45 This builds kernel hardware breakpoint example modules.
|
/linux-3.4.99/Documentation/ |
D | kprobes.txt | 26 routine to be invoked when the breakpoint is hit. 59 with a breakpoint instruction (e.g., int3 on i386 and x86_64). 61 When a CPU hits the breakpoint instruction, a trap occurs, the CPU's 69 but then Kprobes would have to temporarily remove the breakpoint 172 instruction instead of a breakpoint instruction at each probepoint. 177 Kprobes inserts an ordinary, breakpoint-based kprobe at the specified 207 - code to push the CPU's registers (emulating a breakpoint trap) 252 replaced with the original code (except for an int3 breakpoint in 323 Sets a breakpoint at the address kp->addr. When the breakpoint is 360 Called with p pointing to the kprobe associated with the breakpoint, [all …]
|
D | feature-removal-schedule.txt | 515 Who: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
|
/linux-3.4.99/kernel/debug/kdb/ |
D | kdb_cmds | 5 # be safe. Global breakpoint commands affect each cpu as it is booted.
|
/linux-3.4.99/arch/cris/arch-v32/kernel/ |
D | irq.c | 92 extern void breakpoint(void); 498 breakpoint(); in init_IRQ()
|
D | kgdb.c | 444 void breakpoint(void); 1619 breakpoint(void) in breakpoint() function
|
/linux-3.4.99/arch/mn10300/ |
D | Kconfig.debug | 107 bool "Debug GDB stub breakpoint management" 111 breakpoint management.
|
/linux-3.4.99/Documentation/frv/ |
D | gdbstub.txt | 121 (*) Setting a software breakpoint. This sets a break instruction at the 124 (*) Setting a hardware breakpoint. The GDB stub is capable of using the IBAR
|
/linux-3.4.99/lib/ |
D | Kconfig.kgdb | 65 This will add an extra call back to kgdb for the breakpoint
|
/linux-3.4.99/arch/sh/kernel/ |
D | hw_breakpoint.c | 371 BUILD_TRAP_HANDLER(breakpoint) in BUILD_TRAP_HANDLER() argument
|
D | ptrace_64.c | 574 BUILD_TRAP_HANDLER(breakpoint) in BUILD_TRAP_HANDLER() argument
|
/linux-3.4.99/Documentation/input/ |
D | atarikbd.txt | 148 equivalent cursor control keystroke(s). The ikbd provides a single breakpoint 439 ; horizontal velocity breakpoint is reached 441 ; vertical velocity breakpoint is reached 458 seconds. After the Rn breakpoint is reached, keystroke pairs are generated 459 every Vn tenths of seconds. This provides a velocity (auto-repeat) breakpoint
|
/linux-3.4.99/arch/avr32/kernel/ |
D | entry-avr32b.S | 835 breakpoint 858 breakpoint
|
/linux-3.4.99/Documentation/s390/ |
D | Debugging390.txt | 1145 To delete a particular breakpoint issue 1146 TR DEL <breakpoint number> 1170 Setting a simple breakpoint 1386 hit b to continue till breakpoint 1387 reach the breakpoint 1395 & the TR I PSWA <Driver open address> will be the only active breakpoint again. 1454 We have stopped at a breakpoint 1977 sets a breakpoint 1988 Set a breakpoint for all functions matching REGEXP 1991 will set a breakpoint with all functions with 390 in their name. [all …]
|
/linux-3.4.99/tools/perf/Documentation/ |
D | perf-record.txt | 36 - a hardware breakpoint event in the form of '\mem:addr[:access]'
|
/linux-3.4.99/arch/arm/kernel/ |
D | traps.c | 530 case NR(breakpoint): /* SWI BREAK_POINT */ in arm_syscall()
|
/linux-3.4.99/Documentation/ia64/ |
D | fsys.txt | 205 breakpoint that triggers at any privilege level other than 3 (user-mode).
|
/linux-3.4.99/drivers/staging/serial/ |
D | 68360serial.c | 46 extern void breakpoint(void);
|
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3519 * Sequencer instruction breakpoint address address.
|