AllocateMemory(size_t size, uint32_t permissions, lldb::SBError &error) | lldb::SBProcess | |
AppendEventStateReport(const lldb::SBEvent &event, lldb::SBCommandReturnObject &result) | lldb::SBProcess | |
Clear() | lldb::SBProcess | |
Continue() | lldb::SBProcess | |
CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context) | lldb::SBProcess | |
DeallocateMemory(lldb::addr_t ptr) | lldb::SBProcess | |
Destroy() | lldb::SBProcess | |
Detach() | lldb::SBProcess | |
Detach(bool keep_stopped) | lldb::SBProcess | |
EventIsProcessEvent(const lldb::SBEvent &event) | lldb::SBProcess | static |
EventIsStructuredDataEvent(const lldb::SBEvent &event) | lldb::SBProcess | static |
FindInMemory(const void *buf, uint64_t size, const SBAddressRange &range, uint32_t alignment, SBError &error) | lldb::SBProcess | |
FindRangesInMemory(const void *buf, uint64_t size, const SBAddressRangeList &ranges, uint32_t alignment, uint32_t max_matches, SBError &error) | lldb::SBProcess | |
FixAddress(lldb::addr_t addr, lldb::AddressMaskType type=lldb::eAddressMaskTypeAny) | lldb::SBProcess | |
FLAGS_ANONYMOUS_ENUM() | lldb::SBProcess | inline |
ForceScriptedState(StateType new_state) | lldb::SBProcess | |
GetAddressByteSize() const | lldb::SBProcess | |
GetAddressMask(lldb::AddressMaskType type, lldb::AddressMaskRange addr_range=lldb::eAddressMaskRangeLow) | lldb::SBProcess | |
GetAsyncProfileData(char *dst, size_t dst_len) const | lldb::SBProcess | |
GetBroadcaster() const | lldb::SBProcess | |
GetBroadcasterClass() | lldb::SBProcess | static |
GetBroadcasterClassName() | lldb::SBProcess | static |
GetByteOrder() const | lldb::SBProcess | |
GetCoreFile() | lldb::SBProcess | |
GetDescription(lldb::SBStream &description) | lldb::SBProcess | |
GetExitDescription() | lldb::SBProcess | |
GetExitStatus() | lldb::SBProcess | |
GetExtendedBacktraceTypeAtIndex(uint32_t idx) | lldb::SBProcess | |
GetExtendedCrashInformation() | lldb::SBProcess | |
GetHistoryThreads(addr_t addr) | lldb::SBProcess | |
GetInterruptedFromEvent(const lldb::SBEvent &event) | lldb::SBProcess | static |
GetMemoryRegionInfo(lldb::addr_t load_addr, lldb::SBMemoryRegionInfo ®ion_info) | lldb::SBProcess | |
GetMemoryRegions() | lldb::SBProcess | |
GetNumExtendedBacktraceTypes() | lldb::SBProcess | |
GetNumQueues() | lldb::SBProcess | |
GetNumRestartedReasonsFromEvent(const lldb::SBEvent &event) | lldb::SBProcess | static |
GetNumSupportedHardwareWatchpoints(lldb::SBError &error) const | lldb::SBProcess | |
GetNumThreads() | lldb::SBProcess | |
GetPluginName() | lldb::SBProcess | |
GetProcessFromEvent(const lldb::SBEvent &event) | lldb::SBProcess | static |
GetProcessID() | lldb::SBProcess | |
GetProcessInfo() | lldb::SBProcess | |
GetQueueAtIndex(size_t index) | lldb::SBProcess | |
GetRestartedFromEvent(const lldb::SBEvent &event) | lldb::SBProcess | static |
GetRestartedReasonAtIndexFromEvent(const lldb::SBEvent &event, size_t idx) | lldb::SBProcess | static |
GetScriptedImplementation() | lldb::SBProcess | |
GetSelectedThread() const | lldb::SBProcess | |
GetSP() const | lldb::SBProcess | protected |
GetState() | lldb::SBProcess | |
GetStateFromEvent(const lldb::SBEvent &event) | lldb::SBProcess | static |
GetStatus(SBStream &status) | lldb::SBProcess | |
GetSTDERR(char *dst, size_t dst_len) const | lldb::SBProcess | |
GetSTDOUT(char *dst, size_t dst_len) const | lldb::SBProcess | |
GetStopEventForStopID(uint32_t stop_id) | lldb::SBProcess | |
GetStopID(bool include_expression_stops=false) | lldb::SBProcess | |
GetStructuredDataFromEvent(const lldb::SBEvent &event) | lldb::SBProcess | static |
GetTarget() const | lldb::SBProcess | |
GetThreadAtIndex(size_t index) | lldb::SBProcess | |
GetThreadByID(lldb::tid_t sb_thread_id) | lldb::SBProcess | |
GetThreadByIndexID(uint32_t index_id) | lldb::SBProcess | |
GetUniqueID() | lldb::SBProcess | |
GetUnixSignals() | lldb::SBProcess | |
IsInstrumentationRuntimePresent(InstrumentationRuntimeType type) | lldb::SBProcess | |
IsValid() const | lldb::SBProcess | |
Kill() | lldb::SBProcess | |
LLDB_DEPRECATED_FIXME("Use GetPluginName()", "GetPluginName()") const char *GetShortPluginName() | lldb::SBProcess | |
lldb_private::python::SWIGBridge | lldb::SBProcess | friend |
lldb_private::QueueImpl | lldb::SBProcess | friend |
LoadImage(lldb::SBFileSpec &remote_image_spec, lldb::SBError &error) | lldb::SBProcess | |
LoadImage(const lldb::SBFileSpec &local_image_spec, const lldb::SBFileSpec &remote_image_spec, lldb::SBError &error) | lldb::SBProcess | |
LoadImageUsingPaths(const lldb::SBFileSpec &image_spec, SBStringList &paths, lldb::SBFileSpec &loaded_path, lldb::SBError &error) | lldb::SBProcess | |
m_opaque_wp | lldb::SBProcess | protected |
operator bool() const | lldb::SBProcess | explicit |
operator=(const lldb::SBProcess &rhs) | lldb::SBProcess | |
PutSTDIN(const char *src, size_t src_len) | lldb::SBProcess | |
ReadCStringFromMemory(addr_t addr, void *char_buf, size_t size, lldb::SBError &error) | lldb::SBProcess | |
ReadMemory(addr_t addr, void *buf, size_t size, lldb::SBError &error) | lldb::SBProcess | |
ReadPointerFromMemory(addr_t addr, lldb::SBError &error) | lldb::SBProcess | |
ReadUnsignedFromMemory(addr_t addr, uint32_t byte_size, lldb::SBError &error) | lldb::SBProcess | |
RemoteAttachToProcessWithID(lldb::pid_t pid, lldb::SBError &error) | lldb::SBProcess | |
RemoteLaunch(char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags, bool stop_at_entry, lldb::SBError &error) | lldb::SBProcess | |
ReportEventState(const lldb::SBEvent &event, FILE *out) const | lldb::SBProcess | |
ReportEventState(const lldb::SBEvent &event, SBFile file) const | lldb::SBProcess | |
ReportEventState(const lldb::SBEvent &event, FileSP BORROWED) const | lldb::SBProcess | |
SaveCore(const char *file_name, const char *flavor, SaveCoreStyle core_style) | lldb::SBProcess | |
SaveCore(const char *file_name) | lldb::SBProcess | |
SaveCore(SBSaveCoreOptions &options) | lldb::SBProcess | |
SBAddress | lldb::SBProcess | friend |
SBBreakpoint | lldb::SBProcess | friend |
SBBreakpointCallbackBaton | lldb::SBProcess | friend |
SBBreakpointLocation | lldb::SBProcess | friend |
SBCommandInterpreter | lldb::SBProcess | friend |
SBDebugger | lldb::SBProcess | friend |
SBExecutionContext | lldb::SBProcess | friend |
SBFunction | lldb::SBProcess | friend |
SBModule | lldb::SBProcess | friend |
SBPlatform | lldb::SBProcess | friend |
SBProcess() | lldb::SBProcess | |
SBProcess(const lldb::SBProcess &rhs) | lldb::SBProcess | |
SBProcess(const lldb::ProcessSP &process_sp) | lldb::SBProcess | protected |
SBSaveCoreOptions | lldb::SBProcess | friend |
SBTarget | lldb::SBProcess | friend |
SBThread | lldb::SBProcess | friend |
SBValue | lldb::SBProcess | friend |
SendAsyncInterrupt() | lldb::SBProcess | |
SendEventData(const char *data) | lldb::SBProcess | |
SetAddressableBits(AddressMaskType type, uint32_t num_bits, AddressMaskRange addr_range=lldb::eAddressMaskRangeLow) | lldb::SBProcess | |
SetAddressMask(lldb::AddressMaskType type, lldb::addr_t mask, lldb::AddressMaskRange addr_range=lldb::eAddressMaskRangeLow) | lldb::SBProcess | |
SetSelectedThread(const lldb::SBThread &thread) | lldb::SBProcess | |
SetSelectedThreadByID(lldb::tid_t tid) | lldb::SBProcess | |
SetSelectedThreadByIndexID(uint32_t index_id) | lldb::SBProcess | |
SetSP(const lldb::ProcessSP &process_sp) | lldb::SBProcess | protected |
Signal(int signal) | lldb::SBProcess | |
Stop() | lldb::SBProcess | |
UnloadImage(uint32_t image_token) | lldb::SBProcess | |
WriteMemory(addr_t addr, const void *buf, size_t size, lldb::SBError &error) | lldb::SBProcess | |
~SBProcess() | lldb::SBProcess | |