2010-04-19 Stan Shebs <stan@codesourcery.com>

Vladimir Prus  <vladimir@codesourcery.com>

	* tracepoint.c (tfind_1): Add missing newline, report exit from
	tfind mode as such.
	* target.c (update_current_target): Make default
	to_trace_find return -1.
This commit is contained in:
Stan Shebs
2010-04-19 22:06:17 +00:00
parent 0c4b2e6393
commit 4136fdd244
3 changed files with 13 additions and 3 deletions

View File

@@ -832,7 +832,7 @@ update_current_target (void)
tcomplain);
de_fault (to_trace_find,
(int (*) (enum trace_find_type, int, ULONGEST, ULONGEST, int *))
return_zero);
return_minus_one);
de_fault (to_get_trace_state_variable_value,
(int (*) (int, LONGEST *))
return_zero);