This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Thanks for your review. I post a new patch according to your comments.
Best, Hui
* gdb.trace/Makefile.in (BUILD_DATA_DIRECTORY): Add disconnected-tracing. * gdb.trace/disconnected-tracing.c: New file. * gdb.trace/disconnected-tracing.exp: New file.
">" == Hui Zhu<hui_zhu@mentor.com> 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
Attachment:
disconnected-tracing.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |