#include <SBBreakpointLocation.h>
Detailed Description
Definition at line 18 of file SBBreakpointLocation.h.
Constructor & Destructor Documentation
lldb::SBBreakpointLocation::SBBreakpointLocation |
( |
| ) |
|
lldb::SBBreakpointLocation::~SBBreakpointLocation |
( |
| ) |
|
lldb::SBBreakpointLocation::SBBreakpointLocation |
( |
const lldb::BreakpointLocationSP & |
break_loc_sp | ) |
|
Member Function Documentation
const char* lldb::SBBreakpointLocation::GetCondition |
( |
| ) |
|
bool lldb::SBBreakpointLocation::GetDescription |
( |
lldb::SBStream & |
description, |
|
|
DescriptionLevel |
level |
|
) |
| |
break_id_t lldb::SBBreakpointLocation::GetID |
( |
| ) |
|
uint32_t lldb::SBBreakpointLocation::GetIgnoreCount |
( |
| ) |
|
lldb::addr_t lldb::SBBreakpointLocation::GetLoadAddress |
( |
| ) |
|
const char* lldb::SBBreakpointLocation::GetQueueName |
( |
| ) |
const |
lldb::tid_t lldb::SBBreakpointLocation::GetThreadID |
( |
| ) |
|
uint32_t lldb::SBBreakpointLocation::GetThreadIndex |
( |
| ) |
const |
const char* lldb::SBBreakpointLocation::GetThreadName |
( |
| ) |
const |
bool lldb::SBBreakpointLocation::IsEnabled |
( |
| ) |
|
bool lldb::SBBreakpointLocation::IsResolved |
( |
| ) |
|
bool lldb::SBBreakpointLocation::IsValid |
( |
| ) |
const |
void lldb::SBBreakpointLocation::SetCondition |
( |
const char * |
condition | ) |
|
void lldb::SBBreakpointLocation::SetEnabled |
( |
bool |
enabled | ) |
|
void lldb::SBBreakpointLocation::SetIgnoreCount |
( |
uint32_t |
n | ) |
|
void lldb::SBBreakpointLocation::SetQueueName |
( |
const char * |
queue_name | ) |
|
void lldb::SBBreakpointLocation::SetThreadID |
( |
lldb::tid_t |
sb_thread_id | ) |
|
void lldb::SBBreakpointLocation::SetThreadIndex |
( |
uint32_t |
index | ) |
|
void lldb::SBBreakpointLocation::SetThreadName |
( |
const char * |
thread_name | ) |
|
Friends And Related Function Documentation
friend class lldb_private::ScriptInterpreterPython |
|
friend |
The documentation for this class was generated from the following file: