]> git.ipfire.org Git - thirdparty/gcc.git/commit
symb_exec v1: - Added gcc/sym-exec/expression.h/.cc and gcc/sym-exec/state.h/cc....
authorMariam Arutunian <mariamarutunian@gmail.com>
Fri, 11 Nov 2022 09:26:20 +0000 (13:26 +0400)
committerJeff Law <jlaw@ventanamicro>
Tue, 21 Mar 2023 15:03:17 +0000 (09:03 -0600)
commitffc3c645da55beea809e558a6dc203115b3ac269
tree2c5efb2d0058381f70e1a305d75e00127717422a
parent05690566c28fc9e97806f341e4f396b0dd38b8fd
symb_exec v1: - Added gcc/sym-exec/expression.h/.cc and gcc/sym-exec/state.h/cc. State is for keeping functionvariables' states on a path. Expression file contains classes for keeping values.
gcc/Makefile.in
gcc/configure
gcc/sym-exec/expression.cc [new file with mode: 0644]
gcc/sym-exec/expression.h [new file with mode: 0644]
gcc/sym-exec/state.cc [new file with mode: 0644]
gcc/sym-exec/state.h [new file with mode: 0644]