Lines Matching refs:SBError
132 lldb::SBError &error) { in RemoteLaunch()
136 lldb::SBError &), in RemoteLaunch()
169 lldb::SBError &error) { in RemoteAttachToProcessWithID()
171 (lldb::pid_t, lldb::SBError &), pid, error); in RemoteAttachToProcessWithID()
583 SBError SBProcess::Continue() { in Continue()
584 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Continue); in Continue()
586 SBError sb_error; in Continue()
603 SBError SBProcess::Destroy() { in Destroy()
604 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Destroy); in Destroy()
606 SBError sb_error; in Destroy()
618 SBError SBProcess::Stop() { in Stop()
619 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Stop); in Stop()
621 SBError sb_error; in Stop()
633 SBError SBProcess::Kill() { in Kill()
634 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Kill); in Kill()
636 SBError sb_error; in Kill()
648 SBError SBProcess::Detach() { in Detach()
649 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Detach); in Detach()
656 SBError SBProcess::Detach(bool keep_stopped) { in Detach()
657 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, Detach, (bool), keep_stopped); in Detach()
659 SBError sb_error; in Detach()
671 SBError SBProcess::Signal(int signo) { in Signal()
672 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, Signal, (int), signo); in Signal()
674 SBError sb_error; in Signal()
847 SBError &sb_error) { in ReadMemory()
849 (lldb::addr_t, void *, size_t, lldb::SBError &), addr, dst, in ReadMemory()
874 lldb::SBError &sb_error) { in ReadCStringFromMemory()
876 (lldb::addr_t, void *, size_t, lldb::SBError &), addr, buf, in ReadCStringFromMemory()
898 lldb::SBError &sb_error) { in ReadUnsignedFromMemory()
900 (lldb::addr_t, uint32_t, lldb::SBError &), addr, byte_size, in ReadUnsignedFromMemory()
922 lldb::SBError &sb_error) { in ReadPointerFromMemory()
924 (lldb::addr_t, lldb::SBError &), addr, sb_error); in ReadPointerFromMemory()
944 SBError &sb_error) { in WriteMemory()
946 (lldb::addr_t, const void *, size_t, lldb::SBError &), addr, in WriteMemory()
1018 SBProcess::GetNumSupportedHardwareWatchpoints(lldb::SBError &sb_error) const { in GetNumSupportedHardwareWatchpoints()
1021 (lldb::SBError &), sb_error); in GetNumSupportedHardwareWatchpoints()
1036 lldb::SBError &sb_error) { in LoadImage()
1038 (lldb::SBFileSpec &, lldb::SBError &), in LoadImage()
1046 lldb::SBError &sb_error) { in LoadImage()
1049 (const lldb::SBFileSpec &, const lldb::SBFileSpec &, lldb::SBError &), in LoadImage()
1073 lldb::SBError &error) { in LoadImageUsingPaths()
1076 lldb::SBFileSpec &, lldb::SBError &), in LoadImageUsingPaths()
1108 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage()
1109 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, UnloadImage, (uint32_t), in UnloadImage()
1112 lldb::SBError sb_error; in UnloadImage()
1130 lldb::SBError SBProcess::SendEventData(const char *event_data) { in SendEventData()
1131 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, SendEventData, (const char *), in SendEventData()
1134 lldb::SBError sb_error; in SendEventData()
1210 lldb::SBError SBProcess::SaveCore(const char *file_name) { in SaveCore()
1211 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, SaveCore, (const char *), in SaveCore()
1214 lldb::SBError error; in SaveCore()
1235 lldb::SBError
1238 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, GetMemoryRegionInfo, in GetMemoryRegionInfo()
1242 lldb::SBError sb_error; in GetMemoryRegionInfo()
1292 lldb::SBError &sb_error) { in AllocateMemory()
1294 (size_t, uint32_t, lldb::SBError &), size, permissions, in AllocateMemory()
1314 lldb::SBError SBProcess::DeallocateMemory(lldb::addr_t ptr) { in DeallocateMemory()
1315 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, DeallocateMemory, (lldb::addr_t), in DeallocateMemory()
1318 lldb::SBError sb_error; in DeallocateMemory()
1356 bool, lldb::SBError &)); in RegisterMethods()
1358 (lldb::pid_t, lldb::SBError &)); in RegisterMethods()
1393 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Continue, ()); in RegisterMethods()
1394 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Destroy, ()); in RegisterMethods()
1395 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Stop, ()); in RegisterMethods()
1396 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Kill, ()); in RegisterMethods()
1397 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Detach, ()); in RegisterMethods()
1398 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Detach, (bool)); in RegisterMethods()
1399 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Signal, (int)); in RegisterMethods()
1432 (lldb::addr_t, uint32_t, lldb::SBError &)); in RegisterMethods()
1434 (lldb::addr_t, lldb::SBError &)); in RegisterMethods()
1440 (lldb::SBError &)); in RegisterMethods()
1442 (lldb::SBFileSpec &, lldb::SBError &)); in RegisterMethods()
1445 (const lldb::SBFileSpec &, const lldb::SBFileSpec &, lldb::SBError &)); in RegisterMethods()
1448 lldb::SBFileSpec &, lldb::SBError &)); in RegisterMethods()
1449 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, UnloadImage, (uint32_t)); in RegisterMethods()
1450 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, SendEventData, in RegisterMethods()
1459 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, SaveCore, (const char *)); in RegisterMethods()
1460 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, GetMemoryRegionInfo, in RegisterMethods()
1466 (size_t, uint32_t, lldb::SBError &)); in RegisterMethods()
1467 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, DeallocateMemory, in RegisterMethods()