commit | 53cb97c093061b81ab3247c432d15be011353470 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Sun Apr 03 10:39:08 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 29 11:11:36 2022 -0400 |
tree | 7ec35958182aa87d204ac0cab5c00bf90d6045bd | |
parent | e95afa56753cebcd20a5114b6d121f281b789006 [diff] |
doc: Correct position of gdb '--args' parameter The '--args' parameter to gdb comes before the binary that the debugger will be attached to rather than after the binary and before the arguments. Fix that in the docs. Signed-off-by: Andrew Scull <ascull@google.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>