diff options
author | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
commit | 7e73cedf75b6388ab7786d5c8bd06368f94ee69b (patch) | |
tree | 01cebc5754b17f6cc947f84b6d31dd0775da13ac /gdb/breakpoint.h | |
parent | bf1b588105487405c16b3688c687373490638ee0 (diff) | |
download | gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.zip gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.gz gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.bz2 |
Corrected spelling errors in comments.
gdbarch.{c,sh} removed a word from a comment.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index c25ab41..6fef5bd 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -280,17 +280,17 @@ struct breakpoint char *dll_pathname; /* Filename of a dll whose state change (e.g., load or unload) - triggered this catchpoint. This field is only vaid immediately + triggered this catchpoint. This field is only valid immediately after this catchpoint has triggered. */ char *triggered_dll_pathname; /* Process id of a child process whose forking triggered this - catchpoint. This field is only vaid immediately after this + catchpoint. This field is only valid immediately after this catchpoint has triggered. */ int forked_inferior_pid; /* Filename of a program whose exec triggered this catchpoint. - This field is only vaid immediately after this catchpoint has + This field is only valid immediately after this catchpoint has triggered. */ char *exec_pathname; @@ -620,7 +620,7 @@ extern void set_longjmp_resume_breakpoint (CORE_ADDR, struct frame_info *); cause the inferior to stop in places where this frame is visible, and that can cause execution control to become very confused. - Note that if a user sets breakpoints in an interactively call + Note that if a user sets breakpoints in an interactively called function, the call_disabled watchpoints will have been reenabled when the first such breakpoint is reached. However, on targets that are unable to unwind through the call dummy frame, watches |