]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/ocd_stop_on_unhandled_exception' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Wed, 31 Aug 2016 04:15:04 +0000 (12:15 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Wed, 31 Aug 2016 04:15:04 +0000 (12:15 +0800)
commit0f42f017e292a5a30999e49dd6287139827b406b
treed01c530e89e33b3480f0549ee6011a24510f6726
parent8c7afb4b460f7c2f7793a27312e850aa79e92f1e
parentc6394ed2cec594947da782b49b86699186a6359c
Merge branch 'bugfix/ocd_stop_on_unhandled_exception' into 'master'

Fix: Return after setting breakpoint when ocd is detected instead of continuing …

…into the panic routine

Made a small thinko when refactoring the panic handler code. This fixes it.

See merge request !36