NAME | SYNOPSIS | DESCRIPTION | OPTIONS | ATTRIBUTES | SEE ALSO
rdbd is a host utility that allows the GDB debugging tool for ChorusOS systems to debug application core dumps.
rdbd is similar to rdbc(1CC), the remote debugging daemon. However, rdbd runs on the host, while rdbc runs on a target. Execution commands (step, cont, next) are also not available in rdbd.
The setup and use of rdbd are described in the ChorusOS 5.0 Debugging Guide.
The following options are supported:
Do not check for another rdbd daemon already using the selected incoming slot. This significantly accelerates startup.
If another rdbd daemon is already using a given slot, force the new rdbd to "steal" the slot.
Creates an incoming slot number instead of the default 0. It is possible to run several rdbd servers on the same host, provided that each one uses a different incoming slot number. The slot number must be used as a port number when configuring the debugging tool to use the debug server.
Directory containing the core(4CC) files generated by pdump(1M) or generated due to an exception.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Interface Stability | Evolving |
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | ATTRIBUTES | SEE ALSO