[Pdbg] [PATCH 01/18] Make -a the default for probe
Michael Neuling
mikey at neuling.org
Tue Jun 19 15:25:18 AEST 2018
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
src/main.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/main.c b/src/main.c
index cf9a3b212e..d104404049 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? */
--
2.17.1
More information about the Pdbg
mailing list