diff options
author | Pedro Alves <palves@redhat.com> | 2009-01-07 21:42:50 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-01-07 21:42:50 +0000 |
commit | fa3a767ffc07a0793e7187848dd9c06fffb3cbf2 (patch) | |
tree | 2655afd2499eb09b20bcb664bf3a4cfc897c88cf /gdb/doc/gdbint.texinfo | |
parent | 62a6d109095f89073f4366293c575a6ddf6daa22 (diff) | |
download | gdb-fa3a767ffc07a0793e7187848dd9c06fffb3cbf2.zip gdb-fa3a767ffc07a0793e7187848dd9c06fffb3cbf2.tar.gz gdb-fa3a767ffc07a0793e7187848dd9c06fffb3cbf2.tar.bz2 |
gdb/
2009-01-07 Pedro Alves <pedro@codesourcery.com>
Delete ONE_PROCESS_WRITETEXT leftovers.
* breakpoint.c (insert_bp_location): Delete process_warning
argument. Adjust.
(insert_breakpoint_locations): Adjust.
(reattach_breakpoints): Adjust.
* infrun.c (normal_stop): Drop "It might be running in another
process" notice.
gdb/doc/
2009-01-07 Pedro Alves <pedro@codesourcery.com>
* gdb.texinfo (Error in Breakpoints): Delete mention of "The same
program may be running in another process" errors.
* gdbint.texinfo (Native Conditionals): Delete
ONE_PROCESS_WRITETEXT description.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index adc8ca8..6a9ea6c 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4525,11 +4525,6 @@ undefined) in @file{nm-@var{system}.h}. An x86-based machine can define this to use the generic x86 watchpoint support; see @ref{Algorithms, I386_USE_GENERIC_WATCHPOINTS}. -@item ONE_PROCESS_WRITETEXT -@findex ONE_PROCESS_WRITETEXT -Define this to be able to, when a breakpoint insertion fails, warn the -user that another process may be running with the same executable. - @item PROC_NAME_FMT @findex PROC_NAME_FMT Defines the format for the name of a @file{/proc} device. Should be |