Go to the first, previous, next, last section, table of contents.
#include <debug/dbgcom.h> void cleanup_client (void);
This function is typically called when the debugged process exits or is aborted. It restores segment descriptors, closes file handles that were left open by the debuggee, frees protected-mode and conventional memory and any segment descriptors allocated by the debuggee, and restores the debugger's original signal handlers.
Go to the first, previous, next, last section, table of contents.