Closed GoogleCodeExporter closed 9 years ago
Added the support for the gdb command-line options. You can now use the yaAGC
as the
debugger in Code::Blocks or KDbg. You don't need a special intercept script.
You can load a binary image and a core image as you would expect with a normal
gdb
tool: yaAGC <ropes.bin> <core>
Other options that are support can be found in the help option of yaAGC (e.g.
the
--command option to pass a commands file). I tried as much as possible to stay
backwards compatible. To do this the default mode is to debug (so you need a
--nodebug option to run just the simulator) and I do not support the real gdb
--core
option since that needs to support the proprietary previous semantic. Other
than that
most gdb options will work.
Original comment by ohommes@gmail.com
on 26 Dec 2008 at 3:24
Original issue reported on code.google.com by
ohommes@gmail.com
on 21 Dec 2008 at 4:52