Searched refs:RDebug (Results 1 – 3 of 3) sorted by relevance
163 class RDebug; variable164 typedef void (*rdebug_callback_handler_t)(RDebug*, link_map_t*);166 class RDebug {168 RDebug() : r_debug_(NULL), init_(false), in RDebug() function171 ~RDebug() {} in ~RDebug()202 static void AddEntryInternal(RDebug* rdebug, link_map_t* entry) { in AddEntryInternal()205 static void DelEntryInternal(RDebug* rdebug, link_map_t* entry) { in DelEntryInternal()219 RDebug(const RDebug&);220 RDebug& operator=(const RDebug&);
34 static RDebug* GetRDebug() { return &Get()->rdebug_; } in GetRDebug()40 RDebug rdebug_;
199 bool RDebug::Init() { in Init()275 RDebug* rdebug, in RDebugRunnable()283 RDebug* rdebug_;302 bool RDebug::PostCallback(rdebug_callback_handler_t handler, in PostCallback()322 void RDebug::AddEntryImpl(link_map_t* entry) { in AddEntryImpl()392 void RDebug::DelEntryImpl(link_map_t* entry) { in DelEntryImpl()