================================= Linux Debugger(LDB) Release Notes =============--================== LDB is a text-driven debugger with a command set similar to the GNU* debugger (GDB*). LDB supports both C++ and FORTRAN applications. Start the debugger with the following command: ldb [] Arguments to are entered with the 'run' or 'set args' commands. More information regarding the command set and use of LDB can be found in the ldb.htm file provided with this release. Current Issue(s) ---------------- -The application under debug cannot be restarted, unless the application completes execution. The debugger must be exited and restarted if restart (run) fails. -The text-mode interface does not allow editing of the command line or command history support. -The backtrace command is slow on Itanium(tm)-based systems. -LDB does not support debug of multi-threaded programs. -------------------------------------------------------------------- Intel, the Intel logo, Pentium, Pentium Pro, Itanium, and MMX are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other brands and names are the property of their respective owners. Copyright(c) 2000 - 2002, Intel Corporation. All Rights Reserved.