Searched defs:Stoppoint (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Breakpoint/
H A DStoppoint.cpp1 //===-- Stoppoint.cpp -------------------------------------------*- C++ -*-===//
11 #include "lldb/Breakpoint/Stoppoint.h"
22 // Stoppoint constructor
24 Stoppoint::Stoppoint() : function in class:Stoppoint
32 Stoppoint::~Stoppoint()
37 Stoppoint::GetID () const
43 Stoppoint::SetID (break_id_t bid)
/external/lldb/include/lldb/Breakpoint/
H A DStoppoint.h1 //===-- Stoppoint.h ---------------------------------------------*- C++ -*-===//
22 class Stoppoint class in namespace:lldb_private
28 Stoppoint();
31 ~Stoppoint();
56 // For Stoppoint only
58 DISALLOW_COPY_AND_ASSIGN (Stoppoint);

Completed in 91 milliseconds