-
- Downloads
Add poll commands to Nexus 5x serial driver to make KGDB work.
Also fix compiling issue when deactivating CONFIG_MSM_WATCHDOG_V2. Which is necessary because the watchdog would trigger a reboot while KGDB breaks execution. To compile with KGDB use bullhead_kgdb_defconfig or enable CONFIG_KGDB and CONFIG_KGDB_SERIAL_CONSOLE manually while deactivating CONFIG_MSM_WATCHDOG_V2. You can also enable CONFIG_KGDB_KDB to debug directly from the serial console. If it is enable you can still also connect using an external GDB but you need to close the serial console first in this case.
Showing
- arch/arm64/configs/bullhead_kgdb_defconfig 669 additions, 0 deletionsarch/arm64/configs/bullhead_kgdb_defconfig
- drivers/soc/qcom/lge/lge_handle_panic.c 4 additions, 0 deletionsdrivers/soc/qcom/lge/lge_handle_panic.c
- drivers/tty/serial/msm_serial_hs_lite.c 127 additions, 0 deletionsdrivers/tty/serial/msm_serial_hs_lite.c
Loading
Please register or sign in to comment