[Lldb-commits] [PATCH] D108831: [lldb] [ABI/X86] Add pseudo-registers if missing

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 14 23:10:17 PDT 2021


mgorny updated this revision to Diff 379921.
mgorny added a comment.

Use `ConstString::GetStringRef()` directly instead of converting through `const char *`. Not that it has any practical difference right now…


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108831/new/

https://reviews.llvm.org/D108831

Files:
  lldb/source/Plugins/ABI/X86/ABIX86.cpp
  lldb/source/Plugins/ABI/X86/ABIX86.h
  lldb/test/API/functionalities/gdb_remote_client/TestGDBServerTargetXML.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108831.379921.patch
Type: text/x-patch
Size: 11525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211015/52c35f9f/attachment-0001.bin>


More information about the lldb-commits mailing list