Home
last modified time | relevance | path

Searched refs:SBError (Results 1 – 25 of 178) sorted by relevance

12345678

/external/llvm-project/lldb/source/API/
DSBError.cpp20 SBError::SBError() : m_opaque_up() { LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBError); } in SBError() function in SBError
22 SBError::SBError(const SBError &rhs) : m_opaque_up() { in SBError() function in SBError
23 LLDB_RECORD_CONSTRUCTOR(SBError, (const lldb::SBError &), rhs); in SBError()
28 SBError::~SBError() = default;
30 const SBError &SBError::operator=(const SBError &rhs) { in operator =()
31 LLDB_RECORD_METHOD(const lldb::SBError &, in operator =()
32 SBError, operator=,(const lldb::SBError &), rhs); in operator =()
39 const char *SBError::GetCString() const { in GetCString()
40 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBError, GetCString); in GetCString()
47 void SBError::Clear() { in Clear()
[all …]
DSBFile.cpp59 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read()
60 LLDB_RECORD_METHOD(lldb::SBError, SBFile, Read, (uint8_t *, size_t, size_t *), in Read()
63 SBError error; in Read()
75 SBError SBFile::Write(const uint8_t *buf, size_t num_bytes, in Write()
77 LLDB_RECORD_METHOD(lldb::SBError, SBFile, Write, in Write()
81 SBError error; in Write()
93 SBError SBFile::Flush() { in Flush()
94 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBFile, Flush); in Flush()
96 SBError error; in Flush()
111 SBError SBFile::Close() { in Close()
[all …]
DSBProcess.cpp133 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()
[all …]
DSBData.cpp119 float SBData::GetFloat(lldb::SBError &error, lldb::offset_t offset) { in GetFloat()
120 LLDB_RECORD_METHOD(float, SBData, GetFloat, (lldb::SBError &, lldb::offset_t), in GetFloat()
135 double SBData::GetDouble(lldb::SBError &error, lldb::offset_t offset) { in GetDouble()
137 (lldb::SBError &, lldb::offset_t), error, offset); in GetDouble()
151 long double SBData::GetLongDouble(lldb::SBError &error, lldb::offset_t offset) { in GetLongDouble()
153 (lldb::SBError &, lldb::offset_t), error, offset); in GetLongDouble()
167 lldb::addr_t SBData::GetAddress(lldb::SBError &error, lldb::offset_t offset) { in GetAddress()
169 (lldb::SBError &, lldb::offset_t), error, offset); in GetAddress()
183 uint8_t SBData::GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset) { in GetUnsignedInt8()
185 (lldb::SBError &, lldb::offset_t), error, offset); in GetUnsignedInt8()
[all …]
DSBPlatform.cpp408 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote()
409 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in ConnectRemote()
412 SBError sb_error; in ConnectRemote()
527 SBError SBPlatform::Get(SBFileSpec &src, SBFileSpec &dst) { in Get()
528 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Get, in Get()
531 SBError sb_error; in Get()
541 SBError SBPlatform::Put(SBFileSpec &src, SBFileSpec &dst) { in Put()
542 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Put, in Put()
566 SBError SBPlatform::Install(SBFileSpec &src, SBFileSpec &dst) { in Install()
567 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, Install, in Install()
[all …]
DSBThread.cpp484 SBError SBThread::ResumeNewPlan(ExecutionContext &exe_ctx, in ResumeNewPlan()
486 SBError sb_error; in ResumeNewPlan()
522 SBError error; // Ignored in StepOver()
526 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) { in StepOver()
527 LLDB_RECORD_METHOD(void, SBThread, StepOver, (lldb::RunMode, lldb::SBError &), in StepOver()
571 SBError error; // Ignored in StepInto()
576 SBError &error, lldb::RunMode stop_other_threads) { in StepInto()
578 (const char *, uint32_t, lldb::SBError &, lldb::RunMode), in StepInto()
629 SBError error; // Ignored in StepOut()
633 void SBThread::StepOut(SBError &error) { in StepOut()
[all …]
DSBThreadPlan.cpp229 SBError error; in QueueThreadPlanForStepOverRange()
235 SBAddress &sb_start_address, lldb::addr_t size, SBError &error) { in QueueThreadPlanForStepOverRange()
238 (lldb::SBAddress &, lldb::addr_t, lldb::SBError &), in QueueThreadPlanForStepOverRange()
274 SBError error; in QueueThreadPlanForStepInRange()
281 lldb::addr_t size, SBError &error) { in QueueThreadPlanForStepInRange()
284 (lldb::SBAddress &, lldb::addr_t, lldb::SBError &), in QueueThreadPlanForStepInRange()
320 SBError error; in QueueThreadPlanForStepOut()
327 bool first_insn, SBError &error) { in QueueThreadPlanForStepOut()
330 (uint32_t, bool, lldb::SBError &), frame_idx_to_step_to, in QueueThreadPlanForStepOut()
361 SBError error; in QueueThreadPlanForRunToAddress()
[all …]
DSBTrace.cpp27 size_t SBTrace::GetTraceData(SBError &error, void *buf, size_t size, in GetTraceData()
30 (lldb::SBError &, void *, size_t, size_t, lldb::tid_t), in GetTraceData()
46 size_t SBTrace::GetMetaData(SBError &error, void *buf, size_t size, in GetMetaData()
49 (lldb::SBError &, void *, size_t, size_t, lldb::tid_t), in GetMetaData()
65 void SBTrace::StopTrace(SBError &error, lldb::tid_t thread_id) { in StopTrace()
66 LLDB_RECORD_METHOD(void, SBTrace, StopTrace, (lldb::SBError &, lldb::tid_t), in StopTrace()
79 void SBTrace::GetTraceConfig(SBTraceOptions &options, SBError &error) { in GetTraceConfig()
81 (lldb::SBTraceOptions &, lldb::SBError &), options, error); in GetTraceConfig()
137 (lldb::SBError &, lldb::tid_t)); in RegisterMethods()
139 (lldb::SBTraceOptions &, lldb::SBError &)); in RegisterMethods()
DSBStructuredData.cpp60 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON()
61 LLDB_RECORD_METHOD(lldb::SBError, SBStructuredData, SetFromJSON, in SetFromJSON()
64 lldb::SBError error; in SetFromJSON()
91 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON()
92 LLDB_RECORD_METHOD_CONST(lldb::SBError, SBStructuredData, GetAsJSON, in GetAsJSON()
95 SBError error; in GetAsJSON()
100 lldb::SBError SBStructuredData::GetDescription(lldb::SBStream &stream) const { in GetDescription()
101 LLDB_RECORD_METHOD_CONST(lldb::SBError, SBStructuredData, GetDescription, in GetDescription()
105 SBError sb_error; in GetDescription()
217 LLDB_REGISTER_METHOD(lldb::SBError, SBStructuredData, SetFromJSON, in RegisterMethods()
[all …]
DSBHostOS.cpp106 void *thread_arg, SBError *error_ptr) { in ThreadCreate()
108 (lldb::thread_func_t, void *, SBError *), name, in ThreadCreate()
128 bool SBHostOS::ThreadCancel(lldb::thread_t thread, SBError *error_ptr) { in ThreadCancel()
130 (lldb::thread_t, lldb::SBError *), thread, in ThreadCancel()
142 bool SBHostOS::ThreadDetach(lldb::thread_t thread, SBError *error_ptr) { in ThreadDetach()
144 (lldb::thread_t, lldb::SBError *), thread, in ThreadDetach()
162 SBError *error_ptr) { in ThreadJoin()
165 (lldb::thread_t, lldb::thread_result_t *, lldb::SBError *), thread, in ThreadJoin()
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h80 bool RemoteAttachToProcessWithID(lldb::pid_t pid, lldb::SBError &error);
86 lldb::SBError &error);
153 lldb::SBError Destroy();
155 lldb::SBError Continue();
157 lldb::SBError Stop();
159 lldb::SBError Kill();
161 lldb::SBError Detach();
163 lldb::SBError Detach(bool keep_stopped);
165 lldb::SBError Signal(int signal);
185 size_t ReadMemory(addr_t addr, void *buf, size_t size, lldb::SBError &error);
[all …]
DSBThread.h95 void StepOver(lldb::RunMode stop_other_threads, SBError &error);
102 void StepInto(const char *target_name, uint32_t end_line, SBError &error,
107 void StepOut(SBError &error);
111 void StepOutOfFrame(SBFrame &frame, SBError &error);
115 void StepInstruction(bool step_over, SBError &error);
117 SBError StepOverUntil(lldb::SBFrame &frame, lldb::SBFileSpec &file_spec,
120 SBError StepUsingScriptedThreadPlan(const char *script_class_name);
122 SBError StepUsingScriptedThreadPlan(const char *script_class_name,
125 SBError StepUsingScriptedThreadPlan(const char *script_class_name,
129 SBError JumpToLine(lldb::SBFileSpec &file_spec, uint32_t line);
[all …]
DSBData.h42 float GetFloat(lldb::SBError &error, lldb::offset_t offset);
44 double GetDouble(lldb::SBError &error, lldb::offset_t offset);
46 long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset);
48 lldb::addr_t GetAddress(lldb::SBError &error, lldb::offset_t offset);
50 uint8_t GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset);
52 uint16_t GetUnsignedInt16(lldb::SBError &error, lldb::offset_t offset);
54 uint32_t GetUnsignedInt32(lldb::SBError &error, lldb::offset_t offset);
56 uint64_t GetUnsignedInt64(lldb::SBError &error, lldb::offset_t offset);
58 int8_t GetSignedInt8(lldb::SBError &error, lldb::offset_t offset);
60 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset);
[all …]
DSBPlatform.h119 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
140 SBError Put(SBFileSpec &src, SBFileSpec &dst);
142 SBError Get(SBFileSpec &src, SBFileSpec &dst);
144 SBError Install(SBFileSpec &src, SBFileSpec &dst);
146 SBError Run(SBPlatformShellCommand &shell_command);
148 SBError Launch(SBLaunchInfo &launch_info);
150 SBError Kill(const lldb::pid_t pid);
152 SBError
158 SBError SetFilePermissions(const char *path, uint32_t file_permissions);
178 SBError ExecuteConnected(
DSBError.h16 class LLDB_API SBError {
18 SBError();
20 SBError(const lldb::SBError &rhs);
22 ~SBError();
24 const SBError &operator=(const lldb::SBError &rhs);
DSBTarget.h118 SBError Install();
178 bool stop_at_entry, lldb::SBError &error);
181 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
212 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error);
214 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
233 lldb::SBError &error);
256 lldb::SBError &error);
278 const char *plugin_name, SBError &error);
284 lldb::SBError &error);
351 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
[all …]
DSBDebugger.h24 SBError Initialize(lldb::SBDebugger &sb_debugger,
48 static lldb::SBError InitializeWithErrorHandling();
91 SBError SetInputFile(SBFile file);
93 SBError SetOutputFile(SBFile file);
95 SBError SetErrorFile(SBFile file);
97 SBError SetInputFile(FileSP file);
99 SBError SetOutputFile(FileSP file);
101 SBError SetErrorFile(FileSP file);
131 bool add_dependent_modules, lldb::SBError &error);
188 lldb::SBError SetCurrentPlatform(const char *platform_name);
[all …]
DSBThreadPlan.h90 SBError &error);
96 SBError &error);
101 bool first_insn, SBError &error);
105 SBError &error);
109 SBError &error);
112 SBError &error);
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i114 lldb::SBError& error);
128 lldb::SBError& error);
211 lldb::SBError
214 lldb::SBError
217 lldb::SBError
221 lldb::SBError
224 lldb::SBError
228 lldb::SBError
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);
[all …]
DSBPlatform.i144 SBError
174 lldb::SBError
177 lldb::SBError
180 lldb::SBError
183 lldb::SBError
186 lldb::SBError
189 lldb::SBError
192 lldb::SBError
198 lldb::SBError
DSBThread.i203 StepOver (lldb::RunMode stop_other_threads, SBError &error);
218 SBError &error,
227 StepOut (SBError &error);
235 StepOutOfFrame (SBFrame &frame, SBError &error);
243 StepInstruction(bool step_over, SBError &error);
245 SBError
250 SBError
253 SBError
256 SBError
261 SBError
[all …]
DSBError.i56 condition and we get back a void process object.") SBError;
58 class SBError {
60 SBError ();
62 SBError (const lldb::SBError &rhs);
64 ~SBError();
108 STRING_EXTENSION(SBError)
DSBData.i46 GetFloat (lldb::SBError& error, lldb::offset_t offset);
49 GetDouble (lldb::SBError& error, lldb::offset_t offset);
52 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
55 GetAddress (lldb::SBError& error, lldb::offset_t offset);
58 GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset);
61 GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset);
64 GetUnsignedInt32 (lldb::SBError& error, lldb::offset_t offset);
67 GetUnsignedInt64 (lldb::SBError& error, lldb::offset_t offset);
70 GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset);
73 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
[all …]
DSBDebugger.i124 static SBError
209 SBError
212 SBError
215 SBError
218 SBError
221 SBError
224 SBError
262 lldb::SBError& sb_error);
346 lldb::SBError
410 static lldb::SBError
[all …]
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.h161 lldb::SBError &sberror);
163 void StopProcessorTrace(lldb::SBProcess &sbprocess, lldb::SBError &sberror,
169 lldb::SBError &sberror);
172 TraceOptions &traceinfo, lldb::SBError &sberror);
198 void CheckDebuggerID(lldb::SBProcess &sbprocess, lldb::SBError &sberror);
205 lldb::SBError &sberror);
215 lldb::SBError &sberror,
221 lldb::SBError &sberror,
227 lldb::SBError &sberror,
235 lldb::SBError &sberror);
[all …]

12345678