From 38312abe136ffc40c2a90304d956abf52eb8f2e8 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 21 Aug 2012 15:55:16 -0700 Subject: [PATCH] trim-range: Stress the call-set parser just a tiny bit more. We specify an equivalent range, but in a slightly more complex way for better testing. --- traces/trim-range.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traces/trim-range.script b/traces/trim-range.script index a511eda..9b216d5 100644 --- a/traces/trim-range.script +++ b/traces/trim-range.script @@ -1,4 +1,4 @@ -trim -o trim-range.src.trace --calls=2-7 tri.trace +trim -o trim-range.src.trace --calls=3-5,7,4-6,2 tri.trace dump --verbose trim-range.src.trace 0 glXGetVisualFromFBConfig(dpy = 0xfc52b0, config = 0xfe3620) = &{visual = 0xfd00e8, visualid = 154, screen = 0, depth = 24, c_class = 4, red_mask = 16711680, green_mask = 65280, blue_mask = 255, colormap_size = 256, bits_per_rgb = 8} 1 glXCreateNewContext(dpy = 0xfc52b0, config = 0xfe3620, renderType = GLX_RGBA_TYPE, shareList = NULL, direct = True) = 0xfdd650 -- 2.43.0