Commit 5dcc901
committed
MB-32598: Reduce the number of times to invoke gdb
The breakpad tests used to invoke gdb several times to inspect
various pieces of the minidump file. Unfortunately the startup
cost of gdb seems to be relatively high so we should try to
reduce the number of times it is invoked.
To work around this we'll invoke gdb a single time, and execute
all of the commands in a single batch. To make it easy to figure
out the result from each command we invoke 'show print pretty'
between each command so that we can easily use the result of
that command to split the output.
Change-Id: Ie2fd605c589753d695caa8fd883cc0a3db13a4f6
Reviewed-on: http://review.couchbase.org/103586
Tested-by: Build Bot <[email protected]>
Reviewed-by: Dave Rigby <[email protected]>1 parent 4eb1c71 commit 5dcc901
1 file changed
+18
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
219 | 234 | | |
220 | 235 | | |
221 | 236 | | |
222 | 237 | | |
223 | 238 | | |
224 | | - | |
225 | | - | |
226 | 239 | | |
227 | | - | |
| 240 | + | |
228 | 241 | | |
229 | 242 | | |
230 | 243 | | |
| |||
240 | 253 | | |
241 | 254 | | |
242 | 255 | | |
243 | | - | |
244 | | - | |
245 | | - | |
| 256 | + | |
246 | 257 | | |
247 | 258 | | |
248 | 259 | | |
| |||
274 | 285 | | |
275 | 286 | | |
276 | 287 | | |
277 | | - | |
278 | | - | |
279 | | - | |
| 288 | + | |
280 | 289 | | |
281 | 290 | | |
282 | 291 | | |
| |||
0 commit comments