* gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.

This commit is contained in:
Daniel Jacobowitz 2003-06-19 15:04:05 +00:00
parent bda6c678f6
commit 4ca6138816
2 changed files with 4 additions and 17 deletions

View file

@ -1,3 +1,7 @@
2003-06-19 Daniel Jacobowitz <drow@mvista.com>
* gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2003-06-18 Daniel Jacobowitz <drow@mvista.com>
* gdb.texinfo (Remote Debugging): New section "Connecting to a

View file

@ -4494,23 +4494,6 @@ root directory.
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 PREPARE_TO_PROCEED (@var{select_it})
@findex PREPARE_TO_PROCEED
This (ugly) macro allows a native configuration to customize the way the
@code{proceed} function in @file{infrun.c} deals with switching between
threads.
In a multi-threaded task we may select another thread and then continue
or step. But if the old thread was stopped at a breakpoint, it will
immediately cause another breakpoint stop without any execution (i.e. it
will report a breakpoint hit incorrectly). So @value{GDBN} must step over it
first.
If defined, @code{PREPARE_TO_PROCEED} should check the current thread
against the thread that reported the most recent event. If a step-over
is required, it returns TRUE. If @var{select_it} is non-zero, it should
reselect the old thread.
@item PROC_NAME_FMT
@findex PROC_NAME_FMT
Defines the format for the name of a @file{/proc} device. Should be