]> git.gag.com Git - fw/openocd/commitdiff
Hiroshi Ito <ito@mlb.co.jp> typos
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 18 Mar 2009 11:59:31 +0000 (11:59 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 18 Mar 2009 11:59:31 +0000 (11:59 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1417 b42882b7-edfa-0310-969c-e2dbd0fdcd60

doc/openocd.texi
src/server/gdb_server.c

index de5f48458090c4865ae55650dcec9f42ba20d16a..66f8b1288bbdab9b475e0f3e44f4d51e92dab297 100644 (file)
@@ -1083,7 +1083,7 @@ first target will be gdb_port, the second target will listen on gdb_port + 1, an
 
 @section GDB Items
 @itemize @bullet
-@item @b{gdb_breakpoint_override} <@var{hard|soft|disabled}>
+@item @b{gdb_breakpoint_override} <@var{hard|soft|disable}>
 @cindex gdb_breakpoint_override
 @anchor{gdb_breakpoint_override}
 @*Force breakpoint type for gdb 'break' commands.
@@ -1097,7 +1097,7 @@ the same issue.
 
 @item @b{gdb_detach} <@var{resume|reset|halt|nothing}>
 @cindex gdb_detach
-@*Configures what OpenOCD will do when gdb detaches from the daeman.
+@*Configures what OpenOCD will do when gdb detaches from the daemon.
 Default behaviour is <@var{resume}>
 
 @item @b{gdb_memory_map} <@var{enable|disable}>
index aa213954d9a85299a2b91d46ac8b67ce7329bf2c..9ae345afe19c7c94fd334af032fbf736b1debcb5 100644 (file)
@@ -2387,7 +2387,7 @@ int gdb_register_commands(command_context_t *command_context)
        register_command(command_context, NULL, "gdb_report_data_abort", handle_gdb_report_data_abort_command,
                        COMMAND_CONFIG, "enable or disable report data");
        register_command(command_context, NULL, "gdb_breakpoint_override", handle_gdb_breakpoint_override_command,
-                       COMMAND_EXEC, "hard/soft/disabled - force breakpoint type for gdb 'break' commands."
+                       COMMAND_EXEC, "hard/soft/disable - force breakpoint type for gdb 'break' commands."
                        "The raison d'etre for this option is to support GDB GUI's without "
                        "a hard/soft breakpoint concept where the default OpenOCD behaviour "
                        "is not sufficient");