X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fafb-daemon-debugging.md;h=79a7d04328a8c29d1534152b7b0ea4d0c084b5b5;hb=6f13ad1989875b5a0ce50b24211fd1fba093735f;hp=dd5fd64bf4aef9d5f45288c71983cb244f6e1b0f;hpb=f0ae5e64c8b2948b6d95c6db96bed55fc17d9936;p=src%2Fapp-framework-binder.git diff --git a/docs/afb-daemon-debugging.md b/docs/afb-daemon-debugging.md index dd5fd64b..79a7d043 100644 --- a/docs/afb-daemon-debugging.md +++ b/docs/afb-daemon-debugging.md @@ -1,7 +1,7 @@ -# Debugging afb-daemon and its bindings +# 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