Searched refs:SBError (Results 26 - 50 of 86) sorted by relevance

1234

/external/lldb/scripts/Python/interface/
H A 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);
458 if _newclass: error = property(GetError, None, doc='''A read only property that returns the lldb.SBError that represents the error from the last time the variable value was calculated.''')
H A DSBDebugger.i193 lldb::SBError& sb_error);
239 lldb::SBError
304 static lldb::SBError
H A DSBThread.i138 SBError
146 SBError
/external/lldb/tools/driver/
H A DDriver.h23 #include "lldb/API/SBError.h"
71 lldb::SBError
125 static lldb::SBError
/external/lldb/examples/python/
H A 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()
H A Dglobals.py19 error = lldb.SBError()
H A Ddiagnose_nsstring.py10 error = lldb.SBError()
52 error = lldb.SBError()
/external/lldb/include/lldb/API/
H A DSBCommandReturnObject.h102 SetError (lldb::SBError &error,
H A DSBDefines.h42 class SBError;
H A DSBInputReader.h36 SBError
H A DSBWatchpoint.h35 SBError
H A DSBDebugger.h117 lldb::SBError& error);
161 lldb::SBError
238 static lldb::SBError
/external/lldb/test/lang/objc/objc-ivar-stripped/
H A DTestObjCIvarStripped.py51 error = lldb.SBError()
/external/lldb/test/python_api/default-constructor/
H A Dsb_process.py17 error = lldb.SBError()
/external/lldb/test/python_api/process/
H A DTestProcessAPI.py102 error = lldb.SBError()
193 error = lldb.SBError()
261 error = lldb.SBError()
315 error = lldb.SBError()
333 error = lldb.SBError();
/external/lldb/source/API/
H A DAndroid.mk25 SBError.cpp \
H A DSBInputReader.cpp14 #include "lldb/API/SBError.h"
75 SBError
99 SBError sb_error;
126 log->Printf ("SBInputReader(%p)::Initialize (...) => SBError(%p): %s", m_opaque_sp.get(),
H A DSBTarget.cpp593 SBError error;
619 lldb::SBError& error
745 SBTarget::Launch (SBLaunchInfo &sb_launch_info, SBError& error)
845 SBTarget::Attach (SBAttachInfo &sb_attach_info, SBError& error)
948 lldb::SBError& error)
960 SBError& error // An error explaining what went wrong if attach fails
1058 SBError& error // An error explaining what went wrong if attach fails
1150 SBError& error
1796 SBTarget::WatchAddress (lldb::addr_t addr, size_t size, bool read, bool write, SBError &error)
2380 SBError
[all...]
/external/lldb/test/python_api/watchpoint/watchlocation/
H A DTestTargetWatchAddress.py87 error = lldb.SBError();
146 error = lldb.SBError();
/external/lldb/test/benchmarks/disassembly/
H A DTestDoAttachThenDisassembly.py44 error = lldb.SBError()
/external/lldb/examples/lookup/
H A Dmain.cpp175 SBError error;
/external/lldb/test/functionalities/watchpoint/watchpoint_events/
H A DTestWatchpointEvents.py83 error = lldb.SBError()
/external/lldb/test/lang/objc/objc-ivar-offsets/
H A DTestObjCIvarOffsets.py62 error = lldb.SBError()
/external/lldb/test/python_api/watchpoint/
H A DTestSetWatchpoint.py65 error = lldb.SBError();
H A DTestWatchpointIgnoreCount.py65 error = lldb.SBError();

Completed in 277 milliseconds

1234