delve/Documentation
Alessandro Arzilli d2bca7a307
pkg/proc/native/linux: fix target crashes induced by RequestManualStop (#2484)
A RequestManualStop received while the target program is stopped can
induce a crash when the target is restarted.
This is caused by the phantom breakpoint detection that was introduced
in PR #2179 / commit e69d536.
Instead of always interpreting an unexplained SIGTRAP as a phantom
breakpoint memorize all possible unreported breakpoint hits and only
act on it when the thread hasn't moved from one.

Also clarifies the behavior of the halt command when it is received
while the target is stopped or in the process of stopping.
2021-05-17 09:56:42 -07:00
..
api Documentation: correct the flag name used to configure log destination (#2464) 2021-05-04 08:39:01 +02:00
cli proc: add way to use CPU registers in expressions (#2446) 2021-05-04 12:56:17 -07:00
installation Documentation: mention developer group in macOS install instructions (#2409) 2021-04-02 09:34:44 -07:00
internal Documentation: better documentation menu, add guide to writing a client 2018-07-02 09:35:27 -07:00
usage Documentation: document passing arguments to the test program (#2459) 2021-05-04 12:37:09 -07:00
backend_test_health.md pkg/proc/native/linux: fix target crashes induced by RequestManualStop (#2484) 2021-05-17 09:56:42 -07:00
EditorIntegration.md *: Update link to Go extension for VS Code (#2336) 2021-02-05 15:05:55 -08:00
faq.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
KnownBugs.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.