aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2008-06-24 19:30:18 +0000
committerMichael Snyder <msnyder@vmware.com>2008-06-24 19:30:18 +0000
commit1f41b062556d08272cece3281de631a512799ae4 (patch)
tree5be2bde85142efca298ec9ffc1d1c106e2817d1d /gdb/infrun.c
parentc43d3a487e2bf227532b55ab9c1a80e73713f893 (diff)
downloadgdb-1f41b062556d08272cece3281de631a512799ae4.zip
gdb-1f41b062556d08272cece3281de631a512799ae4.tar.gz
gdb-1f41b062556d08272cece3281de631a512799ae4.tar.bz2
2008-06-24 Michael Snyder <msnyder@specifix.com>
* infrun.c (_initialize_infrun): White space and typo fix.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index e951ede..8aa8039 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -4624,17 +4624,16 @@ function is skipped and the step command stops at a different source line."),
&setlist, &showlist);
add_setshow_boolean_cmd ("can-use-displaced-stepping", class_maintenance,
- &can_use_displaced_stepping, _("\
+ &can_use_displaced_stepping, _("\
Set debugger's willingness to use displaced stepping."), _("\
Show debugger's willingness to use displaced stepping."), _("\
-If zero, gdb will not use to use displaced stepping to step over\n\
+If zero, gdb will not use displaced stepping to step over\n\
breakpoints, even if such is supported by the target."),
- NULL,
- show_can_use_displaced_stepping,
- &maintenance_set_cmdlist,
+ NULL,
+ show_can_use_displaced_stepping,
+ &maintenance_set_cmdlist,
&maintenance_show_cmdlist);
-
/* ptid initializations */
null_ptid = ptid_build (0, 0, 0);
minus_one_ptid = ptid_build (-1, 0, 0);