summaryrefslogtreecommitdiffstats
path: root/source/xap/ddd/machine_code_window_fix.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-05-26 18:59:21 +0000
committer Eric Hameleers <alien@slackware.com>2023-05-26 21:34:14 +0200
commitce8a8775465331c6fd72f04d16ae33594ae67984 (patch)
treedf2398b03a40ecece57c9f215713eba672415c9b /source/xap/ddd/machine_code_window_fix.diff
parent8d7ca9b497816ddc34d75fffcdcd4abc78281b16 (diff)
downloadcurrent-ce8a8775465331c6fd72f04d16ae33594ae67984.tar.gz
current-ce8a8775465331c6fd72f04d16ae33594ae67984.tar.xz
Fri May 26 18:59:21 UTC 202320230526185921
d/meson-1.1.1-x86_64-1.txz: Upgraded. x/mesa-23.1.1-x86_64-1.txz: Upgraded. xap/ddd-3.4.0-x86_64-1.txz: Upgraded. xfce/xfce4-screensaver-4.18.1-x86_64-2.txz: Rebuilt. Include autostart file. Thanks to marav.
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, 0 insertions, 13 deletions
diff --git a/source/xap/ddd/machine_code_window_fix.diff b/source/xap/ddd/machine_code_window_fix.diff
deleted file mode 100644
index f63b43c62..000000000
--- a/source/xap/ddd/machine_code_window_fix.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-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;