[Pdbg] [PATCH 10/29] main: Pull thread control accessors out of main.c

Alistair Popple alistair at popple.id.au
Fri Feb 16 16:21:23 AEDT 2018


On Friday, 9 February 2018 3:38:38 PM AEDT Cyril Bur wrote:
> +int print_proc_thread_status(struct pdbg_target *pib_target, uint32_t index, uint64_t *unused, uint64_t *unused1)
> +{
> +       printf("\np%01dt: 0 1 2 3 4 5 6 7\n", index);
> +       return for_each_child_target("chiplet", pib_target, print_core_thread_status, NULL, NULL);

This should be "core" not "chiplet". ie:

     return for_each_child_target("core", pib_target, print_core_thread_status, NULL, NULL);

I will fix it up, looks like it was lost in the rebase due to the renaming.

- Alistair


More information about the Pdbg mailing list