nbell12 / virtualagc

Automatically exported from code.google.com/p/virtualagc
Other
0 stars 0 forks source link

Use "classic" yaAGC nodebug behavior when --core switch is used #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by ohommes@gmail.com on 4 Apr 2009 at 1:18

GoogleCodeExporter commented 8 years ago
Just 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.

Original comment by ohommes@gmail.com on 4 Apr 2009 at 1:20

GoogleCodeExporter commented 8 years ago
Solved this issue turns out to be single line of code to add the nodebug 
behavior for
"--core=". It works like a charm.

Original comment by ohommes@gmail.com on 4 Apr 2009 at 1:32