Hi Tom, Thanks for your review. I post a new patch according to your comments. Best, Hui 2012-03-29 Hui Zhu * gdb.trace/Makefile.in (BUILD_DATA_DIRECTORY): Add disconnected-tracing. * gdb.trace/disconnected-tracing.c: New file. * gdb.trace/disconnected-tracing.exp: New file. On 03/29/12 02:51, Tom Tromey wrote: >>>>>> ">" == Hui Zhu writes: > >>> +gdb_test "set confirm off" ".*" > > I think we use gdb_test_no_output for things like this now. > I'm not sure whether it applies to other cases in your patch. > >>> +gdb_test "delete" ".*" > > Perhaps just calling delete_breakpoints would work? > > Tom