[Lldb-commits] [PATCH] D149262: [lldb] Add settings for expression evaluation memory allocations.

Ilia Kuklin via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 28 11:34:16 PDT 2023


kuilpd updated this revision to Diff 518003.
kuilpd added a comment.

Made an ABI method that returns a stack frame size for the target.

Removed the condition for alignment. The default value doesn't matter too much even for a 16-bit target, no need to add another ABI method just for this. The programmer can use the settings to change it if necessary.


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

https://reviews.llvm.org/D149262

Files:
  lldb/include/lldb/Target/ABI.h
  lldb/include/lldb/Target/Target.h
  lldb/source/Expression/IRMemoryMap.cpp
  lldb/source/Expression/LLVMUserExpression.cpp
  lldb/source/Plugins/ABI/MSP430/ABISysV_msp430.h
  lldb/source/Target/Target.cpp
  lldb/source/Target/TargetProperties.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149262.518003.patch
Type: text/x-patch
Size: 8339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230428/a8e25244/attachment-0001.bin>


More information about the lldb-commits mailing list