Lines Matching refs:lldb

9 namespace lldb {
47 SBProcess (const lldb::SBProcess& rhs);
68 lldb::SBTarget
71 lldb::ByteOrder
98 ReportEventState (const lldb::SBEvent &event, SBFile out) const;
101 ReportEventState (const lldb::SBEvent &event, FileSP BORROWED) const;
104 AppendEventStateReport (const lldb::SBEvent &event, lldb::SBCommandReturnObject &result);
111 RemoteAttachToProcessWithID (lldb::pid_t pid,
112 lldb::SBError& error);
126 lldb::SBError& error);
139 lldb::SBThread
144 lldb::SBThread
145 GetThreadByID (lldb::tid_t sb_thread_id);
149 lldb::SBThread
154 lldb::SBThread
159 lldb::SBThread
160 CreateOSPluginThread (lldb::tid_t tid, lldb::addr_t context);
163 SetSelectedThread (const lldb::SBThread &thread);
166 SetSelectedThreadByID (lldb::tid_t tid);
177 lldb::SBQueue
184 lldb::StateType
195 lldb::pid_t
209 lldb::SBError
212 lldb::SBError
215 lldb::SBError
219 lldb::SBError
222 lldb::SBError
226 lldb::SBError
229 lldb::SBUnixSignals
253 ReadMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error);
265 WriteMemory (addr_t addr, const void *buf, size_t size, lldb::SBError &error);
281 ReadCStringFromMemory (addr_t addr, void *char_buf, size_t size, lldb::SBError &error);
296 ReadUnsignedFromMemory (addr_t addr, uint32_t byte_size, lldb::SBError &error);
309 lldb::addr_t
310 ReadPointerFromMemory (addr_t addr, lldb::SBError &error);
314 static lldb::StateType
315 GetStateFromEvent (const lldb::SBEvent &event);
318 GetRestartedFromEvent (const lldb::SBEvent &event);
321 GetNumRestartedReasonsFromEvent (const lldb::SBEvent &event);
324 GetRestartedReasonAtIndexFromEvent (const lldb::SBEvent &event, size_t idx);
326 static lldb::SBProcess
327 GetProcessFromEvent (const lldb::SBEvent &event);
330 GetInterruptedFromEvent (const lldb::SBEvent &event);
332 static lldb::SBStructuredData
333 GetStructuredDataFromEvent (const lldb::SBEvent &event);
336 EventIsProcessEvent (const lldb::SBEvent &event);
339 EventIsStructuredDataEvent (const lldb::SBEvent &event);
341 lldb::SBBroadcaster
345 GetDescription (lldb::SBStream &description);
349 lldb::SBStructuredData
353 GetNumSupportedHardwareWatchpoints (lldb::SBError &error) const;
356 LoadImage (lldb::SBFileSpec &image_spec, lldb::SBError &error);
365 LoadImageUsingPaths(const lldb::SBFileSpec &image_spec,
367 lldb::SBFileSpec &loaded_path,
370 lldb::SBError
373 lldb::SBError
394 lldb::SBThreadCollection
398 IsInstrumentationRuntimePresent(lldb::InstrumentationRuntimeType type);
400 lldb::SBError
401 SaveCore(const char *file_name, const char *flavor, lldb::SaveCoreStyle core_style);
403 lldb::SBError
406 lldb::SBError
407 GetMemoryRegionInfo(lldb::addr_t load_addr, lldb::SBMemoryRegionInfo &region_info);
409 lldb::SBMemoryRegionInfoList
420 lldb::SBProcessInfo
432 lldb::addr_t
433 AllocateMemory(size_t size, uint32_t permissions, lldb::SBError &error);
439 lldb::SBError
440 DeallocateMemory(lldb::addr_t ptr);