llvm-project/lldb/lit/Expr/Inputs
Vedant Kumar c418b5cc25 [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commands
Change the syntax of the malloc and free commands in lldb-test's
ir-memory-map subcommand to:

  <malloc> ::= <label> = malloc <size> <alignment>

  <free> ::= free <label>

This should make it easier to read and extend tests in the future, e.g
to test IRMemoryMap::WriteMemory or double-free behavior.

Differential Revision: https://reviews.llvm.org/D47646

llvm-svn: 333930
2018-06-04 17:11:15 +00:00
..
anonymous-struct.cpp Fix compilation error caused by tgmath.h. 2018-04-09 17:32:56 +00:00
call-function.cpp
ir-memory-map-basic [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commands 2018-06-04 17:11:15 +00:00
ir-memory-map-mix-malloc-free [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commands 2018-06-04 17:11:15 +00:00
ir-memory-map-overlap1 [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commands 2018-06-04 17:11:15 +00:00