#include <SBBreakpointLocation.h>
Definition at line 18 of file SBBreakpointLocation.h.
lldb::SBBreakpointLocation::SBBreakpointLocation |
( |
| ) |
|
lldb::SBBreakpointLocation::~SBBreakpointLocation |
( |
| ) |
|
lldb::SBBreakpointLocation::SBBreakpointLocation |
( |
const lldb::BreakpointLocationSP & |
break_loc_sp | ) |
|
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 | ) |
|
SBError lldb::SBBreakpointLocation::SetScriptCallbackBody |
( |
const char * |
script_body_text | ) |
|
void lldb::SBBreakpointLocation::SetScriptCallbackFunction |
( |
const char * |
callback_function_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 | ) |
|
The documentation for this class was generated from the following file: