From 9e6d35490a6542f9c97607f93c2ef8ca8e03cbcc Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 6 Jan 2016 20:12:03 +0000 Subject: Vendor import of lldb trunk r256945: https://llvm.org/svn/llvm-project/lldb/trunk@256945 --- .../html/classlldb_1_1SBBreakpoint.html | 862 +++++++++++++++++++++ 1 file changed, 862 insertions(+) create mode 100644 www/cpp_reference/html/classlldb_1_1SBBreakpoint.html (limited to 'www/cpp_reference/html/classlldb_1_1SBBreakpoint.html') diff --git a/www/cpp_reference/html/classlldb_1_1SBBreakpoint.html b/www/cpp_reference/html/classlldb_1_1SBBreakpoint.html new file mode 100644 index 0000000000000..275377c475cb1 --- /dev/null +++ b/www/cpp_reference/html/classlldb_1_1SBBreakpoint.html @@ -0,0 +1,862 @@ + + + + + +LLVM: lldb::SBBreakpoint Class Reference + + +

LLDB API Documentation

+ + + + + +
+ +
+
lldb::SBBreakpoint Class Reference
+
+
+ +

#include <SBBreakpoint.h>

+ + + +

+Public Types

typedef bool(* BreakpointHitCallback )(void *baton, SBProcess &process, SBThread &thread, lldb::SBBreakpointLocation &location)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 SBBreakpoint ()
 SBBreakpoint (const lldb::SBBreakpoint &rhs)
 ~SBBreakpoint ()
const lldb::SBBreakpointoperator= (const lldb::SBBreakpoint &rhs)
bool operator== (const lldb::SBBreakpoint &rhs)
bool operator!= (const lldb::SBBreakpoint &rhs)
break_id_t GetID () const
bool IsValid () const
void ClearAllBreakpointSites ()
lldb::SBBreakpointLocation FindLocationByAddress (lldb::addr_t vm_addr)
lldb::break_id_t FindLocationIDByAddress (lldb::addr_t vm_addr)
lldb::SBBreakpointLocation FindLocationByID (lldb::break_id_t bp_loc_id)
lldb::SBBreakpointLocation GetLocationAtIndex (uint32_t index)
void SetEnabled (bool enable)
bool IsEnabled ()
void SetOneShot (bool one_shot)
bool IsOneShot () const
bool IsInternal ()
uint32_t GetHitCount () const
void SetIgnoreCount (uint32_t count)
uint32_t GetIgnoreCount () const
void SetCondition (const char *condition)
const char * GetCondition ()
void SetThreadID (lldb::tid_t sb_thread_id)
lldb::tid_t GetThreadID ()
void SetThreadIndex (uint32_t index)
uint32_t GetThreadIndex () const
void SetThreadName (const char *thread_name)
const char * GetThreadName () const
void SetQueueName (const char *queue_name)
const char * GetQueueName () const
void SetCallback (BreakpointHitCallback callback, void *baton)
size_t GetNumResolvedLocations () const
size_t GetNumLocations () const
bool GetDescription (lldb::SBStream &description)
+ + + + + + +

+Static Public Member Functions

static bool EventIsBreakpointEvent (const lldb::SBEvent &event)
static lldb::BreakpointEventType GetBreakpointEventTypeFromEvent (const lldb::SBEvent &event)
static lldb::SBBreakpoint GetBreakpointFromEvent (const lldb::SBEvent &event)
static lldb::SBBreakpointLocation GetBreakpointLocationAtIndexFromEvent (const lldb::SBEvent &event, uint32_t loc_idx)
static uint32_t GetNumBreakpointLocationsFromEvent (const lldb::SBEvent &event_sp)
+ + + +

+Friends

class SBBreakpointLocation
class SBTarget
+

Detailed Description

+
+

Definition at line 17 of file SBBreakpoint.h.

+

Member Typedef Documentation

+ +
+
+ + + + +
typedef bool(* lldb::SBBreakpoint::BreakpointHitCallback)(void *baton, SBProcess &process, SBThread &thread, lldb::SBBreakpointLocation &location)
+
+ +

