HomeSort by relevance Sort by last modified time
    Searched defs:StoppointLocation (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Breakpoint/
StoppointLocation.cpp 1 //===-- StoppointLocation.cpp -----------------------------------*- C++ -*-===//
10 #include "lldb/Breakpoint/StoppointLocation.h"
21 // StoppointLocation constructor
23 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, bool hardware) :
33 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, uint32_t byte_size, bool hardware) :
46 StoppointLocation::~StoppointLocation()
  /external/lldb/include/lldb/Breakpoint/
StoppointLocation.h 1 //===-- StoppointLocation.h -------------------------------------*- C++ -*-===//
23 class StoppointLocation
29 StoppointLocation (lldb::break_id_t bid,
33 StoppointLocation (lldb::break_id_t bid,
39 ~StoppointLocation ();
118 // Classes that inherit from StoppointLocation can see and modify these
139 // For StoppointLocation only
141 DISALLOW_COPY_AND_ASSIGN(StoppointLocation);
142 StoppointLocation(); // Disallow default constructor

Completed in 271 milliseconds