X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fafb-daemon-debugging.md;h=79a7d04328a8c29d1534152b7b0ea4d0c084b5b5;hb=f44a28affea5841186250b66fd5ce72a8afbe349;hp=4cf62bea6cadcf7908e9a8f4e3e984476ec60290;hpb=a4fd4bd73154d759c52ab7b4400da4dfa4e4dd4f;p=src%2Fapp-framework-binder.git diff --git a/docs/afb-daemon-debugging.md b/docs/afb-daemon-debugging.md index 4cf62bea..79a7d043 100644 --- a/docs/afb-daemon-debugging.md +++ b/docs/afb-daemon-debugging.md @@ -1,7 +1,7 @@ # Debugging binder and bindings When compiled with the symbol AGL_DEVEL defined, the ***binder*** -understand the 2 configuration variables: +understands the 2 configuration variables: - AFB_DEBUG_BREAK: to emit interrupts - AFB_DEBUG_WAIT: to wait interrupts @@ -20,7 +20,7 @@ wait at the points **start-load** and **start-exec**. The items of the list can be separated using comma, space, tab or new-line. -The break/wait points are, in the order of their occurence: +The break/wait points are, in the order of their occurrence: - main-entry: before decode arguments - main-args: before daemon setup