
virtualagc - issue #11
Use "classic" yaAGC nodebug behavior when --core switch is used
Although the --core switch is also used by gdb usually one would pass the core (i.e. resume image just as the second argument) For that reason we should stick with the --core to pass the agc ropes-images and use this as a detection to determine that the agc is to be started in classic run mode and not debug as is desired in gdb compatibility.
Comment #1
Posted on Apr 4, 2009 by Quick GiraffeJust changed the title to reflect the change better. Btw for anyone who reads this "classic" refers to the original command line interface interaction from Ron Burkey.
Comment #2
Posted on Apr 4, 2009 by Quick GiraffeSolved this issue turns out to be single line of code to add the nodebug behavior for "--core=". It works like a charm.
Status: Fixed
Labels:
Type-Enhancement
Priority-High