From 06be084330e5e418a17611e853a471ce3262fd62 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Tue, 19 Jun 2018 15:25:18 +1000 Subject: Make -a the default for probe Signed-off-by: Michael Neuling --- src/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index cf9a3b2..d104404 100644 --- a/src/main.c +++ b/src/main.c @@ -618,10 +618,6 @@ void print_target(struct pdbg_target *target, int level) struct pdbg_target *next; enum pdbg_target_status status; - /* Did we want to probe this target? */ - if (!target_selected(target)) - return; - pdbg_target_probe(target); /* Does this target actually exist? */ -- cgit v1.2.3