diff options
author | Tom Tromey <tromey@adacore.com> | 2023-05-11 14:25:07 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-06-12 12:09:28 -0600 |
commit | 5c7cdc95aaace0f2eb7a13199a3cbf479617a009 (patch) | |
tree | 87bc504fa7a5872e7650ae4e80e4324f4253cc7c /gdb/python/py-bpevent.c | |
parent | 070e93a8b86deaa7b4813839698e4771d282af93 (diff) | |
download | gdb-5c7cdc95aaace0f2eb7a13199a3cbf479617a009.zip gdb-5c7cdc95aaace0f2eb7a13199a3cbf479617a009.tar.gz gdb-5c7cdc95aaace0f2eb7a13199a3cbf479617a009.tar.bz2 |
Fix a latent bug in DAP request decorator
The 'request' decorator is intended to also ensure that the request
function runs in the DAP thread. However, the unwrapped function is
installed in the global request map, so the wrapped version is never
called. This patch fixes the bug.
Diffstat (limited to 'gdb/python/py-bpevent.c')
0 files changed, 0 insertions, 0 deletions