Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
225 commits
Select commit Hold shift + click to select a range
11c4f99
Makefile: break apart steps in `make clean`
xobs Oct 19, 2019
09607e9
Add support for WASI platform in tmpFile.
whitequark Apr 30, 2020
eea20ff
Add support for WASI platform in cmdCheckShellEscape.
whitequark Apr 30, 2020
70ed4da
Add support for WASI platform in Gia_ManGnuplotShow.
whitequark Apr 30, 2020
9366e4f
Add support for WASI platform in Abc_ShowFile.
whitequark Apr 30, 2020
2db5f19
Add support for WASI platform in Util_SignalSystem.
whitequark Apr 30, 2020
fd2c9b1
Remove ABC_NO_RLIMIT macro, use defined(__wasm) instead.
whitequark Apr 30, 2020
ef2d917
Add WASI platform support to main.
whitequark Jun 22, 2020
81febe5
Add WASI platform support to glucose.
whitequark Jun 22, 2020
341db25
Merge pull request #6 from whitequark/wasi-signal
eddiehung Jun 22, 2020
2343da6
Makefile: support ccache for compiling ABC.
sterin Nov 19, 2020
4f5f73d
Merge pull request #8 from cr1901/dep-ccache
whitequark Nov 25, 2020
d2d6bbd
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Nov 12, 2021
e289a80
Add WASI platform support to bsat2 and glucose.
whitequark Dec 29, 2020
e792072
Define S_IREAD|IWRITE macros using IRUSR|IWUSR
mohamed Aug 3, 2020
f6fa2dd
Add WASI platform support to glucose2.
mmicko Nov 11, 2021
87a0a71
write_cex - add minimize using algorithm from cexinfo command
mmicko Nov 19, 2021
264dfc7
Extend WASI platform support for glucose2.
whitequark Nov 27, 2021
1aeff03
Enable writing of minimized Cex in non-names mode
clairexen Feb 15, 2022
db7ebfb
Cleanups in write_cex output format
clairexen Feb 15, 2022
cea4130
Fixes and more cleanups in write_cex output code
clairexen Feb 15, 2022
57ef73b
Merge pull request #10 from YosysHQ/yosys-experimental
clairexen Feb 15, 2022
b4790a6
Merge pull request #11 from YosysHQ/writecex_cexinfo
mmicko Feb 15, 2022
f36724e
read_cex (#12)
mmicko Mar 4, 2022
d7ecb23
gcc 4.8 fix
mmicko Mar 4, 2022
00b674d
fix buffer error
mmicko Mar 22, 2022
b29e8a7
Make read_cex able to append if some latches are missing
mmicko Apr 13, 2022
43a15df
Fix for unhandled aiw file commands
mmicko Apr 15, 2022
3da9357
Merge pull request #14 from YosysHQ/micko/read_cex_fix
mmicko Apr 18, 2022
c84323b
Add missing class names in FreeBSD-ifdefed code.
yurivict Dec 29, 2021
6234e18
Give more reasonable error on read_cex and handle status
mmicko May 6, 2022
09a7e6d
distinquish between old and new format as well
mmicko May 6, 2022
69ffaa0
read_cex: Allow reading cex that has extra registers
jix Jul 1, 2022
1863430
Merge pull request #16 from jix/read_cex_chagnes
jix Jul 1, 2022
163af36
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Jul 4, 2022
f159bef
Prevent types from stdint to be defined under abc namespace
mmicko Jul 4, 2022
5f40c47
Add support for WASI platform in Wln_ConvertToRtl.
whitequark Jul 7, 2022
8f5c823
Merge pull request #17 from YosysHQ/wasi-wlnRtl
whitequark Jul 7, 2022
c95d949
Revert "Remove ABC_NO_RLIMIT macro, use defined(__wasm) instead."
mmicko Jul 15, 2022
b6c0b36
do not include -lrt or -ldl on platform that do not support them
josuah Jul 8, 2022
4e89fc7
Export version
mmicko Jul 25, 2022
7cc11f7
Merge pull request #18 from josuah/yosys-experimental
mmicko Jul 27, 2022
8c923ad
Add '-p' option to 'constr' to allow fully removing constraints
jix Aug 5, 2022
feedbc7
read_cex: Faster parsing and care bits for verification
jix Aug 5, 2022
20f970f
write_cex: Check for unsupported multi-PO SAT based minimization
jix Aug 5, 2022
aa21961
Support using large liberty files
mmicko Sep 7, 2022
ab5b16e
Additional fix for large liberty files
mmicko Sep 8, 2022
be9a35c
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Nov 9, 2022
18b9c61
Add WASI support in Exa4_ManSolve.
whitequark Feb 4, 2023
a8f0ef2
Merge pull request #20 from YosysHQ/wasi-Exa4_ManSolve
whitequark Feb 4, 2023
3f9b465
casts: add casts for unsigned -> signed int
xobs Feb 15, 2023
f89df80
Add WASI support in Abc_Clock.
whitequark Feb 23, 2023
0551ef2
Merge pull request #22 from YosysHQ/wasi-Abc_Clock
whitequark Feb 23, 2023
2c1c83f
Merge pull request #21 from xobs/cast-unsigned-signed
whitequark Feb 23, 2023
0b36135
Merge remote-tracking branch 'origin/master' into yosys-experimental
mmicko Jun 6, 2023
1de4eaf
fix segfault
mmicko Jun 6, 2023
1bd088d
fold: Option (-s) to make sequential cleanup optional
jix Jun 7, 2023
bb64142
Merge pull request #23 from jix/fold-s
clairexen Jun 28, 2023
9537f39
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Sep 11, 2023
6b66b81
Add WASI support in Abc_ThreadClock.
whitequark Feb 23, 2023
89a5395
Add WASI support in Cnf_RunSolverOnce and Cnf_SplitCnfFile.
whitequark Sep 13, 2023
daad9ed
Add WASI support in Gia_StochProcessOne.
whitequark Sep 13, 2023
896e5e7
disable command history
mmicko Oct 13, 2023
f63471b
pdr -X to write CEXes immediately
jix Feb 2, 2024
acbe1b1
Fix pdr timing output
jix Feb 7, 2024
c832967
Improved anytime pdr
jix Feb 27, 2024
ecce27c
Skip -ldl on NetBSD; it does not exist. Skip -lrt on NetBSD; it is
thorpej Mar 3, 2024
0cd90d0
Merge pull request #27 from jix/pdr-X
jix Mar 4, 2024
b83985c
Add `&mfs -r` for re-import testing
povik Mar 22, 2024
fda4902
&mfs: Fix issues with traversal when re-importing network
povik Mar 22, 2024
d7fc8fe
&mfs: Handle blackboxes robustly
povik Mar 22, 2024
1107634
&mfs: Make it no biggie when a network is all blackboxes, no whiteboxes
povik Mar 22, 2024
316eec6
Fix Assertion using &if: `pCutSet->nCuts > 0'
davidar Mar 31, 2024
accf504
Apply patch to If_ObjPerformMappingChoice too
davidar Apr 1, 2024
ccc02c4
Merge pull request #30 from povik/&mfs-fixes
nakengelhardt Apr 11, 2024
078afe9
Merge pull request #31 from davidar/fix-55
nakengelhardt Apr 11, 2024
1446b75
Merge pull request #29 from thorpej/dev/pkgsrc-patch-NetBSD-1
mmicko Apr 11, 2024
2c52e3f
Support out of tree builds
RCoeurjoly Apr 11, 2024
208b486
Merge branch 'master' of https://github.com/berkeley-abc/abc into yos…
povik Apr 22, 2024
b502f00
Fix prototype mismatch for `Gia_ManSimRsb`
povik Apr 22, 2024
03da96f
Patch for lack of `system` on WASM
povik Apr 23, 2024
237d813
Modify include guards in cmd.c so that Windows compilers don't compil…
cr1901 Apr 27, 2024
04f5040
Fix archive reproducibility
lf- Jun 27, 2024
28d955c
Merge pull request #35 from lf-/jade/fix-gitarchive
widlarizer Jul 8, 2024
bf64a92
Merge remote-tracking branch 'upstream/master' into yosys-experimental
povik Aug 7, 2024
57f93e6
Merge branch 'povik/fix-transfer-timing' into yosys-experimental
povik Aug 8, 2024
2188bc7
Merge branch 'povik/fix-atomic_store-call' into yosys-experimental
povik Aug 8, 2024
745ea92
Merge remote-tracking branch 'upstream/master' into yosys-experimental
povik Oct 3, 2024
cac8f99
Revert "Merge pull request #247 from QuantamHD/abc_unit_tests"
alanminko Sep 17, 2023
013023f
Fix UB in `&mfs -r` print
povik Jan 20, 2025
8700bb5
Merge pull request #37 from YosysHQ/povik/fix-mfs-ub
povik Jan 20, 2025
43b9a4d
Merge remote-tracking branch 'upstream/master' into yosys-experimental
povik Mar 11, 2025
5ecc7c3
Revert addition of CaDiCaL
povik Mar 11, 2025
f2d68d5
Fix mingw compilation
mmicko Mar 12, 2025
44a2996
Revert "Revert addition of CaDiCaL"
mmicko Apr 8, 2025
1cdaaad
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Apr 8, 2025
20416c1
mingw fixes
mmicko Apr 8, 2025
e55d316
WASI build fix
mmicko Apr 8, 2025
fcd8ac3
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Jul 29, 2025
fa7fa16
Disable this code for now
mmicko Aug 5, 2025
8827baf
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Sep 3, 2025
fa18634
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Oct 13, 2025
1d7c059
Adds unit testing framework to ABC
QuantamHD Sep 13, 2023
7e961f4
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Nov 6, 2025
1c5ed1c
Revert "Extending support of CI/CO timing info."
mmicko Nov 6, 2025
131a50d
Merge commit 'ba852596b4a11e492e9682662a3e8d1a9be4d765' into yosys-ex…
mmicko Nov 25, 2025
ef1a3d0
Revert "Merge pull request #30 from povik/&mfs-fixes"
mmicko Dec 5, 2025
49efc5b
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Dec 5, 2025
b816c2d
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Dec 10, 2025
bd05a64
Fix WASI build
mmicko Dec 10, 2025
c6966aa
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Dec 22, 2025
6c34efd
Fixing revert/merge difference in code
mmicko Dec 22, 2025
9182a80
WASI build fix for solver command
mmicko Dec 22, 2025
3b36aa1
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Dec 29, 2025
ef74590
WASI fixes
mmicko Dec 30, 2025
799ba63
Merge remote-tracking branch 'upstream/master' into yosys-experimental
mmicko Jan 5, 2026
8ac5223
Added intial nodes for future TODOs.
AdvaySingh1 Jan 14, 2026
33c8777
Node retention input folder
AdvaySingh1 Jan 15, 2026
4eadbb6
Node retention previous test case added
AdvaySingh1 Jan 15, 2026
dae1d7c
Added genlib file and changed input script to correct paths
AdvaySingh1 Jan 15, 2026
188c4a6
Added name manager info to notes
AdvaySingh1 Jan 15, 2026
8a818cf
Included public API for Nm_ManProfile function
AdvaySingh1 Jan 15, 2026
cf8ff6b
Fix: read_blif command in abc.script
AdvaySingh1 Jan 15, 2026
28d3fce
Fixed input flags and name manger getting populated tracing
AdvaySingh1 Jan 15, 2026
fb92ce8
Added node_retention type Nr_Man_t and subclasses
AdvaySingh1 Jan 16, 2026
a56a3fe
Edited mainInt.h with node_retention structure
AdvaySingh1 Jan 16, 2026
88b3c2a
Initial node retention data structure setup
AdvaySingh1 Jan 16, 2026
c67526a
Working on storing node retention info during the Abc_NtkStrashPerform
AdvaySingh1 Jan 16, 2026
141c5fc
Added short test script and output printing with size
AdvaySingh1 Jan 16, 2026
962def9
Added initial nodes after strashing Abc_NtkStrashPerform needs review
AdvaySingh1 Jan 16, 2026
ee8911c
Added Nr_ManNumOriginalNodes function
AdvaySingh1 Jan 16, 2026
d83553b
Changed the node_retention API to not keep track of arbitrarily assie…
AdvaySingh1 Jan 16, 2026
5ca80b4
Fixed node_retention initialization during IO_Read. Moved initializat…
AdvaySingh1 Jan 16, 2026
bb3a364
Fixed void Abc_NtkStrashPerform() in &Get command based on ID formats…
AdvaySingh1 Jan 16, 2026
dfc6bb3
Added functionality for Abc_NtkToDar mapping with Aig_Obj_t
AdvaySingh1 Jan 16, 2026
3385c1b
Comment on node count back to the original
AdvaySingh1 Jan 17, 2026
accc8dd
Added functionality for Gia_ManFromAig. Node retention working after …
AdvaySingh1 Jan 17, 2026
d59f64b
Added get and put only test case
AdvaySingh1 Jan 18, 2026
5d3aaf4
Created launch.json and added &nf command for initial tech-mapping
AdvaySingh1 Jan 18, 2026
8ca36c1
Cone explanation
AdvaySingh1 Jan 18, 2026
8cdf79c
Appended explanation of how the Nf_Objs are stored and how the Gia ob…
AdvaySingh1 Jan 19, 2026
2ef6805
&nf command inspection
AdvaySingh1 Jan 19, 2026
851cedc
Initial &put command node retention set
AdvaySingh1 Jan 19, 2026
d8111f9
Added config field for printing source command for node addition
AdvaySingh1 Jan 20, 2026
6ec3ac8
Refactored Abc_NtkDupObj
AdvaySingh1 Jan 20, 2026
d440dd4
Added flags for adding and copying alongside Nr_ManCopyOrigins func. …
AdvaySingh1 Jan 20, 2026
1706d86
Fixed not adding node_retention entries during read_blif
AdvaySingh1 Jan 20, 2026
0010cf2
Added output (write_blif) net to original node map
AdvaySingh1 Jan 20, 2026
0e709c3
Added original node retention map in output blif
AdvaySingh1 Jan 20, 2026
3d9a77f
Node retention map printing update
AdvaySingh1 Jan 20, 2026
f0ad266
update on output formatting
AdvaySingh1 Jan 20, 2026
d9404d4
Added v2 script and launch.json for &st command
AdvaySingh1 Jan 22, 2026
4d90495
Added &st node retention information
AdvaySingh1 Jan 22, 2026
402a504
Added testing scripts for &sweep command
AdvaySingh1 Jan 22, 2026
5fcdea6
Added node retention for &sweep function
AdvaySingh1 Jan 22, 2026
feacf47
V4 and V5 test scripts added for more commands
AdvaySingh1 Jan 22, 2026
a031895
Added small and large blif files for testing
AdvaySingh1 Jan 22, 2026
9846c21
Refacoring begin
AdvaySingh1 Jan 22, 2026
4ed72e5
Refactored read_blif, write_blif, and most of &get
AdvaySingh1 Jan 23, 2026
db5085a
&get node retention refactoring initial
AdvaySingh1 Jan 23, 2026
ea77108
Fixed Abc_NtkFromCellMappedGia function for &put
AdvaySingh1 Jan 23, 2026
97f543c
Refactoed &st command
AdvaySingh1 Jan 23, 2026
428d4c5
Refactoed &sweep command
AdvaySingh1 Jan 23, 2026
90b045b
Compilation post refactoring
AdvaySingh1 Jan 23, 2026
ff59712
Code refactor Gia_ManFromAig
AdvaySingh1 Jan 23, 2026
c6e35fb
Fixed seg fault with Gia_Man_t Nr_Man_t being freed
AdvaySingh1 Jan 23, 2026
c82d990
Fixed Aig object ID indexing in Abc_NtkToDar. get and put now working
AdvaySingh1 Jan 23, 2026
1ccdee1
Fixing &put statement without mapping path
AdvaySingh1 Jan 23, 2026
af46b18
Fixed &put command. Working on write_blif with new path
AdvaySingh1 Jan 23, 2026
43bd9e8
v4 script working. Need to ensure to do tech mapping prior to &put. R…
AdvaySingh1 Jan 23, 2026
5dfac17
&syn2 command initial part one
AdvaySingh1 Jan 23, 2026
9c36f69
Initial cut enumeration
AdvaySingh1 Jan 23, 2026
d7726f5
Added support for &syn2 with node retention
AdvaySingh1 Jan 23, 2026
5427de1
type casing fix for Abc_ObjId()
AdvaySingh1 Jan 23, 2026
0f10224
Moved node retention field earlier for debugging
AdvaySingh1 Jan 23, 2026
16c5efd
Fixed recursive copying during balancing pass
AdvaySingh1 Jan 23, 2026
f8946cc
Added a few more entries during balancing
AdvaySingh1 Jan 23, 2026
4e78d9b
Fixed addition of CIs for full retention
AdvaySingh1 Jan 24, 2026
c51ce9f
Added extra node counters. Need to add counter for Lf_ManPerformMapping
AdvaySingh1 Jan 24, 2026
42241d6
Fixed change in Lf_ManDeriveMappingCoarse by changing node retention …
AdvaySingh1 Jan 26, 2026
0e3b9e2
Added node retention support for Dsm_ManDeriveGia
AdvaySingh1 Jan 26, 2026
90e5a0a
Fixed Dam_ManMultiAig_rec to balance the AIG when there's many fanins
AdvaySingh1 Jan 26, 2026
5e19d7b
Removed arbitrary calling_cmd function and commented out extensive nr…
AdvaySingh1 Jan 26, 2026
84c45f1
Added v6 script and lldb launch task for &if and &synch commands
AdvaySingh1 Jan 26, 2026
2578fd8
Added node_retention support for &if command
AdvaySingh1 Jan 26, 2026
8ced523
&synch2 Lf_ManDeriveMappingGia fix
AdvaySingh1 Jan 26, 2026
f5314d6
TODO: debug why int Gia_ManChoiceMiter_rec isn't copying all of the n…
AdvaySingh1 Jan 26, 2026
32154f6
node retention ready for Gia_ManToAigSkip
AdvaySingh1 Jan 26, 2026
bb0df7a
TODO: Gia_ManFromAigChoices
AdvaySingh1 Jan 26, 2026
2b4af15
Initial &synch2 completion
AdvaySingh1 Jan 26, 2026
621e85a
Fixed void Gia_ManFromAigChoices_rec
AdvaySingh1 Jan 26, 2026
9953509
Adding timing information for profiling and TODO fix synch2
AdvaySingh1 Jan 27, 2026
119449a
Appended more accurate timing information. Much of the bottle-neck st…
AdvaySingh1 Jan 27, 2026
3a7951a
Gia_ManChoiceMiter_rec command fixed
AdvaySingh1 Jan 27, 2026
3ebc6b2
Pre node_retention refactor for speed
AdvaySingh1 Jan 27, 2026
d98c216
Added original hashmap into the global frame
AdvaySingh1 Jan 27, 2026
2802fd3
Initial node retention after speed refactoring. TODO: debug
AdvaySingh1 Jan 27, 2026
a48d0c3
Fixed adding names to global frame in Abc_NtkToLogic
AdvaySingh1 Jan 27, 2026
177f60b
Removed extra ptinting in read_blif for pABC frame vNodeRetention
AdvaySingh1 Jan 27, 2026
a533d0b
Removed small debug statement in Gia_ManChoiceMiter
AdvaySingh1 Jan 27, 2026
2a3e4ea
Added debug statements to trace high node mapping count
AdvaySingh1 Jan 27, 2026
9a79e8b
Added profiling for synch2:Gia_ManAigSynch2Choices: functions for fas…
AdvaySingh1 Jan 27, 2026
866c345
Reduced total memory for the node retention manager
AdvaySingh1 Jan 27, 2026
8a889d6
Fixed Dam_ManMultiAig_rec and Dam_ManUpdate balancing logic
AdvaySingh1 Jan 27, 2026
4800943
Fixed extra duplication in Dch_ComputeChoices
AdvaySingh1 Jan 27, 2026
4dd256c
Original fix to Aig_ManDupDfsGuided. DEBUG: lots of new nodes are not…
AdvaySingh1 Jan 27, 2026
24b3743
Fixed Dch_ComputeChoices node_retention abc obj num usage
AdvaySingh1 Jan 27, 2026
54ce3f8
fixed Aig_ManDupDfsGuided_rec obj num
AdvaySingh1 Jan 27, 2026
fa92856
Refactoed Abc_NtkFromCellMappedGia
AdvaySingh1 Jan 27, 2026
d9d849e
Fixed the Abc_CommandAbc9Put
AdvaySingh1 Jan 27, 2026
1729e08
Fixed node_retention for Abc_NtkLogicMakeSimpleCos
AdvaySingh1 Jan 28, 2026
fdcefc6
Fixed Nr_ManPrintRetentionMap dangeling pointer memory issue
AdvaySingh1 Jan 28, 2026
8547408
Removed adding nodes during Abc_NtkDupObj to reduce multiple copied e…
AdvaySingh1 Jan 28, 2026
4b63f54
Removed debug_output.txt prints
AdvaySingh1 Jan 29, 2026
f88755e
Added node retention manager pruning and printing unmapped nodes
AdvaySingh1 Jan 29, 2026
bd0500c
Nr_ManValidateEntries update
AdvaySingh1 Jan 29, 2026
66eb622
Added entry validation for Aig_Man_t and Gia_Man_t
AdvaySingh1 Jan 29, 2026
c657237
Ensured the checks don't pertain to the node retention IDs of the con…
AdvaySingh1 Jan 29, 2026
85aa7f0
Added node retention support for &dch (rewrite, refactor, and balance…
AdvaySingh1 Jan 29, 2026
712b5fa
Add node retention integration tests to CMake CI workflow
robtaylor Feb 17, 2026
0e36553
Add &write_retention command for GIA node retention output
robtaylor Feb 17, 2026
02468b8
Fix Windows build: guard clock_gettime with platform check
robtaylor Feb 17, 2026
5231b9e
Fix Windows build: add missing #include <string> in utilPrefix.cpp
robtaylor Feb 18, 2026
2d6f531
Fix Windows build: add missing source files to abclib.dsp
robtaylor Feb 18, 2026
53358c2
Fix Windows build: guard POSIX includes and add missing stdint.h
robtaylor Feb 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion .github/workflows/build-posix-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,36 @@ jobs:

- name: Run Unit Tests
run: |
ctest --output-on-failure
ctest --test-dir build --output-on-failure

- name: Test Executable
run: |
./build/abc -c "r i10.aig; b; ps; b; rw -l; rw -lz; b; rw -lz; b; ps; cec"

- name: Test Node Retention - Basic Get/Put
run: |
./build/abc -f node_ret/get_and_put.script

- name: Test Node Retention - Synthesis Pipeline
run: |
./build/abc -f node_ret/v3.script

- name: Test Node Retention - Full Pipeline
run: |
./build/abc -f node_ret/abc.script

- name: Validate Node Retention Outputs
run: |
bash node_ret/scripts/ci_validate.sh

- name: Test GIA Node Retention (&write_retention)
run: |
./build/abc -f node_ret/gia_retention.script

- name: Validate GIA Retention Output
run: |
bash node_ret/scripts/validate_gia_retention.sh

- name: Test Library
run: |
${DEMO_GCC} ${DEMO_ARGS} -Wall -c src/demo.c -o demo.o
Expand Down
117 changes: 117 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Run ABC Script",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/abc",
"args": [
"-f",
"node_ret/abc.script"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb",
"preLaunchTask": null
},
{
"name": "Run Get and Put Script",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/abc",
"args": [
"-f",
"node_ret/get_and_put.script"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb",
"preLaunchTask": null
},
{
"name": "Run V2 Script",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/abc",
"args": [
"-f",
"node_ret/v2.script"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb",
"preLaunchTask": null
},
{
"name": "Run V3 Script",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/abc",
"args": [
"-f",
"node_ret/v3.script"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb",
"preLaunchTask": null
},
{
"name": "Run V4 Script",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/abc",
"args": [
"-f",
"node_ret/v4.script"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb",
"preLaunchTask": null
},
{
"name": "Run V5 Script",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/abc",
"args": [
"-f",
"node_ret/v5.script"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb",
"preLaunchTask": null
},
{
"name": "Run V6 Script",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/abc",
"args": [
"-f",
"node_ret/v6.script"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb",
"preLaunchTask": null
}
]
}
Loading
Loading