]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: fix typo "breapoint" -> "breakpoint"
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Thu, 20 Aug 2020 12:23:34 +0000 (14:23 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Thu, 20 Aug 2020 12:26:55 +0000 (14:26 +0200)
gdb/ChangeLog:
2020-08-20  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

* infrun.c (process_event_stop_test): Fix typo "breapoint".

gdb/testsuite/ChangeLog:
2020-08-20  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

* gdb.base/print-file-var.exp: Fix typo "breapoint".
* gdb.trace/strace.exp: Ditto.

gdb/ChangeLog
gdb/infrun.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/print-file-var.exp
gdb/testsuite/gdb.trace/strace.exp

index aee25787b0fff2475c10b20d50d1baf70b68ef86..c568945bf0bc33d74848669bd881d94accb4f332 100644 (file)
@@ -1,3 +1,7 @@
+2020-08-20  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * infrun.c (process_event_stop_test): Fix typo "breapoint".
+
 2020-08-19  Alok Kumar Sharma  <AlokKumar.Sharma@amd.com>
 
        * amd64-tdep.c (amd64_skip_prologue): Using symbol table
index 7be1fed76df21d1fad1aa460d13bf6b654025aee..66f50205449987f632dcad119d0a04fb163c9783 100644 (file)
@@ -6670,7 +6670,7 @@ process_event_stop_test (struct execution_control_state *ecs)
        fprintf_unfiltered (gdb_stdlog, "infrun: BPSTAT_WHAT_STOP_NOISY\n");
       stop_print_frame = 1;
 
-      /* Assume the thread stopped for a breapoint.  We'll still check
+      /* Assume the thread stopped for a breakpoint.  We'll still check
         whether a/the breakpoint is there when the thread is next
         resumed.  */
       ecs->event_thread->stepping_over_breakpoint = 1;
@@ -6683,7 +6683,7 @@ process_event_stop_test (struct execution_control_state *ecs)
        fprintf_unfiltered (gdb_stdlog, "infrun: BPSTAT_WHAT_STOP_SILENT\n");
       stop_print_frame = 0;
 
-      /* Assume the thread stopped for a breapoint.  We'll still check
+      /* Assume the thread stopped for a breakpoint.  We'll still check
         whether a/the breakpoint is there when the thread is next
         resumed.  */
       ecs->event_thread->stepping_over_breakpoint = 1;
index 0e4f6a5ce903fa3e14e9688194fd191528ca2029..7976dd76306d1361441e4569c97bb8e0ec64f359 100644 (file)
@@ -1,3 +1,8 @@
+2020-08-20  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdb.base/print-file-var.exp: Fix typo "breapoint".
+       * gdb.trace/strace.exp: Ditto.
+
 2020-08-19  Alok Kumar Sharma  <AlokKumar.Sharma@amd.com>
 
        * gdb.fortran/vla-type.exp: Skip commands not required for
index b77e8547dfb96f908806e2136f7946a27db911e7..22df9f10674ae3141a5e6c09ee19d5fdf270570b 100644 (file)
@@ -106,7 +106,7 @@ proc test {hidden dlopen version_id_main lang} {
        [gdb_get_line_number "STOP" "${main}.c"]
     gdb_test "break $main.c:$bp_location" \
        "Breakpoint \[0-9\]+ at 0x\[0-9a-fA-F\]+: .*" \
-       "breapoint at STOP marker"
+       "breakpoint at STOP marker"
 
     gdb_test "continue" \
        "Breakpoint \[0-9\]+, main \\(\\) at.*STOP.*" \
index cba2091ceb4832f5329aa6d642a26c1a829838c7..d2d7d199847b12e048a8d16d38fe7bd5219095a5 100644 (file)
@@ -242,7 +242,7 @@ proc strace_trace_on_same_addr { type } {
            "ust/bar\[\t \]+y\[\t \]+$hex .*ust/bar2\[\t \]+y\[\t \]+$hex.*" \
            "info static-tracepoint-markers 2"
 
-       # Set breapoints or tracepoints.
+       # Set breakpoints or tracepoints.
        set test "${type} on marker bar"
        gdb_test_multiple "${type} *${marker_bar_addr}" $test {
            -re "\(Fast trace|Trace|Break\)point \[0-9\]+ at ${hex}: file.*\r\n$gdb_prompt $" {