summaryrefslogtreecommitdiffstats
path: root/source/xap/ddd/machine_code_window_fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/ddd/machine_code_window_fix.diff')
-rw-r--r--source/xap/ddd/machine_code_window_fix.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/xap/ddd/machine_code_window_fix.diff b/source/xap/ddd/machine_code_window_fix.diff
new file mode 100644
index 000000000..f63b43c62
--- /dev/null
+++ b/source/xap/ddd/machine_code_window_fix.diff
@@ -0,0 +1,13 @@
+diff --git a/ddd/GDBAgent.C b/ddd/GDBAgent.C
+index 7fc1379..87652d2 100644
+--- a/ddd/GDBAgent.C
++++ b/ddd/GDBAgent.C
+@@ -3200,7 +3200,7 @@ string GDBAgent::disassemble_command(string start, const char *end) const
+ {
+ string end_( end );
+ normalize_address(end_);
+- cmd += ' ';
++ cmd += ',';
+ cmd += end_;
+ }
+ return cmd;