From 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Feb 2013 01:12:52 -0800 Subject: Sun Feb 10 01:12:35 PST 2013 --- extra/ltrace/fix-crash-on-int3-after-symcall.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 extra/ltrace/fix-crash-on-int3-after-symcall.patch (limited to 'extra/ltrace') diff --git a/extra/ltrace/fix-crash-on-int3-after-symcall.patch b/extra/ltrace/fix-crash-on-int3-after-symcall.patch deleted file mode 100644 index 5e0a7911c..000000000 --- a/extra/ltrace/fix-crash-on-int3-after-symcall.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -upr ltrace-0.6.0.orig/handle_event.c ltrace-0.6.0/handle_event.c ---- ltrace-0.6.0.orig/handle_event.c 2011-01-07 21:29:30.000000000 +0200 -+++ ltrace-0.6.0/handle_event.c 2012-01-06 05:14:04.000000000 +0200 -@@ -617,6 +617,10 @@ handle_breakpoint(Event *event) { - } - - if ((sbp = address2bpstruct(event->proc, event->e_un.brk_addr))) { -+ if (sbp->libsym == NULL) { -+ continue_after_breakpoint(event->proc, sbp); -+ return; -+ } - if (strcmp(sbp->libsym->name, "") == 0) { - debug(2, "Hit _dl_debug_state breakpoint!\n"); - arch_check_dbg(event->proc); -- cgit v1.2.3-54-g00ecf