You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/ddd/files/ddd-3.3.12-gdb-disassembler...

12 lines
266 B

--- a/ddd/GDBAgent.C 2004-09-01 20:07:38.000000000 +0200
+++ b/ddd/GDBAgent.C 2010-06-15 14:16:34.000000000 +0200
@@ -3078,7 +3078,7 @@
{
string end_( end );
normalize_address(end_);
- cmd += ' ';
+ cmd += ',';
cmd += end_;
}
return cmd;