Merge branch 'main' into 312-add-parallel-stacks-feature

This commit is contained in:
Ernie Pasveer
2026-06-07 11:26:18 -05:00
142 changed files with 18143 additions and 843 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
Start seer with breakpoints and 'continue' a few times until there are 10 threads.
Then run 'parallel-stacks'.
Start seer with breakpoints and click 'continue'. This will stop after the program
launches a few threads.
$ seergdb -s --bl=breakpoints.seer hellothreads5
Then run 'parallel-stacks' using the M0 macro or type the (gdb) command below.
$ seergdb -s --bl=breakpoints.seer helloparallelstacks
$ dot -Tpdf xxx.gv -o xxx.gv.pdf
$ xview xxx.gv.pdf
@@ -0,0 +1 @@
break -source /nas/erniep/Development/seer/tests/helloparallelstacks/helloparallelstacks.cpp -line 72