[Lldb-commits] [PATCH] D159164: [lldb] Add assembly syntax highlighting

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 29 21:42:57 PDT 2023


JDevlieghere created this revision.
JDevlieghere added reviewers: jasonmolenda, DavidSpickett, clayborg.
Herald added subscribers: jrtc27, sdardis.
Herald added a project: All.
JDevlieghere requested review of this revision.

Add support for syntax highlighting assembly. The current patch uses a different color to highlight registers, immediate and addresses.


https://reviews.llvm.org/D159164

Files:
  lldb/include/lldb/Core/Disassembler.h
  lldb/include/lldb/lldb-private-interfaces.h
  lldb/source/API/SBTarget.cpp
  lldb/source/Commands/CommandObjectDisassemble.cpp
  lldb/source/Core/Disassembler.cpp
  lldb/source/Core/DumpDataExtractor.cpp
  lldb/source/Expression/IRExecutionUnit.cpp
  lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
  lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
  lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h
  lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  lldb/source/Target/ThreadPlanTracer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159164.554569.patch
Type: text/x-patch
Size: 19804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230830/11a4bde6/attachment-0001.bin>


More information about the lldb-commits mailing list