Home
last modified time | relevance | path

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

12345

/external/lldb/source/API/
DSBError.cpp21 SBError::SBError () : in SBError() function in SBError
26 SBError::SBError (const SBError &rhs) : in SBError() function in SBError
34 SBError::~SBError() in ~SBError()
38 const SBError &
39 SBError::operator = (const SBError &rhs) in operator =()
56 SBError::GetCString () const in GetCString()
64 SBError::Clear () in Clear()
71 SBError::Fail () const in Fail()
86 SBError::Success () const in Success()
100 SBError::GetError () const in GetError()
[all …]
DSBHostOS.cpp47 SBError *error_ptr in ThreadCreate()
68 SBHostOS::ThreadCancel (lldb::thread_t thread, SBError *error_ptr) in ThreadCancel()
74 SBHostOS::ThreadDetach (lldb::thread_t thread, SBError *error_ptr) in ThreadDetach()
80 SBHostOS::ThreadJoin (lldb::thread_t thread, void **result, SBError *error_ptr) in ThreadJoin()
DSBProcess.cpp144 lldb::SBError& error) in RemoteLaunch()
203 SBProcess::RemoteAttachToProcessWithID (lldb::pid_t pid, lldb::SBError& error) in RemoteAttachToProcessWithID()
663 SBError
668 SBError sb_error; in Continue()
704 SBError
707 SBError sb_error; in Destroy()
732 SBError
735 SBError sb_error; in Stop()
759 SBError
762 SBError sb_error; in Kill()
[all …]
DSBData.cpp154 SBData::GetFloat (lldb::SBError& error, lldb::offset_t offset) in GetFloat()
176 SBData::GetDouble (lldb::SBError& error, lldb::offset_t offset) in GetDouble()
198 SBData::GetLongDouble (lldb::SBError& error, lldb::offset_t offset) in GetLongDouble()
220 SBData::GetAddress (lldb::SBError& error, lldb::offset_t offset) in GetAddress()
242 SBData::GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset) in GetUnsignedInt8()
264 SBData::GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset) in GetUnsignedInt16()
286 SBData::GetUnsignedInt32 (lldb::SBError& error, lldb::offset_t offset) in GetUnsignedInt32()
308 SBData::GetUnsignedInt64 (lldb::SBError& error, lldb::offset_t offset) in GetUnsignedInt64()
330 SBData::GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset) in GetSignedInt8()
352 SBData::GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset) in GetSignedInt16()
[all …]
/external/lldb/include/lldb/API/
DSBProcess.h95 lldb::SBError& error);
106 lldb::SBError& error);
193 lldb::SBError
196 lldb::SBError
199 lldb::SBError
202 lldb::SBError
205 lldb::SBError
208 lldb::SBError
211 lldb::SBError
221 ReadMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error);
[all …]
DSBData.h52 GetFloat (lldb::SBError& error, lldb::offset_t offset);
55 GetDouble (lldb::SBError& error, lldb::offset_t offset);
58 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
61 GetAddress (lldb::SBError& error, lldb::offset_t offset);
64 GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset);
67 GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset);
70 GetUnsignedInt32 (lldb::SBError& error, lldb::offset_t offset);
73 GetUnsignedInt64 (lldb::SBError& error, lldb::offset_t offset);
76 GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset);
79 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
[all …]
DSBError.h17 class SBError {
19 SBError ();
21 SBError (const lldb::SBError &rhs);
23 ~SBError();
25 const SBError &
26 operator =(const lldb::SBError &rhs);
DSBHostOS.h35 lldb::SBError *err);
39 lldb::SBError *err);
43 lldb::SBError *err);
47 lldb::SBError *err);
DSBTarget.h336 lldb::SBError& error);
371 Launch (SBLaunchInfo &launch_info, SBError& error);
377 Attach (SBAttachInfo &attach_info, SBError& error);
400 lldb::SBError& error);
408 lldb::SBError& error); // DEPRECATED
435 lldb::SBError& error);
462 SBError& error);
522 lldb::SBError
537 lldb::SBError
560 lldb::SBError
[all …]
DSBValue.h42 SBError
70 GetValueAsSigned (lldb::SBError& error, int64_t fail_value=0);
73 GetValueAsUnsigned (lldb::SBError& error, uint64_t fail_value=0);
128 SetValueFromCString (const char *value_str, lldb::SBError& error);
295 SetData (lldb::SBData &data, lldb::SBError& error);
385 Watch (bool resolve_location, bool read, bool write, SBError &error);
418 WatchPointee (bool resolve_location, bool read, bool write, SBError &error);
DSBThread.h115 SBError
123 SBError
210 SBError
DSBDebugger.h117 lldb::SBError& error);
161 lldb::SBError
238 static lldb::SBError
/external/lldb/scripts/Python/interface/
DSBProcess.i118 lldb::SBError& error);
132 lldb::SBError& error);
214 lldb::SBError
217 lldb::SBError
220 lldb::SBError
224 lldb::SBError
227 lldb::SBError
231 lldb::SBError
258 ReadMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error);
271 WriteMemory (addr_t addr, const void *buf, size_t size, lldb::SBError &error);
[all …]
DSBError.i58 ") SBError;
59 class SBError {
61 SBError ();
63 SBError (const lldb::SBError &rhs);
65 ~SBError();
DSBData.i45 GetFloat (lldb::SBError& error, lldb::offset_t offset);
48 GetDouble (lldb::SBError& error, lldb::offset_t offset);
51 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
54 GetAddress (lldb::SBError& error, lldb::offset_t offset);
57 GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset);
60 GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset);
63 GetUnsignedInt32 (lldb::SBError& error, lldb::offset_t offset);
66 GetUnsignedInt64 (lldb::SBError& error, lldb::offset_t offset);
69 GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset);
72 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
[all …]
DSBHostOS.i26 lldb::SBError *err);
30 lldb::SBError *err);
34 lldb::SBError *err);
38 lldb::SBError *err);
DSBTarget.i349 lldb::SBError& error);
392 Launch (lldb::SBLaunchInfo &launch_info, lldb::SBError& error);
415 Attach (lldb::SBAttachInfo &attach_info, lldb::SBError& error);
441 lldb::SBError& error);
470 lldb::SBError& error);
499 SBError& error);
545 lldb::SBError
549 lldb::SBError
552 lldb::SBError
556 lldb::SBError
[all …]
DSBValue.i73 SBError
101 GetValueAsSigned(SBError& error, int64_t fail_value=0);
104 GetValueAsUnsigned(SBError& error, uint64_t fail_value=0);
158 SetValueFromCString (const char *value_str, lldb::SBError& error);
340 Watch (bool resolve_location, bool read, bool write, SBError &error);
347 WatchPointee (bool resolve_location, bool read, bool write, SBError &error);
398 SetData (lldb::SBData &data, lldb::SBError& error);
DSBDebugger.i193 lldb::SBError& sb_error);
239 lldb::SBError
304 static lldb::SBError
/external/lldb/www/cpp_reference/html/
DSBError_8h__incl.map1 <map id="SBError.h" name="SBError.h">
DSBError_8h__dep__incl.map1 <map id="SBError.h" name="SBError.h">
/external/lldb/test/python_api/process/
DTestProcessAPI.py102 error = lldb.SBError()
193 error = lldb.SBError()
261 error = lldb.SBError()
315 error = lldb.SBError()
333 error = lldb.SBError();
/external/lldb/test/functionalities/set-data/
DTestSetData.py41 err = lldb.SBError()
59 err = lldb.SBError()
/external/lldb/examples/python/
Ddiagnose_unwind.py79 cur_fp = process.ReadPointerFromMemory (initial_fp, lldb.SBError())
80 cur_pc = process.ReadPointerFromMemory (initial_fp + process.GetAddressByteSize(), lldb.SBError())
95 error = lldb.SBError()
121 error = lldb.SBError()
/external/lldb/test/python_api/default-constructor/
Dsb_target.py11 error = lldb.SBError()
55 error = lldb.SBError()

12345