Adding on to Michael's response:

It's worth noting that if you compile with:

        chpl <normal arguments here...> --gdb

it ought to fire up the compiler within gdb with a breakpoint already set 
at gdbShouldBreakHere.  In addition, some of the commands for viewing IR 
nodes (and other useful things) have gdb command alises created for them 
-- E.g., use 'view myExpr' to call print_view(myExpr) or 'lv myExpr' to 
call "list_view(myExpr).  These aliases are defined in 
$CHPL_HOME/compiler/gdb.commands

-Brad


------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to