Definition at line 21 of file SBBreakpoint.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
lldb::SBBreakpoint::SBBreakpoint ()
+
+ +
+
+ +
+
+ + + + + + + + +
lldb::SBBreakpoint::SBBreakpoint (const lldb::SBBreakpointrhs)
+
+ +
+
+ +
+
+ + + + + + + +
lldb::SBBreakpoint::~SBBreakpoint ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void lldb::SBBreakpoint::ClearAllBreakpointSites ()
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
static bool lldb::SBBreakpoint::EventIsBreakpointEvent (const lldb::SBEventevent)
+
+static
+
+ +
+
+ +
+
+ + + + + + + + +
lldb::SBBreakpointLocation lldb::SBBreakpoint::FindLocationByAddress (lldb::addr_t vm_addr)
+
+ +
+
+ +
+
+ + + + + + + + +
lldb::SBBreakpointLocation lldb::SBBreakpoint::FindLocationByID (lldb::break_id_t bp_loc_id)
+
+ +
+
+ +
+
+ + + + + + + + +
lldb::break_id_t lldb::SBBreakpoint::FindLocationIDByAddress (lldb::addr_t vm_addr)
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
static lldb::BreakpointEventType lldb::SBBreakpoint::GetBreakpointEventTypeFromEvent (const lldb::SBEventevent)
+
+static
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
static lldb::SBBreakpoint lldb::SBBreakpoint::GetBreakpointFromEvent (const lldb::SBEventevent)
+
+static
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
static lldb::SBBreakpointLocation lldb::SBBreakpoint::GetBreakpointLocationAtIndexFromEvent (const lldb::SBEventevent,
uint32_t loc_idx 
)
+
+static
+
+ +
+
+ +
+
+ + + + + + + +
const char* lldb::SBBreakpoint::GetCondition ()
+
+ +
+
+ +
+
+ + + + + + + + +
bool lldb::SBBreakpoint::GetDescription (lldb::SBStreamdescription)
+
+ +
+
+ +
+
+ + + + + + + +
uint32_t lldb::SBBreakpoint::GetHitCount () const
+
+ +
+
+ +
+
+ + + + + + + +
break_id_t lldb::SBBreakpoint::GetID () const
+
+ +
+
+ +
+
+ + + + + + + +
uint32_t lldb::SBBreakpoint::GetIgnoreCount () const
+
+ +
+
+ +
+
+ + + + + + + + +
lldb::SBBreakpointLocation lldb::SBBreakpoint::GetLocationAtIndex (uint32_t index)
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
static uint32_t lldb::SBBreakpoint::GetNumBreakpointLocationsFromEvent (const lldb::SBEventevent_sp)
+
+static
+
+ +
+
+ +
+
+ + + + + + + +
size_t lldb::SBBreakpoint::GetNumLocations () const
+
+ +
+
+ +
+
+ + + + + + + +
size_t lldb::SBBreakpoint::GetNumResolvedLocations () const
+
+ +
+
+ +
+
+ + + + + + + +
const char* lldb::SBBreakpoint::GetQueueName () const
+
+ +
+
+ +
+
+ + + + + + + +
lldb::tid_t lldb::SBBreakpoint::GetThreadID ()
+
+ +
+
+ +
+
+ + + + + + + +
uint32_t lldb::SBBreakpoint::GetThreadIndex () const
+
+ +
+
+ +
+
+ + + + + + + +
const char* lldb::SBBreakpoint::GetThreadName () const
+
+ +
+
+ +
+
+ + + + + + + +
bool lldb::SBBreakpoint::IsEnabled ()
+
+ +
+
+ +
+
+ + + + + + + +
bool lldb::SBBreakpoint::IsInternal ()
+
+ +
+
+ +
+
+ + + + + + + +
bool lldb::SBBreakpoint::IsOneShot () const
+
+ +
+
+ +
+
+ + + + + + + +
bool lldb::SBBreakpoint::IsValid () const
+
+ +
+
+ +
+
+ + + + + + + + +
bool lldb::SBBreakpoint::operator!= (const lldb::SBBreakpointrhs)
+
+ +
+
+ +
+
+ + + + + + + + +
const lldb::SBBreakpoint& lldb::SBBreakpoint::operator= (const lldb::SBBreakpointrhs)
+
+ +
+
+ +
+
+ + + + + + + + +
bool lldb::SBBreakpoint::operator== (const lldb::SBBreakpointrhs)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void lldb::SBBreakpoint::SetCallback (BreakpointHitCallback callback,
void * baton 
)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBBreakpoint::SetCondition (const char * condition)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBBreakpoint::SetEnabled (bool enable)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBBreakpoint::SetIgnoreCount (uint32_t count)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBBreakpoint::SetOneShot (bool one_shot)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBBreakpoint::SetQueueName (const char * queue_name)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBBreakpoint::SetThreadID (lldb::tid_t sb_thread_id)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBBreakpoint::SetThreadIndex (uint32_t index)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBBreakpoint::SetThreadName (const char * thread_name)
+
+ +
+
+

Friends And Related Function Documentation

+ +
+
+ + + + + +
+ + + + +
friend class SBBreakpointLocation
+
+friend
+
+ +

Definition at line 147 of file SBBreakpoint.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
friend class SBTarget
+
+friend
+
+ +

Definition at line 148 of file SBBreakpoint.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ +
+ + + -- cgit v1.2.3