2008-10-24 Hui Zhu <teawater@gmail.com>
authorHui Zhu <teawater@gmail.com>
Fri, 24 Oct 2008 02:31:41 +0000 (02:31 +0000)
committerHui Zhu <teawater@gmail.com>
Fri, 24 Oct 2008 02:31:41 +0000 (02:31 +0000)
commitfff08868842909b8dda5539656727196f812f7b1
treeea6697d1b9a949b7ebf30876bba11253e89fa914
parentdd9f9dc96d1140afb85bac09353ee622c38b61da
2008-10-24  Hui Zhu  <teawater@gmail.com>
    Pedro Alves  <pedro@codesourcery.com>

* infrun.c (can_use_displaced_stepping): Change type to
const char pointer.
(can_use_displaced_stepping_auto): New string.
(can_use_displaced_stepping_on): New string.
(can_use_displaced_stepping_off): New string.
(can_use_displaced_stepping_enum): New array.
(show_can_use_displaced_stepping): In auto mode, also show
the current effect of the option.
(use_displaced_stepping): Return non-zero if displaced
stepping is auto, and can be used with GDBARCH, and in
non-stop mode.  Return non-zero if displaced stepping is on,
and can be used with GDBARCH.  Return zero otherwise.
(_initialize_infrun): Make the "set displaced-stepping"
command an enum command.  Change its class to class_run.
Place it in the top level set list.  Extend help to describe
the auto mode.

2008-10-24  Hui Zhu  <teawater@gmail.com>
    Pedro Alves  <pedro@codesourcery.com>

* gdb.texinfo (displaced-stepping): Describe the auto mode
setting, and say it's the default.  This is now a mainstream
setting instead of a maintenance setting.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/infrun.c
This page took 0.025968 seconds and 4 git commands to generate.