Lines Matching refs:SBError
133 lldb::SBError &error) { in RemoteLaunch()
137 lldb::SBError &), in RemoteLaunch()
170 lldb::SBError &error) { in RemoteAttachToProcessWithID()
172 (lldb::pid_t, lldb::SBError &), pid, error); in RemoteAttachToProcessWithID()
316 lldb::SBError &error) { in StartTrace()
318 (lldb::SBTraceOptions &, lldb::SBError &), options, error); in StartTrace()
604 SBError SBProcess::Continue() { in Continue()
605 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Continue); in Continue()
607 SBError sb_error; in Continue()
624 SBError SBProcess::Destroy() { in Destroy()
625 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Destroy); in Destroy()
627 SBError sb_error; in Destroy()
639 SBError SBProcess::Stop() { in Stop()
640 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Stop); in Stop()
642 SBError sb_error; in Stop()
654 SBError SBProcess::Kill() { in Kill()
655 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Kill); in Kill()
657 SBError sb_error; in Kill()
669 SBError SBProcess::Detach() { in Detach()
670 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Detach); in Detach()
677 SBError SBProcess::Detach(bool keep_stopped) { in Detach()
678 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, Detach, (bool), keep_stopped); in Detach()
680 SBError sb_error; in Detach()
692 SBError SBProcess::Signal(int signo) { in Signal()
693 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, Signal, (int), signo); in Signal()
695 SBError sb_error; in Signal()
868 SBError &sb_error) { in ReadMemory()
870 (lldb::addr_t, void *, size_t, lldb::SBError &), addr, dst, in ReadMemory()
895 lldb::SBError &sb_error) { in ReadCStringFromMemory()
897 (lldb::addr_t, void *, size_t, lldb::SBError &), addr, buf, in ReadCStringFromMemory()
919 lldb::SBError &sb_error) { in ReadUnsignedFromMemory()
921 (lldb::addr_t, uint32_t, lldb::SBError &), addr, byte_size, in ReadUnsignedFromMemory()
943 lldb::SBError &sb_error) { in ReadPointerFromMemory()
945 (lldb::addr_t, lldb::SBError &), addr, sb_error); in ReadPointerFromMemory()
965 SBError &sb_error) { in WriteMemory()
967 (lldb::addr_t, const void *, size_t, lldb::SBError &), addr, in WriteMemory()
1039 SBProcess::GetNumSupportedHardwareWatchpoints(lldb::SBError &sb_error) const { in GetNumSupportedHardwareWatchpoints()
1042 (lldb::SBError &), sb_error); in GetNumSupportedHardwareWatchpoints()
1057 lldb::SBError &sb_error) { in LoadImage()
1059 (lldb::SBFileSpec &, lldb::SBError &), in LoadImage()
1067 lldb::SBError &sb_error) { in LoadImage()
1070 (const lldb::SBFileSpec &, const lldb::SBFileSpec &, lldb::SBError &), in LoadImage()
1094 lldb::SBError &error) { in LoadImageUsingPaths()
1097 lldb::SBFileSpec &, lldb::SBError &), in LoadImageUsingPaths()
1129 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage()
1130 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, UnloadImage, (uint32_t), in UnloadImage()
1133 lldb::SBError sb_error; in UnloadImage()
1151 lldb::SBError SBProcess::SendEventData(const char *event_data) { in SendEventData()
1152 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, SendEventData, (const char *), in SendEventData()
1155 lldb::SBError sb_error; in SendEventData()
1231 lldb::SBError SBProcess::SaveCore(const char *file_name) { in SaveCore()
1232 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, SaveCore, (const char *), in SaveCore()
1235 lldb::SBError error; in SaveCore()
1255 lldb::SBError
1258 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, GetMemoryRegionInfo, in GetMemoryRegionInfo()
1262 lldb::SBError sb_error; in GetMemoryRegionInfo()
1331 bool, lldb::SBError &)); in RegisterMethods()
1333 (lldb::pid_t, lldb::SBError &)); in RegisterMethods()
1342 (lldb::SBTraceOptions &, lldb::SBError &)); in RegisterMethods()
1370 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Continue, ()); in RegisterMethods()
1371 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Destroy, ()); in RegisterMethods()
1372 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Stop, ()); in RegisterMethods()
1373 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Kill, ()); in RegisterMethods()
1374 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Detach, ()); in RegisterMethods()
1375 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Detach, (bool)); in RegisterMethods()
1376 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Signal, (int)); in RegisterMethods()
1409 (lldb::addr_t, uint32_t, lldb::SBError &)); in RegisterMethods()
1411 (lldb::addr_t, lldb::SBError &)); in RegisterMethods()
1417 (lldb::SBError &)); in RegisterMethods()
1419 (lldb::SBFileSpec &, lldb::SBError &)); in RegisterMethods()
1422 (const lldb::SBFileSpec &, const lldb::SBFileSpec &, lldb::SBError &)); in RegisterMethods()
1425 lldb::SBFileSpec &, lldb::SBError &)); in RegisterMethods()
1426 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, UnloadImage, (uint32_t)); in RegisterMethods()
1427 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, SendEventData, in RegisterMethods()
1436 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, SaveCore, (const char *)); in RegisterMethods()
1437 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, GetMemoryRegionInfo, in RegisterMethods()