On 04/20/2010 03:36 PM, Don Hiatt wrote:> Hey guys,
>
> I've searched the archives but couldn't find any instructions on
> setting breakpoints in
> com32 apps. I'm trying to debug my app under Qemu. BTW, is there any
> limits on the
> amount of malloc space you can do? I'm trying to track down a reboot
> after a lot of
> mallocs.
>
Under Qemu you can connect via the Qemu gdb stub interface. Load the
symbol table from the .elf file which is created during the build process.
mallocs are limited by available system memory, minus a megabyte or two.
-hpa