Home
last modified time | relevance | path

Searched refs:show_bytes (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Target/
DThreadPlanTracer.cpp221 const bool show_bytes = true; in Log() local
227 show_bytes, in Log()
/external/lldb/source/Commands/
DCommandObjectDisassemble.h68 bool show_bytes; variable
DCommandObjectDisassemble.cpp90 show_bytes = true; in SetOptionValue()
180 show_bytes = false; in OptionParsingStarting()
340 if (m_options.show_bytes) in DoExecute()
/external/lldb/source/Core/
DDisassembler.cpp492 const bool show_bytes = (options & eOptionShowBytes) != 0; in PrintInstructions() local
493 inst->Dump(&strm, max_opcode_byte_size, true, show_bytes, &exe_ctx); in PrintInstructions()
579 bool show_bytes, in Dump() argument
600 if (show_bytes) in Dump()
1000 bool show_bytes, in Dump() argument
1011 (*pos)->Dump(s, max_opcode_byte_size, show_address, show_bytes, exe_ctx); in Dump()
DDataExtractor.cpp1411 const bool show_bytes = true; in Dump() local
1414 … disassembler_sp->GetInstructionList().Dump (s, show_address, show_bytes, &exe_ctx); in Dump()
/external/lldb/include/lldb/Core/
DDisassembler.h84 bool show_bytes,
187 bool show_bytes,
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp73 const bool show_bytes = true; in GetNonCallSiteUnwindPlanFromAssembly() local
147 … inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize (), show_address, show_bytes, NULL); in GetNonCallSiteUnwindPlanFromAssembly()