Represents one unique instance (by address) of a logical 
  breakpoint.
  A breakpoint location is defined by the breakpoint that produces it, 
  and the address that resulted in this particular instantiation. Each 
  breakpoint location has its settable options.
  SBBreakpoint contains SBBreakpointLocation(s). See docstring of 
  SBBreakpoint for retrieval of an SBBreakpointLocation from an 
  SBBreakpoint.
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | __init__(self,
        *args) __init__(lldb::SBBreakpointLocation self) -> SBBreakpointLocation 
      __init__(lldb::SBBreakpointLocation self, SBBreakpointLocation rhs) 
      -> SBBreakpointLocation
 | source code |  | 
    |  | 
        
          | __swig_destroy__(...) delete_SBBreakpointLocation(SBBreakpointLocation self)
 |  |  | 
    |  |  | 
    |  | 
        
          | GetID(self) GetID(SBBreakpointLocation self) -> lldb::break_id_t
 | source code |  | 
    |  |  | 
    |  | 
        
          | IsValid(self) IsValid(SBBreakpointLocation self) -> bool
 | source code |  | 
    |  | 
        
          | GetAddress(self) GetAddress(SBBreakpointLocation self) -> SBAddress
 | source code |  | 
    |  | 
        
          | GetLoadAddress(self) GetLoadAddress(SBBreakpointLocation self) -> lldb::addr_t
 | source code |  | 
    |  | 
        
          | SetEnabled(self,
        *args) SetEnabled(SBBreakpointLocation self, bool enabled)
 | source code |  | 
    |  | 
        
          | IsEnabled(self) IsEnabled(SBBreakpointLocation self) -> bool
 | source code |  | 
    |  | 
        
          | GetIgnoreCount(self) GetIgnoreCount(SBBreakpointLocation self) -> uint32_t
 | source code |  | 
    |  | 
        
          | SetIgnoreCount(self,
        *args) SetIgnoreCount(SBBreakpointLocation self, uint32_t n)
 | source code |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | SetThreadID(self,
        *args) SetThreadID(SBBreakpointLocation self, lldb::tid_t sb_thread_id)
 | source code |  | 
    |  | 
        
          | GetThreadID(self) GetThreadID(SBBreakpointLocation self) -> lldb::tid_t
 | source code |  | 
    |  | 
        
          | SetThreadIndex(self,
        *args) SetThreadIndex(SBBreakpointLocation self, uint32_t index)
 | source code |  | 
    |  | 
        
          | GetThreadIndex(self) GetThreadIndex(SBBreakpointLocation self) -> uint32_t
 | source code |  | 
    |  | 
        
          | SetThreadName(self,
        *args) SetThreadName(SBBreakpointLocation self, str const * thread_name)
 | source code |  | 
    |  | 
        
          | GetThreadName(self) GetThreadName(SBBreakpointLocation self) -> str const *
 | source code |  | 
    |  | 
        
          | SetQueueName(self,
        *args) SetQueueName(SBBreakpointLocation self, str const * queue_name)
 | source code |  | 
    |  | 
        
          | GetQueueName(self) GetQueueName(SBBreakpointLocation self) -> str const *
 | source code |  | 
    |  | 
        
          | IsResolved(self) IsResolved(SBBreakpointLocation self) -> bool
 | source code |  | 
    |  | 
        
          | GetDescription(self,
        *args) GetDescription(SBBreakpointLocation self, SBStream description, 
      lldb::DescriptionLevel level) -> bool
 | source code |  | 
    |  | 
        
          | GetBreakpoint(self) GetBreakpoint(SBBreakpointLocation self) -> SBBreakpoint
 | source code |  | 
    |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__sizeof__,__subclasshook__ |