Searched refs:SBError (Results 1 - 25 of 86) sorted by relevance

1234

/external/lldb/source/API/
H A DSBError.cpp1 //===-- SBError.cpp ---------------------------------------------*- C++ -*-===//
10 #include "lldb/API/SBError.h"
21 SBError::SBError () : function in class:SBError
26 SBError::SBError (const SBError &rhs) : function in class:SBError
34 SBError::~SBError()
38 const SBError
[all...]
H A DSBHostOS.cpp11 #include "lldb/API/SBError.h"
47 SBError *error_ptr
68 SBHostOS::ThreadCancel (lldb::thread_t thread, SBError *error_ptr)
74 SBHostOS::ThreadDetach (lldb::thread_t thread, SBError *error_ptr)
80 SBHostOS::ThreadJoin (lldb::thread_t thread, void **result, SBError *error_ptr)
H A DSBProcess.cpp144 lldb::SBError& error)
196 log->Printf ("SBProcess(%p)::RemoteLaunch (...) => SBError (%p): %s", process_sp.get(), error.get(), sstr.GetData());
203 SBProcess::RemoteAttachToProcessWithID (lldb::pid_t pid, lldb::SBError& error)
229 log->Printf ("SBProcess(%p)::RemoteAttachToProcessWithID (%" PRIu64 ") => SBError (%p): %s", process_sp.get(), pid, error.get(), sstr.GetData());
663 SBError
668 SBError sb_error;
697 log->Printf ("SBProcess(%p)::Continue () => SBError (%p): %s", process_sp.get(), sb_error.get(), sstr.GetData());
704 SBError
707 SBError sb_error;
722 log->Printf ("SBProcess(%p)::Destroy () => SBError (
[all...]
H A DSBData.cpp11 #include "lldb/API/SBError.h"
154 SBData::GetFloat (lldb::SBError& error, lldb::offset_t offset)
176 SBData::GetDouble (lldb::SBError& error, lldb::offset_t offset)
198 SBData::GetLongDouble (lldb::SBError& error, lldb::offset_t offset)
220 SBData::GetAddress (lldb::SBError& error, lldb::offset_t offset)
242 SBData::GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset)
264 SBData::GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset)
286 SBData::GetUnsignedInt32 (lldb::SBError& error, lldb::offset_t offset)
308 SBData::GetUnsignedInt64 (lldb::SBError& error, lldb::offset_t offset)
330 SBData::GetSignedInt8 (lldb::SBError
[all...]
/external/lldb/scripts/Python/interface/
H A DSBError.i1 //===-- SWIG Interface for SBError ------------------------------*- C++ -*-===//
28 error = lldb.SBError()
41 error = lldb.SBError()
52 error = lldb.SBError()
58 ") SBError;
59 class SBError {
61 SBError ();
63 SBError (const lldb::SBError &rhs);
65 ~SBError();
[all...]
H A DSBHostOS.i26 lldb::SBError *err);
30 lldb::SBError *err);
34 lldb::SBError *err);
38 lldb::SBError *err);
H A 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
[all...]
H A 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
[all...]
H A DSBInputReader.i28 SBError
H A DSBCommandReturnObject.i63 SetError (lldb::SBError &error,
H A DSBWatchpoint.i34 SBError
H A 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...]
/external/lldb/include/lldb/API/
H A DSBHostOS.h35 lldb::SBError *err);
39 lldb::SBError *err);
43 lldb::SBError *err);
47 lldb::SBError *err);
H A DSBError.h1 //===-- SBError.h -----------------------------------------------*- C++ -*-===//
17 class SBError { class in namespace:lldb
19 SBError ();
21 SBError (const lldb::SBError &rhs);
23 ~SBError();
25 const SBError &
26 operator =(const lldb::SBError &rhs);
H A DSBProcess.h14 #include "lldb/API/SBError.h"
95 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
[all...]
H A 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
[all...]
H A DSBValue.h42 SBError
70 GetValueAsSigned (lldb::SBError& error, int64_t fail_value=0);
73 GetValueAsUnsigned (lldb::SBError& error, uint64_t fail_value=0);
123 // Deprecated - use the one that takes SBError&
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);
H A 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...]
H A DSBThread.h115 SBError
123 SBError
210 SBError
/external/lldb/test/api/multithreaded/
H A Dtest_listener_resume.cpp38 SBError error = process.Continue();
H A Dlistener_test.cpp41 SBError error;
/external/lldb/test/functionalities/set-data/
H A DTestSetData.py41 err = lldb.SBError()
59 err = lldb.SBError()
/external/lldb/test/python_api/debugger/
H A DTestDebuggerAPI.py21 self.dbg.CreateTarget(None, None, None, True, lldb.SBError())
/external/lldb/test/python_api/default-constructor/
H A Dsb_target.py11 error = lldb.SBError()
55 error = lldb.SBError()
H A Dsb_value.py37 error = lldb.SBError()
42 error = lldb.SBError()

Completed in 227 milliseconds

1234