From kdevelop-bugs Wed Sep 12 15:15:45 2007 From: Andrej Kostrov Date: Wed, 12 Sep 2007 15:15:45 +0000 To: kdevelop-bugs Subject: [Bug 149806] New: remote cross debugging gdb compability Message-Id: <20070912171539.149806.akostrov () web ! de> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118961033719941 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=149806 Summary: remote cross debugging gdb compability Product: kdevelop Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: akostrov web de Version: (using KDE KDE 3.5.7) Installed from: Gentoo Packages Compiler: gcc (GCC) 4.1.2 (Gentoo 4.1.2) OS: Linux the kdevelop debugger do not make a difference between local and remote debugging: e.g. send always "run"-command to gdb. but "Logic might tell you to type 'run' in order to run the program. Don't. msp430-gdb is built upon the standard GNU GDB, and inherits all its behaviour. The 'run' command is appropriate for starting a program being debugged on the host. For an embedded target processor the correct command is 'continue', or just 'c'." copy from http://mspgcc.sourceforge.net/manual/x1601.html so it do not want to debug my msp430 controller. as workaround i use at this moment ddd to debug my targets. it works well. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs