mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* gdb.texinfo (KOD): Document "show os". Add index entries for
"set/show os" and "info cisco" commands.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-01-24 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* gdb.texinfo (KOD): Document "show os". Add index entries for
|
||||||
|
"set/show os" and "info cisco" commands.
|
||||||
|
|
||||||
2004-01-21 Eli Zaretskii <eliz@gnu.org>
|
2004-01-21 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
|
* Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
|
||||||
|
@ -10632,9 +10632,7 @@ configuration of @value{GDBN}; use @code{help target} to list them.
|
|||||||
|
|
||||||
@node KOD
|
@node KOD
|
||||||
@section Kernel Object Display
|
@section Kernel Object Display
|
||||||
|
|
||||||
@cindex kernel object display
|
@cindex kernel object display
|
||||||
@cindex kernel object
|
|
||||||
@cindex KOD
|
@cindex KOD
|
||||||
|
|
||||||
Some targets support kernel object display. Using this facility,
|
Some targets support kernel object display. Using this facility,
|
||||||
@ -10643,6 +10641,7 @@ and can display information about operating system-level objects such as
|
|||||||
mutexes and other synchronization objects. Exactly which objects can be
|
mutexes and other synchronization objects. Exactly which objects can be
|
||||||
displayed is determined on a per-OS basis.
|
displayed is determined on a per-OS basis.
|
||||||
|
|
||||||
|
@kindex set os
|
||||||
Use the @code{set os} command to set the operating system. This tells
|
Use the @code{set os} command to set the operating system. This tells
|
||||||
@value{GDBN} which kernel object display module to initialize:
|
@value{GDBN} which kernel object display module to initialize:
|
||||||
|
|
||||||
@ -10650,11 +10649,17 @@ Use the @code{set os} command to set the operating system. This tells
|
|||||||
(@value{GDBP}) set os cisco
|
(@value{GDBP}) set os cisco
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
|
@kindex show os
|
||||||
|
The associated command @code{show os} displays the operating system
|
||||||
|
set with the @code{set os} command; if no operating system has been
|
||||||
|
set, @code{show os} will display an empty string @samp{""}.
|
||||||
|
|
||||||
If @code{set os} succeeds, @value{GDBN} will display some information
|
If @code{set os} succeeds, @value{GDBN} will display some information
|
||||||
about the operating system, and will create a new @code{info} command
|
about the operating system, and will create a new @code{info} command
|
||||||
which can be used to query the target. The @code{info} command is named
|
which can be used to query the target. The @code{info} command is named
|
||||||
after the operating system:
|
after the operating system:
|
||||||
|
|
||||||
|
@kindex info cisco
|
||||||
@smallexample
|
@smallexample
|
||||||
(@value{GDBP}) info cisco
|
(@value{GDBP}) info cisco
|
||||||
List of Cisco Kernel Objects
|
List of Cisco Kernel Objects
|
||||||
@ -10665,8 +10670,10 @@ any Any and all objects
|
|||||||
Further subcommands can be used to query about particular objects known
|
Further subcommands can be used to query about particular objects known
|
||||||
by the kernel.
|
by the kernel.
|
||||||
|
|
||||||
There is currently no way to determine whether a given operating system
|
There is currently no way to determine whether a given operating
|
||||||
is supported other than to try it.
|
system is supported other than to try setting it with @kbd{set os
|
||||||
|
@var{name}}, where @var{name} is the name of the operating system you
|
||||||
|
want to try.
|
||||||
|
|
||||||
|
|
||||||
@node Remote Debugging
|
@node Remote Debugging
|
||||||
|
Reference in New Issue
Block a user