Lines Matching refs:lldb
9 namespace lldb {
49 SBProcess (const lldb::SBProcess& rhs);
70 lldb::SBTarget
73 lldb::ByteOrder
100 ReportEventState (const lldb::SBEvent &event, SBFile out) const;
103 ReportEventState (const lldb::SBEvent &event, FileSP BORROWED) const;
106 AppendEventStateReport (const lldb::SBEvent &event, lldb::SBCommandReturnObject &result);
113 RemoteAttachToProcessWithID (lldb::pid_t pid,
114 lldb::SBError& error);
128 lldb::SBError& error);
141 lldb::SBThread
146 lldb::SBThread
147 GetThreadByID (lldb::tid_t sb_thread_id);
151 lldb::SBThread
156 lldb::SBThread
161 lldb::SBThread
162 CreateOSPluginThread (lldb::tid_t tid, lldb::addr_t context);
165 SetSelectedThread (const lldb::SBThread &thread);
168 SetSelectedThreadByID (lldb::tid_t tid);
179 lldb::SBQueue
186 lldb::StateType
197 lldb::pid_t
211 lldb::SBError
214 lldb::SBError
217 lldb::SBError
221 lldb::SBError
224 lldb::SBError
228 lldb::SBError
231 lldb::SBUnixSignals
255 ReadMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error);
267 WriteMemory (addr_t addr, const void *buf, size_t size, lldb::SBError &error);
283 ReadCStringFromMemory (addr_t addr, void *char_buf, size_t size, lldb::SBError &error);
298 ReadUnsignedFromMemory (addr_t addr, uint32_t byte_size, lldb::SBError &error);
311 lldb::addr_t
312 ReadPointerFromMemory (addr_t addr, lldb::SBError &error);
316 static lldb::StateType
317 GetStateFromEvent (const lldb::SBEvent &event);
320 GetRestartedFromEvent (const lldb::SBEvent &event);
323 GetNumRestartedReasonsFromEvent (const lldb::SBEvent &event);
326 GetRestartedReasonAtIndexFromEvent (const lldb::SBEvent &event, size_t idx);
328 static lldb::SBProcess
329 GetProcessFromEvent (const lldb::SBEvent &event);
332 GetInterruptedFromEvent (const lldb::SBEvent &event);
334 static lldb::SBStructuredData
335 GetStructuredDataFromEvent (const lldb::SBEvent &event);
338 EventIsProcessEvent (const lldb::SBEvent &event);
341 EventIsStructuredDataEvent (const lldb::SBEvent &event);
343 lldb::SBBroadcaster
347 GetDescription (lldb::SBStream &description);
351 lldb::SBStructuredData
355 GetNumSupportedHardwareWatchpoints (lldb::SBError &error) const;
358 LoadImage (lldb::SBFileSpec &image_spec, lldb::SBError &error);
367 LoadImageUsingPaths(const lldb::SBFileSpec &image_spec,
369 lldb::SBFileSpec &loaded_path,
372 lldb::SBError
375 lldb::SBError
396 lldb::SBThreadCollection
400 IsInstrumentationRuntimePresent(lldb::InstrumentationRuntimeType type);
402 lldb::SBError
405 lldb::SBTrace
406 StartTrace(SBTraceOptions &options, lldb::SBError &error);
408 lldb::SBError
409 GetMemoryRegionInfo(lldb::addr_t load_addr, lldb::SBMemoryRegionInfo ®ion_info);
411 lldb::SBMemoryRegionInfoList
422 lldb::SBProcessInfo