mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
2008-06-24 Michael Snyder <msnyder@specifix.com>
* infrun.c (_initialize_infrun): White space and typo fix.
This commit is contained in:
parent
c43d3a487e
commit
1f41b06255
@ -1,3 +1,7 @@
|
||||
2008-06-24 Michael Snyder <msnyder@specifix.com>
|
||||
|
||||
* infrun.c (_initialize_infrun): White space and typo fix.
|
||||
|
||||
2008-06-23 Christopher Faylor <me.gdb.changelog@cgf.cx>
|
||||
|
||||
* win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.
|
||||
|
11
gdb/infrun.c
11
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);
|
||||
|
Loading…
Reference in New Issue
Block a user