Commit b1ae0f7
committed
[lldb-dap] Fix mutex acquisition order for modules event.
The modules event requires the `APIMutex` to create the module
load address. this may happen at the same time the `module
request` is handled.
The modules request also requires the `APIMutex` and the `modules_mutex,
set the order to acquire the mutexes.1 parent c3d905e commit b1ae0f7
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1437 | 1437 | | |
1438 | 1438 | | |
1439 | 1439 | | |
1440 | | - | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
1441 | 1444 | | |
1442 | 1445 | | |
1443 | 1446 | | |
| |||
0 commit comments