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]

Re: [PATCH]testsuite: test for disconnected-tracing


Hi Tom,

Thanks for your review.
I post a new patch according to your comments.

Best,
Hui

2012-03-29 Hui Zhu <hui_zhu@mentor.com>

	* 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<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]