summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2018-06-19 15:25:18 +1000
committerAlistair Popple <alistair@popple.id.au>2018-06-25 14:44:27 +1000
commit06be084330e5e418a17611e853a471ce3262fd62 (patch)
tree47c4044dfceb2b04a942da22beb86d6cdab29b05 /src
parent161bb9f4f76c7a09ba500fcf747b7e64e049c1cd (diff)
downloadpdbg-06be084330e5e418a17611e853a471ce3262fd62.tar.gz
pdbg-06be084330e5e418a17611e853a471ce3262fd62.zip
Make -a the default for probe
Signed-off-by: Michael Neuling <mikey@neuling.org>
Diffstat (limited to 'src')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
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? */
OpenPOWER on IntegriCloud