]> granicus.if.org Git - esp-idf/commit
gdbstub: minor cleanup
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 27 Feb 2019 04:23:56 +0000 (12:23 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 5 Mar 2019 04:11:45 +0000 (12:11 +0800)
commitc22e572ad02f0994d12593c2a13d82327896281b
treedbb0ef394093cd67f1a20cfb2202a15c58855985
parentb797f05558f5c902f40ea4b9f24e31e1ffdf8106
gdbstub: minor cleanup

1. Add Kconfig options to control task listing support.
2. Convert magic values (-1, -2) to named constants.
3. Convert spaces to tabs to match the rest of the file.
4. Rename getAllTasksHandle to getTaskInfo to reflect its purpose.
5. Add some curly braces for single line statements.
components/esp32/Kconfig
components/esp32/gdbstub.c