Home
last modified time | relevance | path

Searched refs:GetInstructions (Results 1 – 20 of 20) sorted by relevance

/external/lldb/scripts/Python/interface/
DSBFunction.i66 GetInstructions (lldb::SBTarget target);
69 GetInstructions (lldb::SBTarget target, const char *flavor);
97 return self.GetInstructions (target)
DSBSymbol.i39 GetInstructions (lldb::SBTarget target);
42 GetInstructions (lldb::SBTarget target, const char *flavor_string);
73 return self.GetInstructions (target)
DSBTarget.i734 GetInstructions (lldb::SBAddress base_addr, const void *buf, size_t size);
/external/lldb/source/API/
DSBSymbol.cpp117 SBSymbol::GetInstructions (SBTarget target) in GetInstructions() function in SBSymbol
119 return GetInstructions (target, NULL); in GetInstructions()
123 SBSymbol::GetInstructions (SBTarget target, const char *flavor_string) in GetInstructions() function in SBSymbol
DSBFunction.cpp123 SBFunction::GetInstructions (SBTarget target) in GetInstructions() function in SBFunction
125 return GetInstructions (target, NULL); in GetInstructions()
129 SBFunction::GetInstructions (SBTarget target, const char *flavor) in GetInstructions() function in SBFunction
DSBTarget.cpp2335 SBTarget::GetInstructions (lldb::SBAddress base_addr, const void *buf, size_t size) in GetInstructions() function in SBTarget
2369 SBTarget::GetInstructions (lldb::addr_t base_addr, const void *buf, size_t size) in GetInstructions() function in SBTarget
/external/lldb/test/python_api/disassemble-raw-data/
DTestDisassemble_VST1_64.py33 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes)
48 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes)
DTestDisassembleRawData.py29 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes)
/external/lldb/include/lldb/API/
DSBFunction.h42 GetInstructions (lldb::SBTarget target);
45 GetInstructions (lldb::SBTarget target, const char *flavor);
DSBSymbol.h44 GetInstructions (lldb::SBTarget target);
47 GetInstructions (lldb::SBTarget target, const char *flavor_string);
DSBTarget.h760 GetInstructions (lldb::SBAddress base_addr, const void *buf, size_t size);
769 GetInstructions (lldb::addr_t base_addr, const void *buf, size_t size);
/external/lldb/examples/python/
Ddisasm.py80 insts = function.GetInstructions(target)
89 insts = symbol.GetInstructions(target)
Ddisasm-stress-test.py158 inst_list = target.GetInstructions(fake_address, inst_bytes)
Dsymbolication.py82 return function.GetInstructions(self.target)
83 return sym_ctx.GetSymbol().GetInstructions(self.target)
/external/lldb/test/python_api/default-constructor/
Dsb_symbol.py11 obj.GetInstructions(lldb.SBTarget())
Dsb_function.py11 obj.GetInstructions(lldb.SBTarget())
Dsb_target.py28 obj.GetInstructions(lldb.SBAddress(), bytearray())
/external/lldb/test/lang/cpp/class_types/
DTestClassTypesDisassembly.py112 insts = function.GetInstructions(target)
/external/lldb/test/
Dlldbutil.py42 insts = function_or_symbol.GetInstructions(target)
/external/lldb/www/python_reference/
Dapi-objects.txt3053 lldb.SBFunction.GetInstructions lldb.SBFunction-class.html#GetInstructions
3592 lldb.SBSymbol.GetInstructions lldb.SBSymbol-class.html#GetInstructions
3681 lldb.SBTarget.GetInstructions lldb.SBTarget-class.html#GetInstructions