Stephan Veigl <[EMAIL PROTECTED]> wrote: > > There is a heap dump command "hd" for the CodeWarrior debugger. Is there a > similar command for the GDB? >
Short answer: No. If you check with turning the POSE low level log options on what actually is happening when a "hd" command is given, then you see a number of RPC (Remote Procedure Calls) calls passing by. These are documented in the debugger protocol. I have seen this using PalmDebugger. I suppose CodeWarrior uses a similar approach. As far as I know there is no direct support for the "hd" command in the Palm ROMs. So you/someone could write a "hd" command to be added to gdb .... Ton van Overbeek -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
