Home | History | Annotate | Download | only in info

Lines Matching full:kill

1501 program's input and output, debug an already running process, or kill a
1514 * Kill Process:: Killing the child process
1937 File: gdb.info, Node: Attach, Next: Kill Process, Prev: Input/Output, Up: Running
1982 process. If you use the `run' command, you kill that process. By
1989 File: gdb.info, Node: Kill Process, Next: Inferiors and Programs, Prev: Attach, Up: Running
1994 `kill'
1995 Kill the child process in which your program is running under GDB.
2003 `kill' command in this situation to permit running your program outside
2006 The `kill' command is also useful if you wish to recompile and
2014 File: gdb.info, Node: Inferiors and Programs, Next: Threads, Prev: Kill Process, Up: Running
2102 use the `kill' or `detach' command first.
2107 `detach inferior' command (allowing it to run independently), or kill it
2108 using the `kill inferiors' command:
2116 `kill inferiors INFNO...'
2117 Kill the inferior or inferiors identified by GDB inferior
2123 `detach inferiors', `kill' or `kill inferiors', or after a normal
2491 independently), or kill it using the `kill inferiors' command. *Note
4130 errors; these signals are "fatal" (they kill your program immediately)
4134 to kill the program.
12450 Invoking the `signal' command is not the same as invoking the `kill'
12451 utility from the shell. Sending a signal with `kill' causes GDB to
12751 you wish to debug a core file instead, you must kill the
12753 `kill' command (*note Killing the Child Process: Kill Process.).
14142 `gdbserver' will detach from any attached processes and kill any
21797 exits and should only forcibly kill GDB if it fails to exit in
26776 the line. (`Cut' and `paste' are more recent jargon for `kill' and
26783 When you use a kill command, the text is saved in a "kill-ring".
26785 that when you yank it back, you get it all. The kill ring is not line
26792 Kill the text from the current cursor position to the end of the
26796 Kill from the cursor to the end of the current word, or, if between
26801 Kill from the cursor the start of the current word, or, if between
26806 Kill from the cursor to the previous whitespace. This is
26811 copy the most-recently-killed text from the kill buffer.
26818 Rotate the kill-ring, and yank the new top. You can only do this
26831 act in a backward direction. For example, to kill text back to the
27115 Meta-Rubout: backward-kill-word
27120 `backward-kill-word', and `C-o' is bound to run the macro
27300 Meta-Control-h: backward-kill-word Text after the function name is ignored
27528 to kill the characters instead of deleting them.
27589 `kill-line (C-k)'
27590 Kill the text from point to the end of the line.
27592 `backward-kill-line (C-x Rubout)'
27593 Kill backward to the beginning of the line.
27596 Kill backward from the cursor to the beginning of the current line.
27598 `kill-whole-line ()'
27599 Kill all characters on the current line, no matter where point is.
27602 `kill-word (M-d)'
27603 Kill from point to the end of the current word, or if between
27607 `backward-kill-word (M-<DEL>)'
27608 Kill the word behind point. Word boundaries are the same as
27612 Kill the word behind point, using white space as a word boundary.
27613 The killed text is saved on the kill-ring.
27616 Kill the word behind point, using white space and the slash
27618 kill-ring.
27624 `kill-region ()'
27625 Kill the text in the current region. By default, this command is
27628 `copy-region-as-kill ()'
27629 Copy the text in the region to the kill buffer, so it can be yanked
27633 Copy the word before point to the kill buffer. The word
27638 Copy the word following point to the kill buffer. The word
27643 Yank the top of the kill ring into the buffer at point.
27646 Rotate the kill-ring, and yank the new top. You can only do this
29224 Kill request.
29227 thread context has been selected (i.e. does 'k' kill only that
29470 Kill the process with the specified process ID. PID is a
35649 * backward-kill-line (C-x Rubout): Commands For Killing.
35651 * backward-kill-word (M-<DEL>): Commands For Killing.
35920 * copy-region-as-kill (): Commands For Killing.
36775 * kill: Kill Process. (line 6)
36776 * kill inferiors INFNO...: Inferiors and Programs.
36778 * kill ring: Readline Killing Commands.
36780 * kill-line (C-k): Commands For Killing.
36782 * kill-region (): Commands For Killing.
36784 * kill-whole-line (): Commands For Killing.
36786 * kill-word (M-d): Commands For Killing.
38608 Node: Kill Process81195