#include <SBWatchpoint.h>
Detailed Description
Definition at line 17 of file SBWatchpoint.h.
 Constructor & Destructor Documentation
      
        
          | lldb::SBWatchpoint::SBWatchpoint | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBWatchpoint::SBWatchpoint | ( | const lldb::WatchpointSP & | wp_sp | ) |  | 
      
 
 
      
        
          | lldb::SBWatchpoint::~SBWatchpoint | ( |  | ) |  | 
      
 
 
Member Function Documentation
      
        
          | void lldb::SBWatchpoint::Clear | ( |  | ) |  | 
      
 
 
  
  | 
        
          | static bool lldb::SBWatchpoint::EventIsWatchpointEvent | ( | const lldb::SBEvent & | event | ) |  |  | static | 
 
 
      
        
          | const char* lldb::SBWatchpoint::GetCondition | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBWatchpoint::GetDescription | ( | lldb::SBStream & | description, | 
        
          |  |  | DescriptionLevel | level | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | SBError lldb::SBWatchpoint::GetError | ( |  | ) |  | 
      
 
 
      
        
          | int32_t lldb::SBWatchpoint::GetHardwareIndex | ( |  | ) |  | 
      
 
With -1 representing an invalid hardware index. 
 
 
      
        
          | uint32_t lldb::SBWatchpoint::GetHitCount | ( |  | ) |  | 
      
 
 
      
        
          | watch_id_t lldb::SBWatchpoint::GetID | ( |  | ) |  | 
      
 
 
      
        
          | uint32_t lldb::SBWatchpoint::GetIgnoreCount | ( |  | ) |  | 
      
 
 
      
        
          | lldb::WatchpointSP lldb::SBWatchpoint::GetSP | ( |  | ) | const | 
      
 
 
      
        
          | lldb::addr_t lldb::SBWatchpoint::GetWatchAddress | ( |  | ) |  | 
      
 
 
  
  | 
        
          | static lldb::WatchpointEventType lldb::SBWatchpoint::GetWatchpointEventTypeFromEvent | ( | const lldb::SBEvent & | event | ) |  |  | static | 
 
 
      
        
          | size_t lldb::SBWatchpoint::GetWatchSize | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBWatchpoint::IsEnabled | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBWatchpoint::IsValid | ( |  | ) | const | 
      
 
 
      
        
          | void lldb::SBWatchpoint::SetCondition | ( | const char * | condition | ) |  | 
      
 
 
      
        
          | void lldb::SBWatchpoint::SetEnabled | ( | bool | enabled | ) |  | 
      
 
 
      
        
          | void lldb::SBWatchpoint::SetIgnoreCount | ( | uint32_t | n | ) |  | 
      
 
 
      
        
          | void lldb::SBWatchpoint::SetSP | ( | const lldb::WatchpointSP & | sp | ) |  | 
      
 
 
Friends And Related Function Documentation
The documentation for this class was generated from the following file: