DebugServer2
Loading...
Searching...
No Matches
ds2::StopInfo Struct Reference
Inheritance diagram for ds2::StopInfo:
Collaboration diagram for ds2::StopInfo:

Public Types

enum  Event { kEventNone , kEventStop , kEventExit , kEventKill }
 
enum  Reason {
  kReasonNone , kReasonWriteWatchpoint , kReasonReadWatchpoint , kReasonAccessWatchpoint ,
  kReasonBreakpoint , kReasonTrace , kReasonSignalStop , kReasonTrap ,
  kReasonThreadSpawn , kReasonThreadEntry , kReasonThreadExit , kReasonFork ,
  kReasonVFork , kReasonVForkDone
}
 

Public Member Functions

void clear ()
 

Public Attributes

Event event
 
Reason reason
 
int status
 
int signal
 
int core
 
Address watchpointAddress
 
int watchpointIndex
 
std::optional< Addressfault
 
ProcessThreadId child
 

The documentation for this struct was generated from the following file: