From mboxrd@z Thu Jan 1 00:00:00 1970 From: MuthuGanesh M Date: Thu, 07 Oct 2004 09:06:10 +0530 Subject: [U-Boot-Users] Debugging in u-boot Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi , I am working with MPC885 processor. I am using BDI2000 for debugging. I can able to debug u-boot by stepping. Using gdb i loaded new symbol file(in ram address) and i am now in a position to debug in ram. I am having my own commands for my custom board, i want to debug the functions, called by the commands. So if i issue a break point, i cannot break at the function call. Once i give breakpoints, the line number and file names coming in gdb prompt are fine. But it is not hitting the break point. BDI config files are OK. My procedure is as per the manual (DULG/Manual). Can anybody help me in solving this Regards, Muthu ganesh.M