Evaluate a debug command

ss_debug_s is a function defined in ssdebug.c.

Synopsis:

herr_t ss_debug_s(const char *cmd)

Description: This function parses a debugging command in cmd and executes it. The first word in the string is the name of the command and the rest of the string contains the arguments for that command.

  • files:
Display information about all known files.
  • classes:
Show names of all object classes.
  • class spec:
Display information about the specified persistent object. Class is one of the class words such as `set’ or `field’, etc. Use the command `classes’ for a complete list.

Return Value: Returns non-negative on success; negative on failure.

Parallel Notes: Independent

See Also:

  • Debugging: Introduction for current chapter